Oct 27 13:32:22.711 INFO checking webmachine-rust-0.0.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 13:32:22.711 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 13:32:22.970 INFO blam! 79494a8519be08dcd5d9bead5325c4c1dc5ddc959c61b34468124443967d0faf Oct 27 13:32:22.973 INFO running `"docker" "start" "-a" "79494a8519be08dcd5d9bead5325c4c1dc5ddc959c61b34468124443967d0faf"` Oct 27 13:32:23.475 INFO kablam! usermod: no changes Oct 27 13:32:23.587 INFO kablam! Checking p-macro v0.2.0 Oct 27 13:32:23.587 INFO kablam! Checking maplit v0.1.6 Oct 27 13:32:23.587 INFO kablam! Checking itertools v0.4.19 Oct 27 13:32:23.587 INFO kablam! Compiling getopts v0.2.18 Oct 27 13:32:23.598 INFO kablam! Checking cookie v0.2.5 Oct 27 13:32:25.960 INFO kablam! Checking hyper v0.9.18 Oct 27 13:32:27.363 INFO kablam! Compiling pulldown-cmark v0.0.3 Oct 27 13:32:32.267 INFO kablam! Compiling skeptic v0.4.0 Oct 27 13:32:34.529 INFO kablam! Compiling expectest v0.5.1 Oct 27 13:32:35.389 INFO kablam! Checking webmachine-rust v0.0.0 (/source) Oct 27 13:32:38.374 INFO kablam! warning: unused `#[macro_use]` import Oct 27 13:32:38.374 INFO kablam! --> src/lib.rs:126:1 Oct 27 13:32:38.374 INFO kablam! | Oct 27 13:32:38.374 INFO kablam! 126 | #[macro_use] extern crate itertools; Oct 27 13:32:38.374 INFO kablam! | ^^^^^^^^^^^^ Oct 27 13:32:38.383 INFO kablam! | Oct 27 13:32:38.383 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 13:32:38.383 INFO kablam! Oct 27 13:32:39.210 INFO kablam! warning: variable does not need to be mutable Oct 27 13:32:39.211 INFO kablam! --> src/headers.rs:13:34 Oct 27 13:32:39.211 INFO kablam! | Oct 27 13:32:39.211 INFO kablam! 13 | values.into_iter().batching(|mut it| { Oct 27 13:32:39.211 INFO kablam! | ----^^ Oct 27 13:32:39.211 INFO kablam! | | Oct 27 13:32:39.211 INFO kablam! | help: remove this `mut` Oct 27 13:32:39.211 INFO kablam! | Oct 27 13:32:39.211 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 13:32:39.211 INFO kablam! Oct 27 13:32:40.410 INFO kablam! warning: unused `#[macro_use]` import Oct 27 13:32:40.410 INFO kablam! --> src/lib.rs:126:1 Oct 27 13:32:40.410 INFO kablam! | Oct 27 13:32:40.410 INFO kablam! 126 | #[macro_use] extern crate itertools; Oct 27 13:32:40.410 INFO kablam! | ^^^^^^^^^^^^ Oct 27 13:32:40.410 INFO kablam! | Oct 27 13:32:40.410 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 13:32:40.410 INFO kablam! Oct 27 13:32:40.411 INFO kablam! warning: unused import: `headers::*` Oct 27 13:32:40.411 INFO kablam! --> src/context.rs:261:9 Oct 27 13:32:40.411 INFO kablam! | Oct 27 13:32:40.411 INFO kablam! 261 | use headers::*; Oct 27 13:32:40.411 INFO kablam! | ^^^^^^^^^^ Oct 27 13:32:40.411 INFO kablam! Oct 27 13:32:40.414 INFO kablam! warning: unused import: `super::context::*` Oct 27 13:32:40.414 INFO kablam! --> src/tests.rs:10:5 Oct 27 13:32:40.414 INFO kablam! | Oct 27 13:32:40.414 INFO kablam! 10 | use super::context::*; Oct 27 13:32:40.414 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 13:32:40.414 INFO kablam! Oct 27 13:32:40.414 INFO kablam! warning: unused import: `super::headers::*` Oct 27 13:32:40.414 INFO kablam! --> src/tests.rs:11:5 Oct 27 13:32:40.414 INFO kablam! | Oct 27 13:32:40.414 INFO kablam! 11 | use super::headers::*; Oct 27 13:32:40.414 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 13:32:40.414 INFO kablam! Oct 27 13:32:40.414 INFO kablam! warning: unused import: `chrono::*` Oct 27 13:32:40.414 INFO kablam! --> src/tests.rs:15:5 Oct 27 13:32:40.414 INFO kablam! | Oct 27 13:32:40.414 INFO kablam! 15 | use chrono::*; Oct 27 13:32:40.414 INFO kablam! | ^^^^^^^^^ Oct 27 13:32:40.414 INFO kablam! Oct 27 13:32:40.418 INFO kablam! warning: unused import: `headers::*` Oct 27 13:32:40.418 INFO kablam! --> src/content_negotiation_tests.rs:3:5 Oct 27 13:32:40.418 INFO kablam! | Oct 27 13:32:40.418 INFO kablam! 3 | use headers::*; Oct 27 13:32:40.418 INFO kablam! | ^^^^^^^^^^ Oct 27 13:32:40.418 INFO kablam! Oct 27 13:32:40.418 INFO kablam! warning: unused import: `context::*` Oct 27 13:32:40.418 INFO kablam! --> src/content_negotiation_tests.rs:4:5 Oct 27 13:32:40.418 INFO kablam! | Oct 27 13:32:40.418 INFO kablam! 4 | use context::*; Oct 27 13:32:40.418 INFO kablam! | ^^^^^^^^^^ Oct 27 13:32:40.418 INFO kablam! Oct 27 13:32:41.213 INFO kablam! warning: variable does not need to be mutable Oct 27 13:32:41.213 INFO kablam! --> src/headers.rs:13:34 Oct 27 13:32:41.213 INFO kablam! | Oct 27 13:32:41.213 INFO kablam! 13 | values.into_iter().batching(|mut it| { Oct 27 13:32:41.213 INFO kablam! | ----^^ Oct 27 13:32:41.213 INFO kablam! | | Oct 27 13:32:41.213 INFO kablam! | help: remove this `mut` Oct 27 13:32:41.213 INFO kablam! | Oct 27 13:32:41.213 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 13:32:41.213 INFO kablam! Oct 27 13:32:41.545 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.05s Oct 27 13:32:41.552 INFO kablam! su: No module specific data is present Oct 27 13:32:41.939 INFO running `"docker" "rm" "-f" "79494a8519be08dcd5d9bead5325c4c1dc5ddc959c61b34468124443967d0faf"` Oct 27 13:32:42.037 INFO blam! 79494a8519be08dcd5d9bead5325c4c1dc5ddc959c61b34468124443967d0faf