Oct 13 08:16:25.560 INFO checking solicit-0.4.4 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 08:16:25.562 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 08:16:25.976 INFO blam! 849cc5f4c619b7dd7ad840d05fd887e46a1b9058c718dac0e5a5908394821130 Oct 13 08:16:25.978 INFO running `"docker" "start" "-a" "849cc5f4c619b7dd7ad840d05fd887e46a1b9058c718dac0e5a5908394821130"` Oct 13 08:16:27.331 INFO kablam! usermod: no changes Oct 13 08:16:27.423 INFO kablam! Checking solicit v0.4.4 (/source) Oct 13 08:16:29.268 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:29.270 INFO kablam! --> src/http/client/mod.rs:297:13 Oct 13 08:16:29.271 INFO kablam! | Oct 13 08:16:29.271 INFO kablam! 297 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:29.271 INFO kablam! | ----^^^^^^ Oct 13 08:16:29.272 INFO kablam! | | Oct 13 08:16:29.272 INFO kablam! | help: remove this `mut` Oct 13 08:16:29.272 INFO kablam! | Oct 13 08:16:29.273 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 08:16:29.273 INFO kablam! Oct 13 08:16:29.275 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:29.276 INFO kablam! --> src/http/client/mod.rs:310:13 Oct 13 08:16:29.276 INFO kablam! | Oct 13 08:16:29.276 INFO kablam! 310 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:29.277 INFO kablam! | ----^^^^^^ Oct 13 08:16:29.277 INFO kablam! | | Oct 13 08:16:29.277 INFO kablam! | help: remove this `mut` Oct 13 08:16:29.277 INFO kablam! Oct 13 08:16:29.278 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:29.278 INFO kablam! --> src/http/client/mod.rs:323:13 Oct 13 08:16:29.279 INFO kablam! | Oct 13 08:16:29.279 INFO kablam! 323 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:29.279 INFO kablam! | ----^^^^^^ Oct 13 08:16:29.280 INFO kablam! | | Oct 13 08:16:29.280 INFO kablam! | help: remove this `mut` Oct 13 08:16:29.283 INFO kablam! Oct 13 08:16:29.288 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:29.289 INFO kablam! --> src/http/server.rs:42:13 Oct 13 08:16:29.293 INFO kablam! | Oct 13 08:16:29.293 INFO kablam! 42 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:29.294 INFO kablam! | ----^^^^^^ Oct 13 08:16:29.294 INFO kablam! | | Oct 13 08:16:29.294 INFO kablam! | help: remove this `mut` Oct 13 08:16:29.295 INFO kablam! Oct 13 08:16:29.295 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:29.296 INFO kablam! --> src/http/server.rs:70:13 Oct 13 08:16:29.300 INFO kablam! | Oct 13 08:16:29.301 INFO kablam! 70 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:29.301 INFO kablam! | ----^^^^^^ Oct 13 08:16:29.301 INFO kablam! | | Oct 13 08:16:29.302 INFO kablam! | help: remove this `mut` Oct 13 08:16:29.302 INFO kablam! Oct 13 08:16:30.604 INFO kablam! warning: unused import: `SessionState` Oct 13 08:16:30.604 INFO kablam! --> src/http/tests/common.rs:19:5 Oct 13 08:16:30.604 INFO kablam! | Oct 13 08:16:30.604 INFO kablam! 19 | SessionState, Oct 13 08:16:30.604 INFO kablam! | ^^^^^^^^^^^^ Oct 13 08:16:30.604 INFO kablam! | Oct 13 08:16:30.604 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 08:16:30.604 INFO kablam! Oct 13 08:16:31.304 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:31.304 INFO kablam! --> src/http/client/mod.rs:297:13 Oct 13 08:16:31.304 INFO kablam! | Oct 13 08:16:31.304 INFO kablam! 297 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:31.304 INFO kablam! | ----^^^^^^ Oct 13 08:16:31.304 INFO kablam! | | Oct 13 08:16:31.304 INFO kablam! | help: remove this `mut` Oct 13 08:16:31.304 INFO kablam! | Oct 13 08:16:31.304 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 08:16:31.304 INFO kablam! Oct 13 08:16:31.308 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:31.308 INFO kablam! --> src/http/client/mod.rs:310:13 Oct 13 08:16:31.308 INFO kablam! | Oct 13 08:16:31.308 INFO kablam! 310 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:31.308 INFO kablam! | ----^^^^^^ Oct 13 08:16:31.308 INFO kablam! | | Oct 13 08:16:31.308 INFO kablam! | help: remove this `mut` Oct 13 08:16:31.308 INFO kablam! Oct 13 08:16:31.308 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:31.308 INFO kablam! --> src/http/client/mod.rs:323:13 Oct 13 08:16:31.308 INFO kablam! | Oct 13 08:16:31.308 INFO kablam! 323 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:31.308 INFO kablam! | ----^^^^^^ Oct 13 08:16:31.308 INFO kablam! | | Oct 13 08:16:31.308 INFO kablam! | help: remove this `mut` Oct 13 08:16:31.308 INFO kablam! Oct 13 08:16:31.339 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:31.339 INFO kablam! --> src/http/server.rs:42:13 Oct 13 08:16:31.339 INFO kablam! | Oct 13 08:16:31.339 INFO kablam! 42 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:31.339 INFO kablam! | ----^^^^^^ Oct 13 08:16:31.339 INFO kablam! | | Oct 13 08:16:31.339 INFO kablam! | help: remove this `mut` Oct 13 08:16:31.339 INFO kablam! Oct 13 08:16:31.344 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:31.344 INFO kablam! --> src/http/server.rs:70:13 Oct 13 08:16:31.344 INFO kablam! | Oct 13 08:16:31.344 INFO kablam! 70 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:31.344 INFO kablam! | ----^^^^^^ Oct 13 08:16:31.344 INFO kablam! | | Oct 13 08:16:31.344 INFO kablam! | help: remove this `mut` Oct 13 08:16:31.344 INFO kablam! Oct 13 08:16:31.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.22s Oct 13 08:16:31.588 INFO kablam! su: No module specific data is present Oct 13 08:16:31.978 INFO running `"docker" "rm" "-f" "849cc5f4c619b7dd7ad840d05fd887e46a1b9058c718dac0e5a5908394821130"` Oct 13 08:16:32.125 INFO blam! 849cc5f4c619b7dd7ad840d05fd887e46a1b9058c718dac0e5a5908394821130