Oct 31 19:46:02.540 INFO checking thelink2012/tupi against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 19:46:02.542 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-5/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 19:46:03.069 INFO blam! 06e1803972e51c2f3e804a7b83016b8704cba6e26ecbf6101038d3d50415d754 Oct 31 19:46:03.072 INFO running `"docker" "start" "-a" "06e1803972e51c2f3e804a7b83016b8704cba6e26ecbf6101038d3d50415d754"` Oct 31 19:46:05.042 INFO kablam! usermod: no changes Oct 31 19:46:05.116 INFO kablam! Checking libc v0.2.33 Oct 31 19:46:05.140 INFO kablam! Checking tupi v0.1.0 (/source) Oct 31 19:46:05.140 INFO kablam! Checking thread_local v0.3.4 Oct 31 19:46:05.971 INFO kablam! warning: unused variable: `reader` Oct 31 19:46:05.971 INFO kablam! --> src/lib.rs:104:5 Oct 31 19:46:05.971 INFO kablam! | Oct 31 19:46:05.971 INFO kablam! 104 | reader: &mut R, Oct 31 19:46:05.971 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 31 19:46:05.971 INFO kablam! | Oct 31 19:46:05.971 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 19:46:05.971 INFO kablam! Oct 31 19:46:05.971 INFO kablam! warning: unused variable: `writer` Oct 31 19:46:05.971 INFO kablam! --> src/lib.rs:105:5 Oct 31 19:46:05.971 INFO kablam! | Oct 31 19:46:05.971 INFO kablam! 105 | writer: &mut W, Oct 31 19:46:05.971 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 31 19:46:05.971 INFO kablam! Oct 31 19:46:06.061 INFO kablam! warning: variable does not need to be mutable Oct 31 19:46:06.064 INFO kablam! --> src/parser.rs:30:39 Oct 31 19:46:06.064 INFO kablam! | Oct 31 19:46:06.064 INFO kablam! 30 | pub fn parse_request_line(mut reader: &mut R) -> HttpResult { Oct 31 19:46:06.064 INFO kablam! | ----^^^^^^ Oct 31 19:46:06.064 INFO kablam! | | Oct 31 19:46:06.064 INFO kablam! | help: remove this `mut` Oct 31 19:46:06.064 INFO kablam! | Oct 31 19:46:06.064 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 19:46:06.064 INFO kablam! Oct 31 19:46:06.093 INFO kablam! warning: method is never used: `query_raw` Oct 31 19:46:06.093 INFO kablam! --> src/http.rs:56:5 Oct 31 19:46:06.093 INFO kablam! | Oct 31 19:46:06.093 INFO kablam! 56 | fn query_raw(&self, key: &str) -> Option<&[u8]> { Oct 31 19:46:06.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:46:06.093 INFO kablam! | Oct 31 19:46:06.096 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 19:46:06.096 INFO kablam! Oct 31 19:46:06.096 INFO kablam! warning: field is never used: `headers` Oct 31 19:46:06.096 INFO kablam! --> src/lib.rs:21:5 Oct 31 19:46:06.096 INFO kablam! | Oct 31 19:46:06.096 INFO kablam! 21 | headers: HttpHeaders, Oct 31 19:46:06.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 19:46:06.096 INFO kablam! Oct 31 19:46:06.992 INFO kablam! Checking memchr v1.0.2 Oct 31 19:46:07.336 INFO kablam! Checking aho-corasick v0.6.3 Oct 31 19:46:08.016 INFO kablam! Checking regex v0.2.2 Oct 31 19:46:11.844 INFO kablam! warning: unused import: `std::io::BufRead` Oct 31 19:46:11.845 INFO kablam! --> tests/version.rs:4:5 Oct 31 19:46:11.846 INFO kablam! | Oct 31 19:46:11.847 INFO kablam! 4 | use std::io::BufRead; Oct 31 19:46:11.848 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 19:46:11.848 INFO kablam! | Oct 31 19:46:11.849 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 19:46:11.849 INFO kablam! Oct 31 19:46:11.864 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 31 19:46:11.864 INFO kablam! --> tests/length.rs:102:18 Oct 31 19:46:11.864 INFO kablam! | Oct 31 19:46:11.864 INFO kablam! 102 | for _ in (1..3000) { Oct 31 19:46:11.864 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 31 19:46:11.864 INFO kablam! | Oct 31 19:46:11.864 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 31 19:46:11.864 INFO kablam! Oct 31 19:46:12.251 INFO kablam! warning: unused variable: `reader` Oct 31 19:46:12.251 INFO kablam! --> src/lib.rs:104:5 Oct 31 19:46:12.251 INFO kablam! | Oct 31 19:46:12.251 INFO kablam! 104 | reader: &mut R, Oct 31 19:46:12.251 INFO kablam! | ^^^^^^ help: consider using `_reader` instead Oct 31 19:46:12.268 INFO kablam! warning: variable does not need to be mutable Oct 31 19:46:12.268 INFO kablam! --> tests/test.rs:47:9 Oct 31 19:46:12.268 INFO kablam! | Oct 31 19:46:12.268 INFO kablam! 47 | let mut payload = { Oct 31 19:46:12.268 INFO kablam! | ----^^^^^^^ Oct 31 19:46:12.268 INFO kablam! | | Oct 31 19:46:12.268 INFO kablam! | help: remove this `mut` Oct 31 19:46:12.276 INFO kablam! | Oct 31 19:46:12.276 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 19:46:12.276 INFO kablam! Oct 31 19:46:12.292 INFO kablam! | Oct 31 19:46:12.292 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 19:46:12.292 INFO kablam! Oct 31 19:46:12.292 INFO kablam! warning: unused variable: `writer` Oct 31 19:46:12.292 INFO kablam! --> src/lib.rs:105:5 Oct 31 19:46:12.292 INFO kablam! | Oct 31 19:46:12.292 INFO kablam! 105 | writer: &mut W, Oct 31 19:46:12.292 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 31 19:46:12.292 INFO kablam! Oct 31 19:46:12.492 INFO kablam! warning: variable does not need to be mutable Oct 31 19:46:12.492 INFO kablam! --> tests/test.rs:47:9 Oct 31 19:46:12.492 INFO kablam! | Oct 31 19:46:12.492 INFO kablam! 47 | let mut payload = { Oct 31 19:46:12.492 INFO kablam! | ----^^^^^^^ Oct 31 19:46:12.492 INFO kablam! | | Oct 31 19:46:12.492 INFO kablam! | help: remove this `mut` Oct 31 19:46:12.492 INFO kablam! | Oct 31 19:46:12.492 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 19:46:12.492 INFO kablam! Oct 31 19:46:12.532 INFO kablam! warning: variable does not need to be mutable Oct 31 19:46:12.532 INFO kablam! --> tests/test.rs:47:9 Oct 31 19:46:12.532 INFO kablam! | Oct 31 19:46:12.532 INFO kablam! 47 | let mut payload = { Oct 31 19:46:12.532 INFO kablam! | ----^^^^^^^ Oct 31 19:46:12.532 INFO kablam! | | Oct 31 19:46:12.532 INFO kablam! | help: remove this `mut` Oct 31 19:46:12.536 INFO kablam! warning: variable does not need to be mutable Oct 31 19:46:12.536 INFO kablam! --> src/parser.rs:30:39 Oct 31 19:46:12.537 INFO kablam! | Oct 31 19:46:12.537 INFO kablam! 30 | pub fn parse_request_line(mut reader: &mut R) -> HttpResult { Oct 31 19:46:12.537 INFO kablam! | ----^^^^^^ Oct 31 19:46:12.537 INFO kablam! | | Oct 31 19:46:12.538 INFO kablam! | help: remove this `mut` Oct 31 19:46:12.538 INFO kablam! | Oct 31 19:46:12.538 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 19:46:12.538 INFO kablam! Oct 31 19:46:12.560 INFO kablam! | Oct 31 19:46:12.561 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 19:46:12.561 INFO kablam! Oct 31 19:46:12.606 INFO kablam! warning: method is never used: `query_raw` Oct 31 19:46:12.606 INFO kablam! --> src/http.rs:56:5 Oct 31 19:46:12.606 INFO kablam! | Oct 31 19:46:12.606 INFO kablam! 56 | fn query_raw(&self, key: &str) -> Option<&[u8]> { Oct 31 19:46:12.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 19:46:12.606 INFO kablam! | Oct 31 19:46:12.606 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 19:46:12.606 INFO kablam! Oct 31 19:46:12.612 INFO kablam! warning: field is never used: `headers` Oct 31 19:46:12.612 INFO kablam! --> src/lib.rs:21:5 Oct 31 19:46:12.612 INFO kablam! | Oct 31 19:46:12.612 INFO kablam! 21 | headers: HttpHeaders, Oct 31 19:46:12.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 19:46:12.612 INFO kablam! Oct 31 19:46:12.693 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.63s Oct 31 19:46:12.698 INFO kablam! su: No module specific data is present Oct 31 19:46:13.953 INFO running `"docker" "rm" "-f" "06e1803972e51c2f3e804a7b83016b8704cba6e26ecbf6101038d3d50415d754"` Oct 31 19:46:14.308 INFO blam! 06e1803972e51c2f3e804a7b83016b8704cba6e26ecbf6101038d3d50415d754