Oct 15 21:34:59.170 INFO testing route-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 21:34:59.172 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 21:34:59.599 INFO blam! 236ab0da2949ce1b4a45048f5d42ea786d3475e1d81ed3b6c680a62f44851115 Oct 15 21:34:59.607 INFO running `"docker" "start" "-a" "236ab0da2949ce1b4a45048f5d42ea786d3475e1d81ed3b6c680a62f44851115"` Oct 15 21:35:01.703 INFO kablam! usermod: no changes Oct 15 21:35:01.746 INFO kablam! Compiling route v0.2.0 (/source) Oct 15 21:35:02.347 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.62s Oct 15 21:35:02.349 INFO kablam! su: No module specific data is present Oct 15 21:35:03.377 INFO running `"docker" "rm" "-f" "236ab0da2949ce1b4a45048f5d42ea786d3475e1d81ed3b6c680a62f44851115"` Oct 15 21:35:03.631 INFO blam! 236ab0da2949ce1b4a45048f5d42ea786d3475e1d81ed3b6c680a62f44851115 Oct 15 21:35:03.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 21:35:03.991 INFO blam! 68a7489d01c43dd5705333fe3b58622c43c9244b57aa966f3e34f30924dbf166 Oct 15 21:35:03.993 INFO running `"docker" "start" "-a" "68a7489d01c43dd5705333fe3b58622c43c9244b57aa966f3e34f30924dbf166"` Oct 15 21:35:05.806 INFO kablam! usermod: no changes Oct 15 21:35:05.903 INFO kablam! Compiling route v0.2.0 (/source) Oct 15 21:35:06.707 INFO kablam! warning: value assigned to `ok` is never read Oct 15 21:35:06.707 INFO kablam! --> src/lib.rs:79:17 Oct 15 21:35:06.707 INFO kablam! | Oct 15 21:35:06.707 INFO kablam! 79 | let mut ok = false; Oct 15 21:35:06.707 INFO kablam! | ^^ Oct 15 21:35:06.707 INFO kablam! | Oct 15 21:35:06.707 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 21:35:06.707 INFO kablam! Oct 15 21:35:06.707 INFO kablam! warning: value assigned to `p` is never read Oct 15 21:35:06.707 INFO kablam! --> src/lib.rs:19:9 Oct 15 21:35:06.707 INFO kablam! | Oct 15 21:35:06.707 INFO kablam! 19 | $p = $end; Oct 15 21:35:06.707 INFO kablam! | ^^ Oct 15 21:35:06.707 INFO kablam! ... Oct 15 21:35:06.707 INFO kablam! 84 | seg!(s, p, end, [hello]); Oct 15 21:35:06.707 INFO kablam! | ------------------------- in this macro invocation Oct 15 21:35:06.707 INFO kablam! Oct 15 21:35:06.707 INFO kablam! warning: unused variable: `req` Oct 15 21:35:06.707 INFO kablam! --> src/lib.rs:202:13 Oct 15 21:35:06.707 INFO kablam! | Oct 15 21:35:06.707 INFO kablam! 202 | fn home(req: &Request) -> Response { Oct 15 21:35:06.707 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 21:35:06.707 INFO kablam! | Oct 15 21:35:06.707 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 21:35:06.707 INFO kablam! Oct 15 21:35:06.707 INFO kablam! warning: unused variable: `req` Oct 15 21:35:06.707 INFO kablam! --> src/lib.rs:206:18 Oct 15 21:35:06.707 INFO kablam! | Oct 15 21:35:06.707 INFO kablam! 206 | fn blog_post(req: &Request, id: u32) -> Response { Oct 15 21:35:06.707 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 21:35:06.707 INFO kablam! Oct 15 21:35:06.707 INFO kablam! warning: unused variable: `req` Oct 15 21:35:06.707 INFO kablam! --> src/lib.rs:210:16 Oct 15 21:35:06.707 INFO kablam! | Oct 15 21:35:06.707 INFO kablam! 210 | fn account(req: &Request, subpath: &str) -> Response { Oct 15 21:35:06.707 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 21:35:06.707 INFO kablam! Oct 15 21:35:06.736 INFO kablam! warning: variable does not need to be mutable Oct 15 21:35:06.736 INFO kablam! --> src/lib.rs:125:13 Oct 15 21:35:06.736 INFO kablam! | Oct 15 21:35:06.736 INFO kablam! 125 | let mut p = 0; Oct 15 21:35:06.736 INFO kablam! | ----^ Oct 15 21:35:06.736 INFO kablam! | | Oct 15 21:35:06.736 INFO kablam! | help: remove this `mut` Oct 15 21:35:06.736 INFO kablam! | Oct 15 21:35:06.736 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 21:35:06.736 INFO kablam! Oct 15 21:35:06.759 INFO kablam! warning: variable does not need to be mutable Oct 15 21:35:06.759 INFO kablam! --> src/lib.rs:61:17 Oct 15 21:35:06.759 INFO kablam! | Oct 15 21:35:06.759 INFO kablam! 61 | let mut p = 0; Oct 15 21:35:06.759 INFO kablam! | ----^ Oct 15 21:35:06.759 INFO kablam! | | Oct 15 21:35:06.759 INFO kablam! | help: remove this `mut` Oct 15 21:35:06.759 INFO kablam! ... Oct 15 21:35:06.759 INFO kablam! 215 | / route!(req.path, { Oct 15 21:35:06.759 INFO kablam! 216 | | (/) => home(req); Oct 15 21:35:06.759 INFO kablam! 217 | | (/"blog"/[id: u32]) => blog_post(req, id); Oct 15 21:35:06.759 INFO kablam! 218 | | (/"me"[/rest..]) => account(req, rest); Oct 15 21:35:06.759 INFO kablam! 219 | | }); Oct 15 21:35:06.759 INFO kablam! | |___________- in this macro invocation Oct 15 21:35:06.759 INFO kablam! Oct 15 21:35:07.620 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.78s Oct 15 21:35:07.635 INFO kablam! su: No module specific data is present Oct 15 21:35:08.587 INFO running `"docker" "rm" "-f" "68a7489d01c43dd5705333fe3b58622c43c9244b57aa966f3e34f30924dbf166"` Oct 15 21:35:08.891 INFO blam! 68a7489d01c43dd5705333fe3b58622c43c9244b57aa966f3e34f30924dbf166 Oct 15 21:35:08.891 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 21:35:09.436 INFO blam! 020825d99e31bd8056a62015da9dded81fb933af1fbafa0f2e8ad30f680ccd86 Oct 15 21:35:09.439 INFO running `"docker" "start" "-a" "020825d99e31bd8056a62015da9dded81fb933af1fbafa0f2e8ad30f680ccd86"` Oct 15 21:35:11.678 INFO kablam! usermod: no changes Oct 15 21:35:11.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 21:35:11.727 INFO kablam! Running /target/debug/deps/route-b6aff1f8095c29ae Oct 15 21:35:11.728 INFO blam! Oct 15 21:35:11.728 INFO blam! running 3 tests Oct 15 21:35:11.728 INFO blam! test test_seg_macro ... ok Oct 15 21:35:11.728 INFO blam! test test_route ... ok Oct 15 21:35:11.732 INFO blam! test test_split_macro ... ok Oct 15 21:35:11.732 INFO blam! Oct 15 21:35:11.732 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:35:11.732 INFO blam! Oct 15 21:35:11.734 INFO kablam! Doc-tests route Oct 15 21:35:12.711 INFO blam! Oct 15 21:35:12.711 INFO blam! running 0 tests Oct 15 21:35:12.711 INFO blam! Oct 15 21:35:12.711 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:35:12.711 INFO blam! Oct 15 21:35:12.719 INFO kablam! su: No module specific data is present Oct 15 21:35:13.555 INFO running `"docker" "rm" "-f" "020825d99e31bd8056a62015da9dded81fb933af1fbafa0f2e8ad30f680ccd86"` Oct 15 21:35:13.824 INFO blam! 020825d99e31bd8056a62015da9dded81fb933af1fbafa0f2e8ad30f680ccd86