Sep 20 23:08:12.650 INFO checking cjohansson/milstian-rust-web-framework against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 23:08:12.650 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 23:08:12.651 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:12.915 INFO blam! 35fd8fe67f2dbc8159ed775095fd2bf5e8cd3d7140e1befdcf1699fd0f2b4a1e Sep 20 23:08:12.917 INFO running `"docker" "start" "-a" "35fd8fe67f2dbc8159ed775095fd2bf5e8cd3d7140e1befdcf1699fd0f2b4a1e"` Sep 20 23:08:13.838 INFO kablam! usermod: no changes Sep 20 23:08:13.954 INFO kablam! Checking chrono v0.4.5 Sep 20 23:08:16.154 INFO kablam! Checking milstian v0.1.0 (/source) Sep 20 23:08:17.394 INFO kablam! warning: unused variable: `args` Sep 20 23:08:17.394 INFO kablam! --> src/application_layer/http/request.rs:220:17 Sep 20 23:08:17.394 INFO kablam! | Sep 20 23:08:17.394 INFO kablam! 220 | let mut args: HashMap = HashMap::new(); Sep 20 23:08:17.394 INFO kablam! | ^^^^ help: consider using `_args` instead Sep 20 23:08:17.394 INFO kablam! | Sep 20 23:08:17.394 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 23:08:17.394 INFO kablam! Sep 20 23:08:17.394 INFO kablam! warning: unused variable: `body` Sep 20 23:08:17.394 INFO kablam! --> src/application_layer/http/request.rs:222:17 Sep 20 23:08:17.394 INFO kablam! | Sep 20 23:08:17.394 INFO kablam! 222 | let mut body: Vec = Vec::new(); Sep 20 23:08:17.394 INFO kablam! | ^^^^ help: consider using `_body` instead Sep 20 23:08:17.394 INFO kablam! Sep 20 23:08:17.438 INFO kablam! warning: variable does not need to be mutable Sep 20 23:08:17.438 INFO kablam! --> src/application_layer/http/request.rs:220:13 Sep 20 23:08:17.438 INFO kablam! | Sep 20 23:08:17.438 INFO kablam! 220 | let mut args: HashMap = HashMap::new(); Sep 20 23:08:17.438 INFO kablam! | ----^^^^ Sep 20 23:08:17.438 INFO kablam! | | Sep 20 23:08:17.438 INFO kablam! | help: remove this `mut` Sep 20 23:08:17.438 INFO kablam! | Sep 20 23:08:17.438 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 23:08:17.438 INFO kablam! Sep 20 23:08:17.438 INFO kablam! warning: variable does not need to be mutable Sep 20 23:08:17.438 INFO kablam! --> src/application_layer/http/request.rs:222:13 Sep 20 23:08:17.438 INFO kablam! | Sep 20 23:08:17.438 INFO kablam! 222 | let mut body: Vec = Vec::new(); Sep 20 23:08:17.438 INFO kablam! | ----^^^^ Sep 20 23:08:17.438 INFO kablam! | | Sep 20 23:08:17.438 INFO kablam! | help: remove this `mut` Sep 20 23:08:17.438 INFO kablam! Sep 20 23:08:17.438 INFO kablam! warning: variable does not need to be mutable Sep 20 23:08:17.438 INFO kablam! --> src/application_layer/http/request.rs:224:13 Sep 20 23:08:17.438 INFO kablam! | Sep 20 23:08:17.438 INFO kablam! 224 | let mut index = 0; Sep 20 23:08:17.438 INFO kablam! | ----^^^^^ Sep 20 23:08:17.438 INFO kablam! | | Sep 20 23:08:17.438 INFO kablam! | help: remove this `mut` Sep 20 23:08:17.438 INFO kablam! Sep 20 23:08:17.706 INFO kablam! warning: unused variable: `args` Sep 20 23:08:17.706 INFO kablam! --> src/application_layer/http/request.rs:220:17 Sep 20 23:08:17.706 INFO kablam! | Sep 20 23:08:17.706 INFO kablam! 220 | let mut args: HashMap = HashMap::new(); Sep 20 23:08:17.706 INFO kablam! | ^^^^ help: consider using `_args` instead Sep 20 23:08:17.706 INFO kablam! | Sep 20 23:08:17.706 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 23:08:17.706 INFO kablam! Sep 20 23:08:17.714 INFO kablam! warning: unused variable: `body` Sep 20 23:08:17.714 INFO kablam! --> src/application_layer/http/request.rs:222:17 Sep 20 23:08:17.714 INFO kablam! | Sep 20 23:08:17.714 INFO kablam! 222 | let mut body: Vec = Vec::new(); Sep 20 23:08:17.714 INFO kablam! | ^^^^ help: consider using `_body` instead Sep 20 23:08:17.714 INFO kablam! Sep 20 23:08:17.752 INFO kablam! warning: variable does not need to be mutable Sep 20 23:08:17.752 INFO kablam! --> src/application_layer/http/request.rs:220:13 Sep 20 23:08:17.752 INFO kablam! | Sep 20 23:08:17.752 INFO kablam! 220 | let mut args: HashMap = HashMap::new(); Sep 20 23:08:17.752 INFO kablam! | ----^^^^ Sep 20 23:08:17.752 INFO kablam! | | Sep 20 23:08:17.752 INFO kablam! | help: remove this `mut` Sep 20 23:08:17.752 INFO kablam! | Sep 20 23:08:17.752 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 23:08:17.752 INFO kablam! Sep 20 23:08:17.752 INFO kablam! warning: variable does not need to be mutable Sep 20 23:08:17.752 INFO kablam! --> src/application_layer/http/request.rs:222:13 Sep 20 23:08:17.752 INFO kablam! | Sep 20 23:08:17.752 INFO kablam! 222 | let mut body: Vec = Vec::new(); Sep 20 23:08:17.752 INFO kablam! | ----^^^^ Sep 20 23:08:17.752 INFO kablam! | | Sep 20 23:08:17.752 INFO kablam! | help: remove this `mut` Sep 20 23:08:17.752 INFO kablam! Sep 20 23:08:17.752 INFO kablam! warning: variable does not need to be mutable Sep 20 23:08:17.752 INFO kablam! --> src/application_layer/http/request.rs:224:13 Sep 20 23:08:17.752 INFO kablam! | Sep 20 23:08:17.752 INFO kablam! 224 | let mut index = 0; Sep 20 23:08:17.753 INFO kablam! | ----^^^^^ Sep 20 23:08:17.753 INFO kablam! | | Sep 20 23:08:17.753 INFO kablam! | help: remove this `mut` Sep 20 23:08:17.753 INFO kablam! Sep 20 23:08:18.450 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.58s Sep 20 23:08:18.450 INFO kablam! su: No module specific data is present Sep 20 23:08:19.097 INFO running `"docker" "rm" "-f" "35fd8fe67f2dbc8159ed775095fd2bf5e8cd3d7140e1befdcf1699fd0f2b4a1e"` Sep 20 23:08:19.246 INFO blam! 35fd8fe67f2dbc8159ed775095fd2bf5e8cd3d7140e1befdcf1699fd0f2b4a1e