Oct 13 08:16:25.009 INFO checking solicit-0.4.4 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 08:16:25.011 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.398 INFO blam! b264465749b67981c791f639624e7b1d99f64acc8007bf804b0a44387eae348c Oct 13 08:16:25.402 INFO running `"docker" "start" "-a" "b264465749b67981c791f639624e7b1d99f64acc8007bf804b0a44387eae348c"` Oct 13 08:16:26.671 INFO kablam! usermod: no changes Oct 13 08:16:26.793 INFO kablam! Checking solicit v0.4.4 (/source) Oct 13 08:16:28.401 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:28.402 INFO kablam! --> src/http/client/mod.rs:297:13 Oct 13 08:16:28.402 INFO kablam! | Oct 13 08:16:28.403 INFO kablam! 297 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:28.403 INFO kablam! | ----^^^^^^ Oct 13 08:16:28.403 INFO kablam! | | Oct 13 08:16:28.403 INFO kablam! | help: remove this `mut` Oct 13 08:16:28.404 INFO kablam! | Oct 13 08:16:28.404 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 08:16:28.404 INFO kablam! Oct 13 08:16:28.405 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:28.405 INFO kablam! --> src/http/client/mod.rs:310:13 Oct 13 08:16:28.405 INFO kablam! | Oct 13 08:16:28.405 INFO kablam! 310 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:28.406 INFO kablam! | ----^^^^^^ Oct 13 08:16:28.406 INFO kablam! | | Oct 13 08:16:28.406 INFO kablam! | help: remove this `mut` Oct 13 08:16:28.407 INFO kablam! Oct 13 08:16:28.407 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:28.407 INFO kablam! --> src/http/client/mod.rs:323:13 Oct 13 08:16:28.407 INFO kablam! | Oct 13 08:16:28.407 INFO kablam! 323 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:28.407 INFO kablam! | ----^^^^^^ Oct 13 08:16:28.407 INFO kablam! | | Oct 13 08:16:28.407 INFO kablam! | help: remove this `mut` Oct 13 08:16:28.407 INFO kablam! Oct 13 08:16:28.407 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:28.407 INFO kablam! --> src/http/server.rs:42:13 Oct 13 08:16:28.407 INFO kablam! | Oct 13 08:16:28.407 INFO kablam! 42 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:28.407 INFO kablam! | ----^^^^^^ Oct 13 08:16:28.407 INFO kablam! | | Oct 13 08:16:28.407 INFO kablam! | help: remove this `mut` Oct 13 08:16:28.407 INFO kablam! Oct 13 08:16:28.407 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:28.407 INFO kablam! --> src/http/server.rs:70:13 Oct 13 08:16:28.407 INFO kablam! | Oct 13 08:16:28.407 INFO kablam! 70 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:28.407 INFO kablam! | ----^^^^^^ Oct 13 08:16:28.407 INFO kablam! | | Oct 13 08:16:28.407 INFO kablam! | help: remove this `mut` Oct 13 08:16:28.407 INFO kablam! Oct 13 08:16:30.136 INFO kablam! warning: unused import: `SessionState` Oct 13 08:16:30.137 INFO kablam! --> src/http/tests/common.rs:19:5 Oct 13 08:16:30.137 INFO kablam! | Oct 13 08:16:30.138 INFO kablam! 19 | SessionState, Oct 13 08:16:30.138 INFO kablam! | ^^^^^^^^^^^^ Oct 13 08:16:30.138 INFO kablam! | Oct 13 08:16:30.138 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 08:16:30.139 INFO kablam! Oct 13 08:16:30.811 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:30.812 INFO kablam! --> src/http/client/mod.rs:297:13 Oct 13 08:16:30.812 INFO kablam! | Oct 13 08:16:30.812 INFO kablam! 297 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:30.812 INFO kablam! | ----^^^^^^ Oct 13 08:16:30.812 INFO kablam! | | Oct 13 08:16:30.812 INFO kablam! | help: remove this `mut` Oct 13 08:16:30.812 INFO kablam! | Oct 13 08:16:30.812 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 08:16:30.812 INFO kablam! Oct 13 08:16:30.814 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:30.814 INFO kablam! --> src/http/client/mod.rs:310:13 Oct 13 08:16:30.814 INFO kablam! | Oct 13 08:16:30.814 INFO kablam! 310 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:30.814 INFO kablam! | ----^^^^^^ Oct 13 08:16:30.814 INFO kablam! | | Oct 13 08:16:30.814 INFO kablam! | help: remove this `mut` Oct 13 08:16:30.814 INFO kablam! Oct 13 08:16:30.815 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:30.816 INFO kablam! --> src/http/client/mod.rs:323:13 Oct 13 08:16:30.816 INFO kablam! | Oct 13 08:16:30.816 INFO kablam! 323 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:30.816 INFO kablam! | ----^^^^^^ Oct 13 08:16:30.816 INFO kablam! | | Oct 13 08:16:30.816 INFO kablam! | help: remove this `mut` Oct 13 08:16:30.816 INFO kablam! Oct 13 08:16:30.844 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:30.844 INFO kablam! --> src/http/server.rs:42:13 Oct 13 08:16:30.844 INFO kablam! | Oct 13 08:16:30.844 INFO kablam! 42 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:30.844 INFO kablam! | ----^^^^^^ Oct 13 08:16:30.844 INFO kablam! | | Oct 13 08:16:30.844 INFO kablam! | help: remove this `mut` Oct 13 08:16:30.844 INFO kablam! Oct 13 08:16:30.847 INFO kablam! warning: variable does not need to be mutable Oct 13 08:16:30.847 INFO kablam! --> src/http/server.rs:70:13 Oct 13 08:16:30.847 INFO kablam! | Oct 13 08:16:30.847 INFO kablam! 70 | let mut stream = match self.state.get_stream_mut(stream_id) { Oct 13 08:16:30.847 INFO kablam! | ----^^^^^^ Oct 13 08:16:30.847 INFO kablam! | | Oct 13 08:16:30.847 INFO kablam! | help: remove this `mut` Oct 13 08:16:30.847 INFO kablam! Oct 13 08:16:31.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.39s Oct 13 08:16:31.102 INFO kablam! su: No module specific data is present Oct 13 08:16:31.806 INFO running `"docker" "rm" "-f" "b264465749b67981c791f639624e7b1d99f64acc8007bf804b0a44387eae348c"` Oct 13 08:16:31.924 INFO blam! b264465749b67981c791f639624e7b1d99f64acc8007bf804b0a44387eae348c