Oct 27 16:58:42.975 INFO checking route-0.2.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 16:58:42.977 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 16:58:43.323 INFO blam! 03d676e1ff5a245049a5ce3194a87bfc5013cde66cc122ebd9b6a32e5a05f29d Oct 27 16:58:43.327 INFO running `"docker" "start" "-a" "03d676e1ff5a245049a5ce3194a87bfc5013cde66cc122ebd9b6a32e5a05f29d"` Oct 27 16:58:44.309 INFO kablam! usermod: no changes Oct 27 16:58:44.343 INFO kablam! Checking route v0.2.0 (/source) Oct 27 16:58:45.237 INFO kablam! warning: value assigned to `ok` is never read Oct 27 16:58:45.237 INFO kablam! --> src/lib.rs:79:17 Oct 27 16:58:45.243 INFO kablam! | Oct 27 16:58:45.243 INFO kablam! 79 | let mut ok = false; Oct 27 16:58:45.243 INFO kablam! | ^^ Oct 27 16:58:45.243 INFO kablam! | Oct 27 16:58:45.244 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 16:58:45.244 INFO kablam! Oct 27 16:58:45.244 INFO kablam! warning: value assigned to `p` is never read Oct 27 16:58:45.244 INFO kablam! --> src/lib.rs:19:9 Oct 27 16:58:45.244 INFO kablam! | Oct 27 16:58:45.245 INFO kablam! 19 | $p = $end; Oct 27 16:58:45.245 INFO kablam! | ^^ Oct 27 16:58:45.245 INFO kablam! ... Oct 27 16:58:45.245 INFO kablam! 84 | seg!(s, p, end, [hello]); Oct 27 16:58:45.245 INFO kablam! | ------------------------- in this macro invocation Oct 27 16:58:45.245 INFO kablam! Oct 27 16:58:45.245 INFO kablam! warning: unused variable: `req` Oct 27 16:58:45.246 INFO kablam! --> src/lib.rs:202:13 Oct 27 16:58:45.246 INFO kablam! | Oct 27 16:58:45.246 INFO kablam! 202 | fn home(req: &Request) -> Response { Oct 27 16:58:45.246 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 16:58:45.246 INFO kablam! | Oct 27 16:58:45.246 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 16:58:45.247 INFO kablam! Oct 27 16:58:45.247 INFO kablam! warning: unused variable: `req` Oct 27 16:58:45.247 INFO kablam! --> src/lib.rs:206:18 Oct 27 16:58:45.247 INFO kablam! | Oct 27 16:58:45.247 INFO kablam! 206 | fn blog_post(req: &Request, id: u32) -> Response { Oct 27 16:58:45.247 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 16:58:45.248 INFO kablam! Oct 27 16:58:45.248 INFO kablam! warning: unused variable: `req` Oct 27 16:58:45.248 INFO kablam! --> src/lib.rs:210:16 Oct 27 16:58:45.248 INFO kablam! | Oct 27 16:58:45.248 INFO kablam! 210 | fn account(req: &Request, subpath: &str) -> Response { Oct 27 16:58:45.248 INFO kablam! | ^^^ help: consider using `_req` instead Oct 27 16:58:45.248 INFO kablam! Oct 27 16:58:45.259 INFO kablam! warning: variable does not need to be mutable Oct 27 16:58:45.260 INFO kablam! --> src/lib.rs:125:13 Oct 27 16:58:45.260 INFO kablam! | Oct 27 16:58:45.261 INFO kablam! 125 | let mut p = 0; Oct 27 16:58:45.261 INFO kablam! | ----^ Oct 27 16:58:45.262 INFO kablam! | | Oct 27 16:58:45.262 INFO kablam! | help: remove this `mut` Oct 27 16:58:45.262 INFO kablam! | Oct 27 16:58:45.262 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 16:58:45.263 INFO kablam! Oct 27 16:58:45.268 INFO kablam! warning: variable does not need to be mutable Oct 27 16:58:45.268 INFO kablam! --> src/lib.rs:61:17 Oct 27 16:58:45.269 INFO kablam! | Oct 27 16:58:45.269 INFO kablam! 61 | let mut p = 0; Oct 27 16:58:45.270 INFO kablam! | ----^ Oct 27 16:58:45.270 INFO kablam! | | Oct 27 16:58:45.270 INFO kablam! | help: remove this `mut` Oct 27 16:58:45.270 INFO kablam! ... Oct 27 16:58:45.271 INFO kablam! 215 | / route!(req.path, { Oct 27 16:58:45.271 INFO kablam! 216 | | (/) => home(req); Oct 27 16:58:45.271 INFO kablam! 217 | | (/"blog"/[id: u32]) => blog_post(req, id); Oct 27 16:58:45.271 INFO kablam! 218 | | (/"me"[/rest..]) => account(req, rest); Oct 27 16:58:45.272 INFO kablam! 219 | | }); Oct 27 16:58:45.272 INFO kablam! | |___________- in this macro invocation Oct 27 16:58:45.272 INFO kablam! Oct 27 16:58:45.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.96s Oct 27 16:58:45.289 INFO kablam! su: No module specific data is present Oct 27 16:58:45.584 INFO running `"docker" "rm" "-f" "03d676e1ff5a245049a5ce3194a87bfc5013cde66cc122ebd9b6a32e5a05f29d"` Oct 27 16:58:45.671 INFO blam! 03d676e1ff5a245049a5ce3194a87bfc5013cde66cc122ebd9b6a32e5a05f29d