Oct 26 19:34:46.044 INFO checking thelink2012/tupi against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:34:46.046 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 26 19:34:46.472 INFO blam! fe1d7de3fcbcfea9b2a46e3952619a4919079af24bfab3e2b631dde38aea5cd6 Oct 26 19:34:46.475 INFO running `"docker" "start" "-a" "fe1d7de3fcbcfea9b2a46e3952619a4919079af24bfab3e2b631dde38aea5cd6"` Oct 26 19:34:48.353 INFO kablam! usermod: no changes Oct 26 19:34:48.439 INFO kablam! Checking libc v0.2.33 Oct 26 19:34:48.451 INFO kablam! Checking tupi v0.1.0 (/source) Oct 26 19:34:49.124 INFO kablam! warning: unused variable: `reader` Oct 26 19:34:49.125 INFO kablam! --> src/lib.rs:104:5 Oct 26 19:34:49.126 INFO kablam! | Oct 26 19:34:49.126 INFO kablam! 104 | reader: &mut R, Oct 26 19:34:49.127 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 26 19:34:49.128 INFO kablam! | Oct 26 19:34:49.128 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:34:49.135 INFO kablam! Oct 26 19:34:49.135 INFO kablam! warning: unused variable: `writer` Oct 26 19:34:49.135 INFO kablam! --> src/lib.rs:105:5 Oct 26 19:34:49.135 INFO kablam! | Oct 26 19:34:49.135 INFO kablam! 105 | writer: &mut W, Oct 26 19:34:49.135 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 26 19:34:49.135 INFO kablam! Oct 26 19:34:49.204 INFO kablam! warning: variable does not need to be mutable Oct 26 19:34:49.205 INFO kablam! --> src/parser.rs:30:39 Oct 26 19:34:49.206 INFO kablam! | Oct 26 19:34:49.207 INFO kablam! 30 | pub fn parse_request_line(mut reader: &mut R) -> HttpResult { Oct 26 19:34:49.208 INFO kablam! | ----^^^^^^ Oct 26 19:34:49.208 INFO kablam! | | Oct 26 19:34:49.209 INFO kablam! | help: remove this `mut` Oct 26 19:34:49.209 INFO kablam! | Oct 26 19:34:49.209 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:34:49.209 INFO kablam! Oct 26 19:34:49.223 INFO kablam! warning: method is never used: `query_raw` Oct 26 19:34:49.224 INFO kablam! --> src/http.rs:56:5 Oct 26 19:34:49.225 INFO kablam! | Oct 26 19:34:49.225 INFO kablam! 56 | fn query_raw(&self, key: &str) -> Option<&[u8]> { Oct 26 19:34:49.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:34:49.227 INFO kablam! | Oct 26 19:34:49.227 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:34:49.231 INFO kablam! Oct 26 19:34:49.231 INFO kablam! warning: field is never used: `headers` Oct 26 19:34:49.231 INFO kablam! --> src/lib.rs:21:5 Oct 26 19:34:49.231 INFO kablam! | Oct 26 19:34:49.231 INFO kablam! 21 | headers: HttpHeaders, Oct 26 19:34:49.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 19:34:49.231 INFO kablam! Oct 26 19:34:50.218 INFO kablam! Checking memchr v1.0.2 Oct 26 19:34:50.535 INFO kablam! Checking aho-corasick v0.6.3 Oct 26 19:34:51.387 INFO kablam! Checking regex v0.2.2 Oct 26 19:34:55.363 INFO kablam! warning: unused import: `std::io::BufRead` Oct 26 19:34:55.363 INFO kablam! --> tests/version.rs:4:5 Oct 26 19:34:55.363 INFO kablam! | Oct 26 19:34:55.363 INFO kablam! 4 | use std::io::BufRead; Oct 26 19:34:55.363 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 19:34:55.363 INFO kablam! | Oct 26 19:34:55.363 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:34:55.363 INFO kablam! Oct 26 19:34:55.447 INFO kablam! warning: unused variable: `reader` Oct 26 19:34:55.447 INFO kablam! --> src/lib.rs:104:5 Oct 26 19:34:55.447 INFO kablam! | Oct 26 19:34:55.447 INFO kablam! 104 | reader: &mut R, Oct 26 19:34:55.447 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 26 19:34:55.447 INFO kablam! | Oct 26 19:34:55.447 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 19:34:55.447 INFO kablam! Oct 26 19:34:55.447 INFO kablam! warning: unused variable: `writer` Oct 26 19:34:55.447 INFO kablam! --> src/lib.rs:105:5 Oct 26 19:34:55.447 INFO kablam! | Oct 26 19:34:55.447 INFO kablam! 105 | writer: &mut W, Oct 26 19:34:55.447 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 26 19:34:55.447 INFO kablam! Oct 26 19:34:55.447 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 26 19:34:55.447 INFO kablam! --> tests/length.rs:102:18 Oct 26 19:34:55.447 INFO kablam! | Oct 26 19:34:55.447 INFO kablam! 102 | for _ in (1..3000) { Oct 26 19:34:55.447 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 26 19:34:55.447 INFO kablam! | Oct 26 19:34:55.447 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 19:34:55.447 INFO kablam! Oct 26 19:34:55.571 INFO kablam! warning: variable does not need to be mutable Oct 26 19:34:55.571 INFO kablam! --> tests/test.rs:47:9 Oct 26 19:34:55.571 INFO kablam! | Oct 26 19:34:55.571 INFO kablam! 47 | let mut payload = { Oct 26 19:34:55.571 INFO kablam! | ----^^^^^^^ Oct 26 19:34:55.571 INFO kablam! | | Oct 26 19:34:55.571 INFO kablam! | help: remove this `mut` Oct 26 19:34:55.575 INFO kablam! | Oct 26 19:34:55.575 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:34:55.575 INFO kablam! Oct 26 19:34:55.575 INFO kablam! warning: variable does not need to be mutable Oct 26 19:34:55.575 INFO kablam! --> src/parser.rs:30:39 Oct 26 19:34:55.575 INFO kablam! | Oct 26 19:34:55.575 INFO kablam! 30 | pub fn parse_request_line(mut reader: &mut R) -> HttpResult { Oct 26 19:34:55.575 INFO kablam! | ----^^^^^^ Oct 26 19:34:55.575 INFO kablam! | | Oct 26 19:34:55.575 INFO kablam! | help: remove this `mut` Oct 26 19:34:55.575 INFO kablam! | Oct 26 19:34:55.575 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:34:55.575 INFO kablam! Oct 26 19:34:55.616 INFO kablam! warning: method is never used: `query_raw` Oct 26 19:34:55.616 INFO kablam! --> src/http.rs:56:5 Oct 26 19:34:55.616 INFO kablam! | Oct 26 19:34:55.616 INFO kablam! 56 | fn query_raw(&self, key: &str) -> Option<&[u8]> { Oct 26 19:34:55.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 19:34:55.616 INFO kablam! | Oct 26 19:34:55.616 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 19:34:55.616 INFO kablam! Oct 26 19:34:55.616 INFO kablam! warning: field is never used: `headers` Oct 26 19:34:55.616 INFO kablam! --> src/lib.rs:21:5 Oct 26 19:34:55.616 INFO kablam! | Oct 26 19:34:55.616 INFO kablam! 21 | headers: HttpHeaders, Oct 26 19:34:55.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 19:34:55.616 INFO kablam! Oct 26 19:34:55.799 INFO kablam! warning: variable does not need to be mutable Oct 26 19:34:55.799 INFO kablam! --> tests/test.rs:47:9 Oct 26 19:34:55.799 INFO kablam! | Oct 26 19:34:55.799 INFO kablam! 47 | let mut payload = { Oct 26 19:34:55.799 INFO kablam! | ----^^^^^^^ Oct 26 19:34:55.799 INFO kablam! | | Oct 26 19:34:55.799 INFO kablam! | help: remove this `mut` Oct 26 19:34:55.799 INFO kablam! | Oct 26 19:34:55.799 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:34:55.799 INFO kablam! Oct 26 19:34:55.871 INFO kablam! warning: variable does not need to be mutable Oct 26 19:34:55.871 INFO kablam! --> tests/test.rs:47:9 Oct 26 19:34:55.871 INFO kablam! | Oct 26 19:34:55.871 INFO kablam! 47 | let mut payload = { Oct 26 19:34:55.871 INFO kablam! | ----^^^^^^^ Oct 26 19:34:55.871 INFO kablam! | | Oct 26 19:34:55.871 INFO kablam! | help: remove this `mut` Oct 26 19:34:55.871 INFO kablam! | Oct 26 19:34:55.871 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 19:34:55.871 INFO kablam! Oct 26 19:34:55.951 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.57s Oct 26 19:34:55.951 INFO kablam! su: No module specific data is present Oct 26 19:34:56.671 INFO running `"docker" "rm" "-f" "fe1d7de3fcbcfea9b2a46e3952619a4919079af24bfab3e2b631dde38aea5cd6"` Oct 26 19:34:56.910 INFO blam! fe1d7de3fcbcfea9b2a46e3952619a4919079af24bfab3e2b631dde38aea5cd6