Oct 22 00:18:56.742 INFO checking route-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:18:56.742 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 00:18:57.172 INFO blam! 4f4fc68c9f5d3bc8f8b971b416c7191944a90026c1d6b21a05b4e3ab95f707dd Oct 22 00:18:57.174 INFO running `"docker" "start" "-a" "4f4fc68c9f5d3bc8f8b971b416c7191944a90026c1d6b21a05b4e3ab95f707dd"` Oct 22 00:18:58.457 INFO kablam! usermod: no changes Oct 22 00:18:58.520 INFO kablam! Checking route v0.2.0 (/source) Oct 22 00:18:59.876 INFO kablam! warning: value assigned to `ok` is never read Oct 22 00:18:59.876 INFO kablam! --> src/lib.rs:79:17 Oct 22 00:18:59.876 INFO kablam! | Oct 22 00:18:59.876 INFO kablam! 79 | let mut ok = false; Oct 22 00:18:59.876 INFO kablam! | ^^ Oct 22 00:18:59.876 INFO kablam! | Oct 22 00:18:59.876 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 22 00:18:59.876 INFO kablam! Oct 22 00:18:59.876 INFO kablam! warning: value assigned to `p` is never read Oct 22 00:18:59.876 INFO kablam! --> src/lib.rs:19:9 Oct 22 00:18:59.876 INFO kablam! | Oct 22 00:18:59.876 INFO kablam! 19 | $p = $end; Oct 22 00:18:59.876 INFO kablam! | ^^ Oct 22 00:18:59.876 INFO kablam! ... Oct 22 00:18:59.876 INFO kablam! 84 | seg!(s, p, end, [hello]); Oct 22 00:18:59.876 INFO kablam! | ------------------------- in this macro invocation Oct 22 00:18:59.876 INFO kablam! Oct 22 00:18:59.876 INFO kablam! warning: unused variable: `req` Oct 22 00:18:59.876 INFO kablam! --> src/lib.rs:202:13 Oct 22 00:18:59.876 INFO kablam! | Oct 22 00:18:59.876 INFO kablam! 202 | fn home(req: &Request) -> Response { Oct 22 00:18:59.876 INFO kablam! | ^^^ help: consider using `_req` instead Oct 22 00:18:59.876 INFO kablam! | Oct 22 00:18:59.876 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 00:18:59.876 INFO kablam! Oct 22 00:18:59.876 INFO kablam! warning: unused variable: `req` Oct 22 00:18:59.876 INFO kablam! --> src/lib.rs:206:18 Oct 22 00:18:59.876 INFO kablam! | Oct 22 00:18:59.876 INFO kablam! 206 | fn blog_post(req: &Request, id: u32) -> Response { Oct 22 00:18:59.876 INFO kablam! | ^^^ help: consider using `_req` instead Oct 22 00:18:59.876 INFO kablam! Oct 22 00:18:59.876 INFO kablam! warning: unused variable: `req` Oct 22 00:18:59.876 INFO kablam! --> src/lib.rs:210:16 Oct 22 00:18:59.876 INFO kablam! | Oct 22 00:18:59.876 INFO kablam! 210 | fn account(req: &Request, subpath: &str) -> Response { Oct 22 00:18:59.876 INFO kablam! | ^^^ help: consider using `_req` instead Oct 22 00:18:59.876 INFO kablam! Oct 22 00:18:59.900 INFO kablam! warning: variable does not need to be mutable Oct 22 00:18:59.901 INFO kablam! --> src/lib.rs:125:13 Oct 22 00:18:59.901 INFO kablam! | Oct 22 00:18:59.901 INFO kablam! 125 | let mut p = 0; Oct 22 00:18:59.902 INFO kablam! | ----^ Oct 22 00:18:59.902 INFO kablam! | | Oct 22 00:18:59.902 INFO kablam! | help: remove this `mut` Oct 22 00:18:59.902 INFO kablam! | Oct 22 00:18:59.903 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 00:18:59.903 INFO kablam! Oct 22 00:18:59.903 INFO kablam! warning: variable does not need to be mutable Oct 22 00:18:59.903 INFO kablam! --> src/lib.rs:61:17 Oct 22 00:18:59.904 INFO kablam! | Oct 22 00:18:59.904 INFO kablam! 61 | let mut p = 0; Oct 22 00:18:59.904 INFO kablam! | ----^ Oct 22 00:18:59.905 INFO kablam! | | Oct 22 00:18:59.905 INFO kablam! | help: remove this `mut` Oct 22 00:18:59.905 INFO kablam! ... Oct 22 00:18:59.905 INFO kablam! 215 | / route!(req.path, { Oct 22 00:18:59.906 INFO kablam! 216 | | (/) => home(req); Oct 22 00:18:59.906 INFO kablam! 217 | | (/"blog"/[id: u32]) => blog_post(req, id); Oct 22 00:18:59.906 INFO kablam! 218 | | (/"me"[/rest..]) => account(req, rest); Oct 22 00:18:59.907 INFO kablam! 219 | | }); Oct 22 00:18:59.907 INFO kablam! | |___________- in this macro invocation Oct 22 00:18:59.907 INFO kablam! Oct 22 00:18:59.945 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 22 00:18:59.945 INFO kablam! su: No module specific data is present Oct 22 00:19:00.534 INFO running `"docker" "rm" "-f" "4f4fc68c9f5d3bc8f8b971b416c7191944a90026c1d6b21a05b4e3ab95f707dd"` Oct 22 00:19:00.805 INFO blam! 4f4fc68c9f5d3bc8f8b971b416c7191944a90026c1d6b21a05b4e3ab95f707dd