Oct 26 19:34:45.389 INFO checking thelink2012/tupi against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 19:34:45.389 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 19:34:45.847 INFO blam! a744317f57c88f7fb236af2d70a2d7c2a9e1a8af220a7e2beee401ff5c0fb837 Oct 26 19:34:45.855 INFO running `"docker" "start" "-a" "a744317f57c88f7fb236af2d70a2d7c2a9e1a8af220a7e2beee401ff5c0fb837"` Oct 26 19:34:47.278 INFO kablam! usermod: no changes Oct 26 19:34:47.371 INFO kablam! Checking tupi v0.1.0 (/source) Oct 26 19:34:47.995 INFO kablam! warning: unused variable: `reader` Oct 26 19:34:47.995 INFO kablam! --> src/lib.rs:104:5 Oct 26 19:34:47.995 INFO kablam! | Oct 26 19:34:47.995 INFO kablam! 104 | reader: &mut R, Oct 26 19:34:47.995 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 26 19:34:47.995 INFO kablam! | Oct 26 19:34:47.995 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:34:47.995 INFO kablam! Oct 26 19:34:47.995 INFO kablam! warning: unused variable: `writer` Oct 26 19:34:47.995 INFO kablam! --> src/lib.rs:105:5 Oct 26 19:34:47.995 INFO kablam! | Oct 26 19:34:47.995 INFO kablam! 105 | writer: &mut W, Oct 26 19:34:47.995 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 26 19:34:47.995 INFO kablam! Oct 26 19:34:48.035 INFO kablam! warning: variable does not need to be mutable Oct 26 19:34:48.035 INFO kablam! --> src/parser.rs:30:39 Oct 26 19:34:48.035 INFO kablam! | Oct 26 19:34:48.035 INFO kablam! 30 | pub fn parse_request_line(mut reader: &mut R) -> HttpResult { Oct 26 19:34:48.035 INFO kablam! | ----^^^^^^ Oct 26 19:34:48.035 INFO kablam! | | Oct 26 19:34:48.035 INFO kablam! | help: remove this `mut` Oct 26 19:34:48.035 INFO kablam! | Oct 26 19:34:48.035 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:34:48.035 INFO kablam! Oct 26 19:34:48.055 INFO kablam! warning: unused variable: `reader` Oct 26 19:34:48.055 INFO kablam! --> src/lib.rs:104:5 Oct 26 19:34:48.055 INFO kablam! | Oct 26 19:34:48.055 INFO kablam! 104 | reader: &mut R, Oct 26 19:34:48.055 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 26 19:34:48.055 INFO kablam! | Oct 26 19:34:48.055 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:34:48.055 INFO kablam! Oct 26 19:34:48.055 INFO kablam! warning: unused variable: `writer` Oct 26 19:34:48.055 INFO kablam! --> src/lib.rs:105:5 Oct 26 19:34:48.055 INFO kablam! | Oct 26 19:34:48.055 INFO kablam! 105 | writer: &mut W, Oct 26 19:34:48.055 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 26 19:34:48.055 INFO kablam! Oct 26 19:34:48.056 INFO kablam! warning: method is never used: `query_raw` Oct 26 19:34:48.057 INFO kablam! --> src/http.rs:56:5 Oct 26 19:34:48.057 INFO kablam! | Oct 26 19:34:48.058 INFO kablam! 56 | fn query_raw(&self, key: &str) -> Option<&[u8]> { Oct 26 19:34:48.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:34:48.058 INFO kablam! | Oct 26 19:34:48.058 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:34:48.058 INFO kablam! Oct 26 19:34:48.059 INFO kablam! warning: field is never used: `headers` Oct 26 19:34:48.059 INFO kablam! --> src/lib.rs:21:5 Oct 26 19:34:48.059 INFO kablam! | Oct 26 19:34:48.060 INFO kablam! 21 | headers: HttpHeaders, Oct 26 19:34:48.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 19:34:48.060 INFO kablam! Oct 26 19:34:48.098 INFO kablam! warning: variable does not need to be mutable Oct 26 19:34:48.098 INFO kablam! --> src/parser.rs:30:39 Oct 26 19:34:48.098 INFO kablam! | Oct 26 19:34:48.098 INFO kablam! 30 | pub fn parse_request_line(mut reader: &mut R) -> HttpResult { Oct 26 19:34:48.098 INFO kablam! | ----^^^^^^ Oct 26 19:34:48.098 INFO kablam! | | Oct 26 19:34:48.098 INFO kablam! | help: remove this `mut` Oct 26 19:34:48.098 INFO kablam! | Oct 26 19:34:48.099 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:34:48.099 INFO kablam! Oct 26 19:34:48.113 INFO kablam! warning: method is never used: `query_raw` Oct 26 19:34:48.113 INFO kablam! --> src/http.rs:56:5 Oct 26 19:34:48.113 INFO kablam! | Oct 26 19:34:48.113 INFO kablam! 56 | fn query_raw(&self, key: &str) -> Option<&[u8]> { Oct 26 19:34:48.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:34:48.113 INFO kablam! | Oct 26 19:34:48.115 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:34:48.115 INFO kablam! Oct 26 19:34:48.115 INFO kablam! warning: field is never used: `headers` Oct 26 19:34:48.115 INFO kablam! --> src/lib.rs:21:5 Oct 26 19:34:48.115 INFO kablam! | Oct 26 19:34:48.115 INFO kablam! 21 | headers: HttpHeaders, Oct 26 19:34:48.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 19:34:48.115 INFO kablam! Oct 26 19:34:49.419 INFO kablam! warning: unused import: `std::io::BufRead` Oct 26 19:34:49.419 INFO kablam! --> tests/version.rs:4:5 Oct 26 19:34:49.420 INFO kablam! | Oct 26 19:34:49.420 INFO kablam! 4 | use std::io::BufRead; Oct 26 19:34:49.420 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 19:34:49.421 INFO kablam! | Oct 26 19:34:49.427 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:34:49.427 INFO kablam! Oct 26 19:34:49.925 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 26 19:34:49.926 INFO kablam! --> tests/length.rs:102:18 Oct 26 19:34:49.926 INFO kablam! | Oct 26 19:34:49.926 INFO kablam! 102 | for _ in (1..3000) { Oct 26 19:34:49.926 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 26 19:34:49.926 INFO kablam! | Oct 26 19:34:49.926 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 19:34:49.926 INFO kablam! Oct 26 19:34:50.159 INFO kablam! warning: variable does not need to be mutable Oct 26 19:34:50.159 INFO kablam! --> tests/test.rs:47:9 Oct 26 19:34:50.159 INFO kablam! | Oct 26 19:34:50.159 INFO kablam! 47 | let mut payload = { Oct 26 19:34:50.159 INFO kablam! | ----^^^^^^^ Oct 26 19:34:50.159 INFO kablam! | | Oct 26 19:34:50.159 INFO kablam! | help: remove this `mut` Oct 26 19:34:50.159 INFO kablam! | Oct 26 19:34:50.159 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:34:50.159 INFO kablam! Oct 26 19:34:50.219 INFO kablam! warning: variable does not need to be mutable Oct 26 19:34:50.219 INFO kablam! --> tests/test.rs:47:9 Oct 26 19:34:50.219 INFO kablam! | Oct 26 19:34:50.219 INFO kablam! 47 | let mut payload = { Oct 26 19:34:50.219 INFO kablam! | ----^^^^^^^ Oct 26 19:34:50.219 INFO kablam! | | Oct 26 19:34:50.219 INFO kablam! | help: remove this `mut` Oct 26 19:34:50.221 INFO kablam! | Oct 26 19:34:50.221 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:34:50.221 INFO kablam! Oct 26 19:34:50.348 INFO kablam! warning: variable does not need to be mutable Oct 26 19:34:50.348 INFO kablam! --> tests/test.rs:47:9 Oct 26 19:34:50.348 INFO kablam! | Oct 26 19:34:50.348 INFO kablam! 47 | let mut payload = { Oct 26 19:34:50.348 INFO kablam! | ----^^^^^^^ Oct 26 19:34:50.348 INFO kablam! | | Oct 26 19:34:50.348 INFO kablam! | help: remove this `mut` Oct 26 19:34:50.348 INFO kablam! | Oct 26 19:34:50.348 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:34:50.348 INFO kablam! Oct 26 19:34:50.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.12s Oct 26 19:34:50.436 INFO kablam! su: No module specific data is present Oct 26 19:34:51.737 INFO running `"docker" "rm" "-f" "a744317f57c88f7fb236af2d70a2d7c2a9e1a8af220a7e2beee401ff5c0fb837"` Oct 26 19:34:52.071 INFO blam! a744317f57c88f7fb236af2d70a2d7c2a9e1a8af220a7e2beee401ff5c0fb837