Oct 11 13:18:21.789 INFO testing route-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 13:18:21.789 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 13:18:21.789 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:18:22.236 INFO blam! cc0e8697971145ad528ce601482b0d824e89e87d0785282f50d6f56319568492 Oct 11 13:18:22.240 INFO running `"docker" "start" "-a" "cc0e8697971145ad528ce601482b0d824e89e87d0785282f50d6f56319568492"` Oct 11 13:18:23.430 INFO kablam! usermod: no changes Oct 11 13:18:23.524 INFO kablam! Compiling route v0.2.0 (/source) Oct 11 13:18:24.412 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.94s Oct 11 13:18:24.412 INFO kablam! su: No module specific data is present Oct 11 13:18:25.561 INFO running `"docker" "rm" "-f" "cc0e8697971145ad528ce601482b0d824e89e87d0785282f50d6f56319568492"` Oct 11 13:18:25.892 INFO blam! cc0e8697971145ad528ce601482b0d824e89e87d0785282f50d6f56319568492 Oct 11 13:18:25.894 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 13:18:25.896 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:18:26.336 INFO blam! 9ed6c4c1727da2a5709293a3225c3dd9bd81771a722ec130853cbd66dc7f7645 Oct 11 13:18:26.340 INFO running `"docker" "start" "-a" "9ed6c4c1727da2a5709293a3225c3dd9bd81771a722ec130853cbd66dc7f7645"` Oct 11 13:18:27.703 INFO kablam! usermod: no changes Oct 11 13:18:27.748 INFO kablam! Compiling route v0.2.0 (/source) Oct 11 13:18:28.908 INFO kablam! warning: value assigned to `ok` is never read Oct 11 13:18:28.908 INFO kablam! --> src/lib.rs:79:17 Oct 11 13:18:28.908 INFO kablam! | Oct 11 13:18:28.908 INFO kablam! 79 | let mut ok = false; Oct 11 13:18:28.908 INFO kablam! | ^^ Oct 11 13:18:28.908 INFO kablam! | Oct 11 13:18:28.908 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 13:18:28.908 INFO kablam! Oct 11 13:18:28.908 INFO kablam! warning: value assigned to `p` is never read Oct 11 13:18:28.912 INFO kablam! --> src/lib.rs:19:9 Oct 11 13:18:28.912 INFO kablam! | Oct 11 13:18:28.912 INFO kablam! 19 | $p = $end; Oct 11 13:18:28.912 INFO kablam! | ^^ Oct 11 13:18:28.912 INFO kablam! ... Oct 11 13:18:28.912 INFO kablam! 84 | seg!(s, p, end, [hello]); Oct 11 13:18:28.912 INFO kablam! | ------------------------- in this macro invocation Oct 11 13:18:28.912 INFO kablam! Oct 11 13:18:28.912 INFO kablam! warning: unused variable: `req` Oct 11 13:18:28.912 INFO kablam! --> src/lib.rs:202:13 Oct 11 13:18:28.912 INFO kablam! | Oct 11 13:18:28.912 INFO kablam! 202 | fn home(req: &Request) -> Response { Oct 11 13:18:28.912 INFO kablam! | ^^^ help: consider using `_req` instead Oct 11 13:18:28.912 INFO kablam! | Oct 11 13:18:28.912 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 13:18:28.912 INFO kablam! Oct 11 13:18:28.912 INFO kablam! warning: unused variable: `req` Oct 11 13:18:28.912 INFO kablam! --> src/lib.rs:206:18 Oct 11 13:18:28.912 INFO kablam! | Oct 11 13:18:28.912 INFO kablam! 206 | fn blog_post(req: &Request, id: u32) -> Response { Oct 11 13:18:28.913 INFO kablam! | ^^^ help: consider using `_req` instead Oct 11 13:18:28.913 INFO kablam! Oct 11 13:18:28.913 INFO kablam! warning: unused variable: `req` Oct 11 13:18:28.913 INFO kablam! --> src/lib.rs:210:16 Oct 11 13:18:28.913 INFO kablam! | Oct 11 13:18:28.913 INFO kablam! 210 | fn account(req: &Request, subpath: &str) -> Response { Oct 11 13:18:28.913 INFO kablam! | ^^^ help: consider using `_req` instead Oct 11 13:18:28.913 INFO kablam! Oct 11 13:18:28.936 INFO kablam! warning: variable does not need to be mutable Oct 11 13:18:28.936 INFO kablam! --> src/lib.rs:125:13 Oct 11 13:18:28.936 INFO kablam! | Oct 11 13:18:28.936 INFO kablam! 125 | let mut p = 0; Oct 11 13:18:28.936 INFO kablam! | ----^ Oct 11 13:18:28.936 INFO kablam! | | Oct 11 13:18:28.936 INFO kablam! | help: remove this `mut` Oct 11 13:18:28.936 INFO kablam! | Oct 11 13:18:28.936 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 13:18:28.936 INFO kablam! Oct 11 13:18:28.952 INFO kablam! warning: variable does not need to be mutable Oct 11 13:18:28.952 INFO kablam! --> src/lib.rs:61:17 Oct 11 13:18:28.952 INFO kablam! | Oct 11 13:18:28.952 INFO kablam! 61 | let mut p = 0; Oct 11 13:18:28.952 INFO kablam! | ----^ Oct 11 13:18:28.952 INFO kablam! | | Oct 11 13:18:28.952 INFO kablam! | help: remove this `mut` Oct 11 13:18:28.952 INFO kablam! ... Oct 11 13:18:28.952 INFO kablam! 215 | / route!(req.path, { Oct 11 13:18:28.952 INFO kablam! 216 | | (/) => home(req); Oct 11 13:18:28.952 INFO kablam! 217 | | (/"blog"/[id: u32]) => blog_post(req, id); Oct 11 13:18:28.952 INFO kablam! 218 | | (/"me"[/rest..]) => account(req, rest); Oct 11 13:18:28.952 INFO kablam! 219 | | }); Oct 11 13:18:28.952 INFO kablam! | |___________- in this macro invocation Oct 11 13:18:28.952 INFO kablam! Oct 11 13:18:29.846 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.12s Oct 11 13:18:29.847 INFO kablam! su: No module specific data is present Oct 11 13:18:30.874 INFO running `"docker" "rm" "-f" "9ed6c4c1727da2a5709293a3225c3dd9bd81771a722ec130853cbd66dc7f7645"` Oct 11 13:18:31.260 INFO blam! 9ed6c4c1727da2a5709293a3225c3dd9bd81771a722ec130853cbd66dc7f7645 Oct 11 13:18:31.272 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 13:18:31.272 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 13:18:31.695 INFO blam! 13aaf30fcc744d764d3c9f48848f3c85065ed3801ac3b6d5869b36ccc0a08818 Oct 11 13:18:31.696 INFO running `"docker" "start" "-a" "13aaf30fcc744d764d3c9f48848f3c85065ed3801ac3b6d5869b36ccc0a08818"` Oct 11 13:18:33.145 INFO kablam! usermod: no changes Oct 11 13:18:33.202 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 13:18:33.202 INFO kablam! Running /target/debug/deps/route-d41bd32750f435fa Oct 11 13:18:33.203 INFO blam! Oct 11 13:18:33.203 INFO blam! running 3 tests Oct 11 13:18:33.208 INFO blam! test test_split_macro ... ok Oct 11 13:18:33.208 INFO blam! test test_seg_macro ... ok Oct 11 13:18:33.208 INFO blam! test test_route ... ok Oct 11 13:18:33.208 INFO blam! Oct 11 13:18:33.208 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:18:33.208 INFO blam! Oct 11 13:18:33.213 INFO kablam! Doc-tests route Oct 11 13:18:34.783 INFO blam! Oct 11 13:18:34.783 INFO blam! running 0 tests Oct 11 13:18:34.783 INFO blam! Oct 11 13:18:34.784 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 13:18:34.784 INFO blam! Oct 11 13:18:34.788 INFO kablam! su: No module specific data is present Oct 11 13:18:35.261 INFO running `"docker" "rm" "-f" "13aaf30fcc744d764d3c9f48848f3c85065ed3801ac3b6d5869b36ccc0a08818"` Oct 11 13:18:35.532 INFO blam! 13aaf30fcc744d764d3c9f48848f3c85065ed3801ac3b6d5869b36ccc0a08818