Oct 15 21:35:03.632 INFO testing route-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 21:35:03.634 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:35:04.039 INFO blam! b7f283a622d2b5ad75eced90cf796ccf3d1ca57181e87fe1fb02757835fcdd9e Oct 15 21:35:04.051 INFO running `"docker" "start" "-a" "b7f283a622d2b5ad75eced90cf796ccf3d1ca57181e87fe1fb02757835fcdd9e"` Oct 15 21:35:05.625 INFO kablam! usermod: no changes Oct 15 21:35:05.687 INFO kablam! Compiling route v0.2.0 (/source) Oct 15 21:35:06.315 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.65s Oct 15 21:35:06.327 INFO kablam! su: No module specific data is present Oct 15 21:35:07.509 INFO running `"docker" "rm" "-f" "b7f283a622d2b5ad75eced90cf796ccf3d1ca57181e87fe1fb02757835fcdd9e"` Oct 15 21:35:07.871 INFO blam! b7f283a622d2b5ad75eced90cf796ccf3d1ca57181e87fe1fb02757835fcdd9e Oct 15 21:35:07.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:08.315 INFO blam! 2ada23929d0a2de715333051f11ee3443951c5d198c97001c623f76dcca2bfc8 Oct 15 21:35:08.318 INFO running `"docker" "start" "-a" "2ada23929d0a2de715333051f11ee3443951c5d198c97001c623f76dcca2bfc8"` Oct 15 21:35:09.985 INFO kablam! usermod: no changes Oct 15 21:35:10.038 INFO kablam! Compiling route v0.2.0 (/source) Oct 15 21:35:10.912 INFO kablam! warning: value assigned to `ok` is never read Oct 15 21:35:10.912 INFO kablam! --> src/lib.rs:79:17 Oct 15 21:35:10.912 INFO kablam! | Oct 15 21:35:10.912 INFO kablam! 79 | let mut ok = false; Oct 15 21:35:10.912 INFO kablam! | ^^ Oct 15 21:35:10.912 INFO kablam! | Oct 15 21:35:10.912 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 21:35:10.912 INFO kablam! Oct 15 21:35:10.913 INFO kablam! warning: value assigned to `p` is never read Oct 15 21:35:10.913 INFO kablam! --> src/lib.rs:19:9 Oct 15 21:35:10.913 INFO kablam! | Oct 15 21:35:10.913 INFO kablam! 19 | $p = $end; Oct 15 21:35:10.913 INFO kablam! | ^^ Oct 15 21:35:10.913 INFO kablam! ... Oct 15 21:35:10.913 INFO kablam! 84 | seg!(s, p, end, [hello]); Oct 15 21:35:10.913 INFO kablam! | ------------------------- in this macro invocation Oct 15 21:35:10.913 INFO kablam! Oct 15 21:35:10.913 INFO kablam! warning: unused variable: `req` Oct 15 21:35:10.913 INFO kablam! --> src/lib.rs:202:13 Oct 15 21:35:10.913 INFO kablam! | Oct 15 21:35:10.913 INFO kablam! 202 | fn home(req: &Request) -> Response { Oct 15 21:35:10.913 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 21:35:10.913 INFO kablam! | Oct 15 21:35:10.913 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 21:35:10.913 INFO kablam! Oct 15 21:35:10.939 INFO kablam! warning: unused variable: `req` Oct 15 21:35:10.939 INFO kablam! --> src/lib.rs:206:18 Oct 15 21:35:10.939 INFO kablam! | Oct 15 21:35:10.939 INFO kablam! 206 | fn blog_post(req: &Request, id: u32) -> Response { Oct 15 21:35:10.939 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 21:35:10.939 INFO kablam! Oct 15 21:35:10.939 INFO kablam! warning: unused variable: `req` Oct 15 21:35:10.939 INFO kablam! --> src/lib.rs:210:16 Oct 15 21:35:10.939 INFO kablam! | Oct 15 21:35:10.939 INFO kablam! 210 | fn account(req: &Request, subpath: &str) -> Response { Oct 15 21:35:10.939 INFO kablam! | ^^^ help: consider using `_req` instead Oct 15 21:35:10.939 INFO kablam! Oct 15 21:35:10.939 INFO kablam! warning: variable does not need to be mutable Oct 15 21:35:10.939 INFO kablam! --> src/lib.rs:125:13 Oct 15 21:35:10.939 INFO kablam! | Oct 15 21:35:10.939 INFO kablam! 125 | let mut p = 0; Oct 15 21:35:10.939 INFO kablam! | ----^ Oct 15 21:35:10.939 INFO kablam! | | Oct 15 21:35:10.939 INFO kablam! | help: remove this `mut` Oct 15 21:35:10.939 INFO kablam! | Oct 15 21:35:10.939 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 21:35:10.939 INFO kablam! Oct 15 21:35:10.951 INFO kablam! warning: variable does not need to be mutable Oct 15 21:35:10.951 INFO kablam! --> src/lib.rs:61:17 Oct 15 21:35:10.951 INFO kablam! | Oct 15 21:35:10.951 INFO kablam! 61 | let mut p = 0; Oct 15 21:35:10.951 INFO kablam! | ----^ Oct 15 21:35:10.951 INFO kablam! | | Oct 15 21:35:10.951 INFO kablam! | help: remove this `mut` Oct 15 21:35:10.951 INFO kablam! ... Oct 15 21:35:10.951 INFO kablam! 215 | / route!(req.path, { Oct 15 21:35:10.951 INFO kablam! 216 | | (/) => home(req); Oct 15 21:35:10.951 INFO kablam! 217 | | (/"blog"/[id: u32]) => blog_post(req, id); Oct 15 21:35:10.951 INFO kablam! 218 | | (/"me"[/rest..]) => account(req, rest); Oct 15 21:35:10.951 INFO kablam! 219 | | }); Oct 15 21:35:10.951 INFO kablam! | |___________- in this macro invocation Oct 15 21:35:10.951 INFO kablam! Oct 15 21:35:11.892 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.89s Oct 15 21:35:11.894 INFO kablam! su: No module specific data is present Oct 15 21:35:13.092 INFO running `"docker" "rm" "-f" "2ada23929d0a2de715333051f11ee3443951c5d198c97001c623f76dcca2bfc8"` Oct 15 21:35:13.395 INFO blam! 2ada23929d0a2de715333051f11ee3443951c5d198c97001c623f76dcca2bfc8 Oct 15 21:35:13.399 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:13.851 INFO blam! 0d462e10d9d82570058e7f996ab6d9c6821dc673f3e47b7295a5ba812013a812 Oct 15 21:35:13.853 INFO running `"docker" "start" "-a" "0d462e10d9d82570058e7f996ab6d9c6821dc673f3e47b7295a5ba812013a812"` Oct 15 21:35:15.379 INFO kablam! usermod: no changes Oct 15 21:35:15.419 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 21:35:15.423 INFO kablam! Running /target/debug/deps/route-d41bd32750f435fa Oct 15 21:35:15.425 INFO blam! Oct 15 21:35:15.426 INFO blam! running 3 tests Oct 15 21:35:15.426 INFO blam! test test_route ... ok Oct 15 21:35:15.428 INFO kablam! Doc-tests route Oct 15 21:35:15.428 INFO blam! test test_split_macro ... ok Oct 15 21:35:15.428 INFO blam! test test_seg_macro ... ok Oct 15 21:35:15.429 INFO blam! Oct 15 21:35:15.429 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:35:15.429 INFO blam! Oct 15 21:35:16.383 INFO blam! Oct 15 21:35:16.383 INFO blam! running 0 tests Oct 15 21:35:16.383 INFO blam! Oct 15 21:35:16.383 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:35:16.383 INFO blam! Oct 15 21:35:16.399 INFO kablam! su: No module specific data is present Oct 15 21:35:17.604 INFO running `"docker" "rm" "-f" "0d462e10d9d82570058e7f996ab6d9c6821dc673f3e47b7295a5ba812013a812"` Oct 15 21:35:17.943 INFO blam! 0d462e10d9d82570058e7f996ab6d9c6821dc673f3e47b7295a5ba812013a812