Sep 20 23:08:10.815 INFO checking cjohansson/milstian-rust-web-framework against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 23:08:10.815 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 23:08:10.815 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 23:08:11.042 INFO blam! 1f2bc50a6687e7ed6a7d6e0e16c342a154a7662c70aaa858077d1bd4f26185b9 Sep 20 23:08:11.044 INFO running `"docker" "start" "-a" "1f2bc50a6687e7ed6a7d6e0e16c342a154a7662c70aaa858077d1bd4f26185b9"` Sep 20 23:08:12.174 INFO kablam! usermod: no changes Sep 20 23:08:12.270 INFO kablam! Checking chrono v0.4.5 Sep 20 23:08:14.890 INFO kablam! Checking milstian v0.1.0 (/source) Sep 20 23:08:15.954 INFO kablam! warning: unused variable: `args` Sep 20 23:08:15.954 INFO kablam! --> src/application_layer/http/request.rs:220:17 Sep 20 23:08:15.954 INFO kablam! | Sep 20 23:08:15.954 INFO kablam! 220 | let mut args: HashMap = HashMap::new(); Sep 20 23:08:15.954 INFO kablam! | ^^^^ help: consider using `_args` instead Sep 20 23:08:15.954 INFO kablam! | Sep 20 23:08:15.954 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 23:08:15.954 INFO kablam! Sep 20 23:08:15.954 INFO kablam! warning: unused variable: `body` Sep 20 23:08:15.954 INFO kablam! --> src/application_layer/http/request.rs:222:17 Sep 20 23:08:15.954 INFO kablam! | Sep 20 23:08:15.954 INFO kablam! 222 | let mut body: Vec = Vec::new(); Sep 20 23:08:15.954 INFO kablam! | ^^^^ help: consider using `_body` instead Sep 20 23:08:15.954 INFO kablam! Sep 20 23:08:16.021 INFO kablam! warning: variable does not need to be mutable Sep 20 23:08:16.021 INFO kablam! --> src/application_layer/http/request.rs:220:13 Sep 20 23:08:16.021 INFO kablam! | Sep 20 23:08:16.021 INFO kablam! 220 | let mut args: HashMap = HashMap::new(); Sep 20 23:08:16.021 INFO kablam! | ----^^^^ Sep 20 23:08:16.021 INFO kablam! | | Sep 20 23:08:16.021 INFO kablam! | help: remove this `mut` Sep 20 23:08:16.021 INFO kablam! | Sep 20 23:08:16.021 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 23:08:16.021 INFO kablam! Sep 20 23:08:16.021 INFO kablam! warning: variable does not need to be mutable Sep 20 23:08:16.021 INFO kablam! --> src/application_layer/http/request.rs:222:13 Sep 20 23:08:16.021 INFO kablam! | Sep 20 23:08:16.021 INFO kablam! 222 | let mut body: Vec = Vec::new(); Sep 20 23:08:16.021 INFO kablam! | ----^^^^ Sep 20 23:08:16.021 INFO kablam! | | Sep 20 23:08:16.021 INFO kablam! | help: remove this `mut` Sep 20 23:08:16.021 INFO kablam! Sep 20 23:08:16.021 INFO kablam! warning: variable does not need to be mutable Sep 20 23:08:16.021 INFO kablam! --> src/application_layer/http/request.rs:224:13 Sep 20 23:08:16.021 INFO kablam! | Sep 20 23:08:16.021 INFO kablam! 224 | let mut index = 0; Sep 20 23:08:16.021 INFO kablam! | ----^^^^^ Sep 20 23:08:16.021 INFO kablam! | | Sep 20 23:08:16.021 INFO kablam! | help: remove this `mut` Sep 20 23:08:16.021 INFO kablam! Sep 20 23:08:16.115 INFO kablam! warning: unused variable: `args` Sep 20 23:08:16.115 INFO kablam! --> src/application_layer/http/request.rs:220:17 Sep 20 23:08:16.115 INFO kablam! | Sep 20 23:08:16.115 INFO kablam! 220 | let mut args: HashMap = HashMap::new(); Sep 20 23:08:16.115 INFO kablam! | ^^^^ help: consider using `_args` instead Sep 20 23:08:16.115 INFO kablam! | Sep 20 23:08:16.115 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 23:08:16.115 INFO kablam! Sep 20 23:08:16.115 INFO kablam! warning: unused variable: `body` Sep 20 23:08:16.115 INFO kablam! --> src/application_layer/http/request.rs:222:17 Sep 20 23:08:16.115 INFO kablam! | Sep 20 23:08:16.115 INFO kablam! 222 | let mut body: Vec = Vec::new(); Sep 20 23:08:16.115 INFO kablam! | ^^^^ help: consider using `_body` instead Sep 20 23:08:16.115 INFO kablam! Sep 20 23:08:16.178 INFO kablam! warning: variable does not need to be mutable Sep 20 23:08:16.178 INFO kablam! --> src/application_layer/http/request.rs:220:13 Sep 20 23:08:16.178 INFO kablam! | Sep 20 23:08:16.178 INFO kablam! 220 | let mut args: HashMap = HashMap::new(); Sep 20 23:08:16.178 INFO kablam! | ----^^^^ Sep 20 23:08:16.178 INFO kablam! | | Sep 20 23:08:16.178 INFO kablam! | help: remove this `mut` Sep 20 23:08:16.178 INFO kablam! | Sep 20 23:08:16.178 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 23:08:16.178 INFO kablam! Sep 20 23:08:16.178 INFO kablam! warning: variable does not need to be mutable Sep 20 23:08:16.178 INFO kablam! --> src/application_layer/http/request.rs:222:13 Sep 20 23:08:16.178 INFO kablam! | Sep 20 23:08:16.178 INFO kablam! 222 | let mut body: Vec = Vec::new(); Sep 20 23:08:16.178 INFO kablam! | ----^^^^ Sep 20 23:08:16.178 INFO kablam! | | Sep 20 23:08:16.178 INFO kablam! | help: remove this `mut` Sep 20 23:08:16.178 INFO kablam! Sep 20 23:08:16.178 INFO kablam! warning: variable does not need to be mutable Sep 20 23:08:16.178 INFO kablam! --> src/application_layer/http/request.rs:224:13 Sep 20 23:08:16.178 INFO kablam! | Sep 20 23:08:16.178 INFO kablam! 224 | let mut index = 0; Sep 20 23:08:16.178 INFO kablam! | ----^^^^^ Sep 20 23:08:16.178 INFO kablam! | | Sep 20 23:08:16.178 INFO kablam! | help: remove this `mut` Sep 20 23:08:16.178 INFO kablam! Sep 20 23:08:16.993 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.79s Sep 20 23:08:17.001 INFO kablam! su: No module specific data is present Sep 20 23:08:18.050 INFO running `"docker" "rm" "-f" "1f2bc50a6687e7ed6a7d6e0e16c342a154a7662c70aaa858077d1bd4f26185b9"` Sep 20 23:08:18.180 INFO blam! 1f2bc50a6687e7ed6a7d6e0e16c342a154a7662c70aaa858077d1bd4f26185b9