Oct 11 03:41:11.092 INFO testing aberezhnoy/hyper-router against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:41:11.092 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:41:11.092 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 03:41:11.559 INFO blam! 3b249462cd520d76fb9c83c5faff88d9dc362cffb9ef74d0c69b2ed27869a546 Oct 11 03:41:11.573 INFO running `"docker" "start" "-a" "3b249462cd520d76fb9c83c5faff88d9dc362cffb9ef74d0c69b2ed27869a546"` Oct 11 03:41:12.544 INFO kablam! usermod: no changes Oct 11 03:41:12.812 INFO kablam! Compiling hyper v0.11.25 Oct 11 03:41:22.942 INFO kablam! Compiling test-hyper v0.1.0 (/source) Oct 11 03:41:24.136 INFO kablam! warning: unused import: `std::borrow::Borrow` Oct 11 03:41:24.136 INFO kablam! --> src/router/utils.rs:4:5 Oct 11 03:41:24.136 INFO kablam! | Oct 11 03:41:24.136 INFO kablam! 4 | use std::borrow::Borrow; Oct 11 03:41:24.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.136 INFO kablam! | Oct 11 03:41:24.137 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:41:24.137 INFO kablam! Oct 11 03:41:24.137 INFO kablam! warning: unused import: `router::router::Router` Oct 11 03:41:24.137 INFO kablam! --> src/main.rs:5:5 Oct 11 03:41:24.137 INFO kablam! | Oct 11 03:41:24.137 INFO kablam! 5 | use router::router::Router; Oct 11 03:41:24.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.137 INFO kablam! Oct 11 03:41:24.137 INFO kablam! warning: unused import: `router::middleware::Middleware` Oct 11 03:41:24.137 INFO kablam! --> src/main.rs:6:5 Oct 11 03:41:24.137 INFO kablam! | Oct 11 03:41:24.137 INFO kablam! 6 | use router::middleware::Middleware; Oct 11 03:41:24.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.137 INFO kablam! Oct 11 03:41:24.137 INFO kablam! warning: unused import: `router::utils::InsertBoxed` Oct 11 03:41:24.137 INFO kablam! --> src/main.rs:7:5 Oct 11 03:41:24.137 INFO kablam! | Oct 11 03:41:24.137 INFO kablam! 7 | use router::utils::InsertBoxed; Oct 11 03:41:24.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.137 INFO kablam! Oct 11 03:41:24.137 INFO kablam! warning: unused import: `router::utils::get_downcast_ref` Oct 11 03:41:24.137 INFO kablam! --> src/main.rs:8:5 Oct 11 03:41:24.137 INFO kablam! | Oct 11 03:41:24.137 INFO kablam! 8 | use router::utils::get_downcast_ref; Oct 11 03:41:24.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.137 INFO kablam! Oct 11 03:41:24.137 INFO kablam! warning: unused imports: `Request`, `Response` Oct 11 03:41:24.137 INFO kablam! --> src/main.rs:10:21 Oct 11 03:41:24.137 INFO kablam! | Oct 11 03:41:24.137 INFO kablam! 10 | use hyper::server::{Request, Response}; Oct 11 03:41:24.137 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 11 03:41:24.137 INFO kablam! Oct 11 03:41:24.137 INFO kablam! warning: unused imports: `Get`, `Post` Oct 11 03:41:24.137 INFO kablam! --> src/main.rs:11:21 Oct 11 03:41:24.137 INFO kablam! | Oct 11 03:41:24.137 INFO kablam! 11 | use hyper::Method::{Get, Post}; Oct 11 03:41:24.137 INFO kablam! | ^^^ ^^^^ Oct 11 03:41:24.137 INFO kablam! Oct 11 03:41:24.137 INFO kablam! warning: unused import: `hyper::Uri` Oct 11 03:41:24.137 INFO kablam! --> src/main.rs:12:5 Oct 11 03:41:24.137 INFO kablam! | Oct 11 03:41:24.137 INFO kablam! 12 | use hyper::Uri; Oct 11 03:41:24.137 INFO kablam! | ^^^^^^^^^^ Oct 11 03:41:24.137 INFO kablam! Oct 11 03:41:24.137 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 03:41:24.137 INFO kablam! --> src/main.rs:14:5 Oct 11 03:41:24.137 INFO kablam! | Oct 11 03:41:24.137 INFO kablam! 14 | use std::collections::HashMap; Oct 11 03:41:24.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.137 INFO kablam! Oct 11 03:41:24.137 INFO kablam! warning: unused import: `std::any::Any` Oct 11 03:41:24.138 INFO kablam! --> src/main.rs:15:5 Oct 11 03:41:24.138 INFO kablam! | Oct 11 03:41:24.138 INFO kablam! 15 | use std::any::Any; Oct 11 03:41:24.138 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 03:41:24.138 INFO kablam! Oct 11 03:41:24.212 INFO kablam! warning: unused variable: `key` Oct 11 03:41:24.212 INFO kablam! --> src/router/utils.rs:42:28 Oct 11 03:41:24.212 INFO kablam! | Oct 11 03:41:24.212 INFO kablam! 42 | pub fn get_downcast_ref(key: &str, map: HashMap<&'static str, Box>) -> Option<&'static T> where T: Debug + 'static { Oct 11 03:41:24.212 INFO kablam! | ^^^ help: consider using `_key` instead Oct 11 03:41:24.212 INFO kablam! | Oct 11 03:41:24.212 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:41:24.212 INFO kablam! Oct 11 03:41:24.212 INFO kablam! warning: unused variable: `map` Oct 11 03:41:24.212 INFO kablam! --> src/router/utils.rs:42:39 Oct 11 03:41:24.212 INFO kablam! | Oct 11 03:41:24.212 INFO kablam! 42 | pub fn get_downcast_ref(key: &str, map: HashMap<&'static str, Box>) -> Option<&'static T> where T: Debug + 'static { Oct 11 03:41:24.213 INFO kablam! | ^^^ help: consider using `_map` instead Oct 11 03:41:24.213 INFO kablam! Oct 11 03:41:24.213 INFO kablam! warning: unused variable: `x` Oct 11 03:41:24.213 INFO kablam! --> src/main.rs:89:10 Oct 11 03:41:24.213 INFO kablam! | Oct 11 03:41:24.213 INFO kablam! 89 | |x, y| { Oct 11 03:41:24.213 INFO kablam! | ^ help: consider using `_x` instead Oct 11 03:41:24.213 INFO kablam! Oct 11 03:41:24.229 INFO kablam! warning: method is never used: `new` Oct 11 03:41:24.229 INFO kablam! --> src/router/middleware.rs:14:5 Oct 11 03:41:24.229 INFO kablam! | Oct 11 03:41:24.229 INFO kablam! 14 | pub fn new() -> Self { Oct 11 03:41:24.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.229 INFO kablam! | Oct 11 03:41:24.229 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:41:24.229 INFO kablam! Oct 11 03:41:24.229 INFO kablam! warning: method is never used: `get` Oct 11 03:41:24.229 INFO kablam! --> src/router/middleware.rs:20:5 Oct 11 03:41:24.229 INFO kablam! | Oct 11 03:41:24.229 INFO kablam! 20 | pub fn get(mut self, steps: Vec) -> Self { Oct 11 03:41:24.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.229 INFO kablam! Oct 11 03:41:24.229 INFO kablam! warning: method is never used: `get_` Oct 11 03:41:24.229 INFO kablam! --> src/router/middleware.rs:26:5 Oct 11 03:41:24.229 INFO kablam! | Oct 11 03:41:24.229 INFO kablam! 26 | pub fn get_(mut self, step: MiddlewareCallback) -> Self { Oct 11 03:41:24.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.229 INFO kablam! Oct 11 03:41:24.229 INFO kablam! warning: method is never used: `post` Oct 11 03:41:24.229 INFO kablam! --> src/router/middleware.rs:32:5 Oct 11 03:41:24.229 INFO kablam! | Oct 11 03:41:24.229 INFO kablam! 32 | pub fn post(mut self, steps: Vec) -> Self { Oct 11 03:41:24.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.229 INFO kablam! Oct 11 03:41:24.229 INFO kablam! warning: method is never used: `post_` Oct 11 03:41:24.229 INFO kablam! --> src/router/middleware.rs:38:5 Oct 11 03:41:24.229 INFO kablam! | Oct 11 03:41:24.229 INFO kablam! 38 | pub fn post_(mut self, step: MiddlewareCallback) -> Self { Oct 11 03:41:24.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.229 INFO kablam! Oct 11 03:41:24.229 INFO kablam! warning: method is never used: `put` Oct 11 03:41:24.229 INFO kablam! --> src/router/middleware.rs:44:5 Oct 11 03:41:24.229 INFO kablam! | Oct 11 03:41:24.229 INFO kablam! 44 | pub fn put(mut self, steps: Vec) -> Self { Oct 11 03:41:24.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.229 INFO kablam! Oct 11 03:41:24.229 INFO kablam! warning: method is never used: `delete` Oct 11 03:41:24.229 INFO kablam! --> src/router/middleware.rs:50:5 Oct 11 03:41:24.229 INFO kablam! | Oct 11 03:41:24.229 INFO kablam! 50 | pub fn delete(mut self, steps: Vec) -> Self { Oct 11 03:41:24.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.229 INFO kablam! Oct 11 03:41:24.229 INFO kablam! warning: method is never used: `options` Oct 11 03:41:24.229 INFO kablam! --> src/router/middleware.rs:56:5 Oct 11 03:41:24.229 INFO kablam! | Oct 11 03:41:24.229 INFO kablam! 56 | pub fn options(mut self, steps: Vec) -> Self { Oct 11 03:41:24.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.229 INFO kablam! Oct 11 03:41:24.229 INFO kablam! warning: method is never used: `head` Oct 11 03:41:24.229 INFO kablam! --> src/router/middleware.rs:62:5 Oct 11 03:41:24.229 INFO kablam! | Oct 11 03:41:24.229 INFO kablam! 62 | pub fn head(mut self, steps: Vec) -> Self { Oct 11 03:41:24.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.230 INFO kablam! Oct 11 03:41:24.230 INFO kablam! warning: method is never used: `patch` Oct 11 03:41:24.230 INFO kablam! --> src/router/middleware.rs:68:5 Oct 11 03:41:24.230 INFO kablam! | Oct 11 03:41:24.230 INFO kablam! 68 | pub fn patch(mut self, steps: Vec) -> Self { Oct 11 03:41:24.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.230 INFO kablam! Oct 11 03:41:24.230 INFO kablam! warning: method is never used: `new` Oct 11 03:41:24.230 INFO kablam! --> src/router/router.rs:15:5 Oct 11 03:41:24.230 INFO kablam! | Oct 11 03:41:24.230 INFO kablam! 15 | pub fn new() -> Self { Oct 11 03:41:24.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.230 INFO kablam! Oct 11 03:41:24.230 INFO kablam! warning: method is never used: `add` Oct 11 03:41:24.230 INFO kablam! --> src/router/router.rs:21:5 Oct 11 03:41:24.230 INFO kablam! | Oct 11 03:41:24.230 INFO kablam! 21 | pub fn add(&mut self, path: &str, middleware: Middleware) -> &Self { Oct 11 03:41:24.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.230 INFO kablam! Oct 11 03:41:24.230 INFO kablam! warning: function is never used: `get_downcast_ref` Oct 11 03:41:24.230 INFO kablam! --> src/router/utils.rs:42:1 Oct 11 03:41:24.230 INFO kablam! | Oct 11 03:41:24.230 INFO kablam! 42 | pub fn get_downcast_ref(key: &str, map: HashMap<&'static str, Box>) -> Option<&'static T> where T: Debug + 'static { Oct 11 03:41:24.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:24.230 INFO kablam! Oct 11 03:41:24.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.30s Oct 11 03:41:24.872 INFO kablam! su: No module specific data is present Oct 11 03:41:25.650 INFO running `"docker" "rm" "-f" "3b249462cd520d76fb9c83c5faff88d9dc362cffb9ef74d0c69b2ed27869a546"` Oct 11 03:41:25.820 INFO blam! 3b249462cd520d76fb9c83c5faff88d9dc362cffb9ef74d0c69b2ed27869a546 Oct 11 03:41:25.821 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:41:25.821 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 03:41:26.172 INFO blam! 35c25b21fb0a3dc4f719ab6391cb353b3204426e48641546bc17a1a3fec840be Oct 11 03:41:26.173 INFO running `"docker" "start" "-a" "35c25b21fb0a3dc4f719ab6391cb353b3204426e48641546bc17a1a3fec840be"` Oct 11 03:41:26.605 INFO kablam! usermod: no changes Oct 11 03:41:26.694 INFO kablam! Compiling test-hyper v0.1.0 (/source) Oct 11 03:41:27.841 INFO kablam! warning: unused import: `std::borrow::Borrow` Oct 11 03:41:27.841 INFO kablam! --> src/router/utils.rs:4:5 Oct 11 03:41:27.841 INFO kablam! | Oct 11 03:41:27.841 INFO kablam! 4 | use std::borrow::Borrow; Oct 11 03:41:27.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.841 INFO kablam! | Oct 11 03:41:27.841 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:41:27.841 INFO kablam! Oct 11 03:41:27.841 INFO kablam! warning: unused import: `router::router::Router` Oct 11 03:41:27.841 INFO kablam! --> src/main.rs:5:5 Oct 11 03:41:27.841 INFO kablam! | Oct 11 03:41:27.841 INFO kablam! 5 | use router::router::Router; Oct 11 03:41:27.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.841 INFO kablam! Oct 11 03:41:27.841 INFO kablam! warning: unused import: `router::middleware::Middleware` Oct 11 03:41:27.841 INFO kablam! --> src/main.rs:6:5 Oct 11 03:41:27.841 INFO kablam! | Oct 11 03:41:27.841 INFO kablam! 6 | use router::middleware::Middleware; Oct 11 03:41:27.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.841 INFO kablam! Oct 11 03:41:27.841 INFO kablam! warning: unused import: `router::utils::InsertBoxed` Oct 11 03:41:27.841 INFO kablam! --> src/main.rs:7:5 Oct 11 03:41:27.841 INFO kablam! | Oct 11 03:41:27.841 INFO kablam! 7 | use router::utils::InsertBoxed; Oct 11 03:41:27.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.841 INFO kablam! Oct 11 03:41:27.841 INFO kablam! warning: unused import: `router::utils::get_downcast_ref` Oct 11 03:41:27.841 INFO kablam! --> src/main.rs:8:5 Oct 11 03:41:27.841 INFO kablam! | Oct 11 03:41:27.841 INFO kablam! 8 | use router::utils::get_downcast_ref; Oct 11 03:41:27.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.841 INFO kablam! Oct 11 03:41:27.841 INFO kablam! warning: unused imports: `Request`, `Response` Oct 11 03:41:27.841 INFO kablam! --> src/main.rs:10:21 Oct 11 03:41:27.841 INFO kablam! | Oct 11 03:41:27.841 INFO kablam! 10 | use hyper::server::{Request, Response}; Oct 11 03:41:27.841 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 11 03:41:27.841 INFO kablam! Oct 11 03:41:27.841 INFO kablam! warning: unused imports: `Get`, `Post` Oct 11 03:41:27.841 INFO kablam! --> src/main.rs:11:21 Oct 11 03:41:27.842 INFO kablam! | Oct 11 03:41:27.842 INFO kablam! 11 | use hyper::Method::{Get, Post}; Oct 11 03:41:27.842 INFO kablam! | ^^^ ^^^^ Oct 11 03:41:27.842 INFO kablam! Oct 11 03:41:27.842 INFO kablam! warning: unused import: `hyper::Uri` Oct 11 03:41:27.842 INFO kablam! --> src/main.rs:12:5 Oct 11 03:41:27.842 INFO kablam! | Oct 11 03:41:27.842 INFO kablam! 12 | use hyper::Uri; Oct 11 03:41:27.842 INFO kablam! | ^^^^^^^^^^ Oct 11 03:41:27.842 INFO kablam! Oct 11 03:41:27.842 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 03:41:27.842 INFO kablam! --> src/main.rs:14:5 Oct 11 03:41:27.842 INFO kablam! | Oct 11 03:41:27.842 INFO kablam! 14 | use std::collections::HashMap; Oct 11 03:41:27.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.842 INFO kablam! Oct 11 03:41:27.842 INFO kablam! warning: unused import: `std::any::Any` Oct 11 03:41:27.842 INFO kablam! --> src/main.rs:15:5 Oct 11 03:41:27.842 INFO kablam! | Oct 11 03:41:27.842 INFO kablam! 15 | use std::any::Any; Oct 11 03:41:27.842 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 03:41:27.842 INFO kablam! Oct 11 03:41:27.909 INFO kablam! warning: unused variable: `key` Oct 11 03:41:27.909 INFO kablam! --> src/router/utils.rs:42:28 Oct 11 03:41:27.909 INFO kablam! | Oct 11 03:41:27.910 INFO kablam! 42 | pub fn get_downcast_ref(key: &str, map: HashMap<&'static str, Box>) -> Option<&'static T> where T: Debug + 'static { Oct 11 03:41:27.910 INFO kablam! | ^^^ help: consider using `_key` instead Oct 11 03:41:27.910 INFO kablam! | Oct 11 03:41:27.910 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:41:27.910 INFO kablam! Oct 11 03:41:27.910 INFO kablam! warning: unused variable: `map` Oct 11 03:41:27.910 INFO kablam! --> src/router/utils.rs:42:39 Oct 11 03:41:27.910 INFO kablam! | Oct 11 03:41:27.910 INFO kablam! 42 | pub fn get_downcast_ref(key: &str, map: HashMap<&'static str, Box>) -> Option<&'static T> where T: Debug + 'static { Oct 11 03:41:27.910 INFO kablam! | ^^^ help: consider using `_map` instead Oct 11 03:41:27.910 INFO kablam! Oct 11 03:41:27.910 INFO kablam! warning: unused variable: `x` Oct 11 03:41:27.910 INFO kablam! --> src/main.rs:89:10 Oct 11 03:41:27.910 INFO kablam! | Oct 11 03:41:27.910 INFO kablam! 89 | |x, y| { Oct 11 03:41:27.910 INFO kablam! | ^ help: consider using `_x` instead Oct 11 03:41:27.910 INFO kablam! Oct 11 03:41:27.921 INFO kablam! warning: method is never used: `new` Oct 11 03:41:27.921 INFO kablam! --> src/router/middleware.rs:14:5 Oct 11 03:41:27.921 INFO kablam! | Oct 11 03:41:27.921 INFO kablam! 14 | pub fn new() -> Self { Oct 11 03:41:27.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.921 INFO kablam! | Oct 11 03:41:27.921 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:41:27.921 INFO kablam! Oct 11 03:41:27.921 INFO kablam! warning: method is never used: `get` Oct 11 03:41:27.921 INFO kablam! --> src/router/middleware.rs:20:5 Oct 11 03:41:27.922 INFO kablam! | Oct 11 03:41:27.922 INFO kablam! 20 | pub fn get(mut self, steps: Vec) -> Self { Oct 11 03:41:27.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.922 INFO kablam! Oct 11 03:41:27.922 INFO kablam! warning: method is never used: `get_` Oct 11 03:41:27.922 INFO kablam! --> src/router/middleware.rs:26:5 Oct 11 03:41:27.922 INFO kablam! | Oct 11 03:41:27.922 INFO kablam! 26 | pub fn get_(mut self, step: MiddlewareCallback) -> Self { Oct 11 03:41:27.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.922 INFO kablam! Oct 11 03:41:27.922 INFO kablam! warning: method is never used: `post` Oct 11 03:41:27.922 INFO kablam! --> src/router/middleware.rs:32:5 Oct 11 03:41:27.922 INFO kablam! | Oct 11 03:41:27.922 INFO kablam! 32 | pub fn post(mut self, steps: Vec) -> Self { Oct 11 03:41:27.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.922 INFO kablam! Oct 11 03:41:27.922 INFO kablam! warning: method is never used: `post_` Oct 11 03:41:27.922 INFO kablam! --> src/router/middleware.rs:38:5 Oct 11 03:41:27.922 INFO kablam! | Oct 11 03:41:27.922 INFO kablam! 38 | pub fn post_(mut self, step: MiddlewareCallback) -> Self { Oct 11 03:41:27.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.923 INFO kablam! Oct 11 03:41:27.923 INFO kablam! warning: method is never used: `put` Oct 11 03:41:27.923 INFO kablam! --> src/router/middleware.rs:44:5 Oct 11 03:41:27.923 INFO kablam! | Oct 11 03:41:27.923 INFO kablam! 44 | pub fn put(mut self, steps: Vec) -> Self { Oct 11 03:41:27.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.923 INFO kablam! Oct 11 03:41:27.923 INFO kablam! warning: method is never used: `delete` Oct 11 03:41:27.923 INFO kablam! --> src/router/middleware.rs:50:5 Oct 11 03:41:27.923 INFO kablam! | Oct 11 03:41:27.923 INFO kablam! 50 | pub fn delete(mut self, steps: Vec) -> Self { Oct 11 03:41:27.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.923 INFO kablam! Oct 11 03:41:27.923 INFO kablam! warning: method is never used: `options` Oct 11 03:41:27.923 INFO kablam! --> src/router/middleware.rs:56:5 Oct 11 03:41:27.923 INFO kablam! | Oct 11 03:41:27.923 INFO kablam! 56 | pub fn options(mut self, steps: Vec) -> Self { Oct 11 03:41:27.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.923 INFO kablam! Oct 11 03:41:27.923 INFO kablam! warning: method is never used: `head` Oct 11 03:41:27.923 INFO kablam! --> src/router/middleware.rs:62:5 Oct 11 03:41:27.923 INFO kablam! | Oct 11 03:41:27.923 INFO kablam! 62 | pub fn head(mut self, steps: Vec) -> Self { Oct 11 03:41:27.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.923 INFO kablam! Oct 11 03:41:27.923 INFO kablam! warning: method is never used: `patch` Oct 11 03:41:27.923 INFO kablam! --> src/router/middleware.rs:68:5 Oct 11 03:41:27.923 INFO kablam! | Oct 11 03:41:27.923 INFO kablam! 68 | pub fn patch(mut self, steps: Vec) -> Self { Oct 11 03:41:27.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.923 INFO kablam! Oct 11 03:41:27.923 INFO kablam! warning: method is never used: `new` Oct 11 03:41:27.923 INFO kablam! --> src/router/router.rs:15:5 Oct 11 03:41:27.923 INFO kablam! | Oct 11 03:41:27.923 INFO kablam! 15 | pub fn new() -> Self { Oct 11 03:41:27.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.923 INFO kablam! Oct 11 03:41:27.923 INFO kablam! warning: method is never used: `add` Oct 11 03:41:27.923 INFO kablam! --> src/router/router.rs:21:5 Oct 11 03:41:27.923 INFO kablam! | Oct 11 03:41:27.923 INFO kablam! 21 | pub fn add(&mut self, path: &str, middleware: Middleware) -> &Self { Oct 11 03:41:27.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.923 INFO kablam! Oct 11 03:41:27.923 INFO kablam! warning: function is never used: `get_downcast_ref` Oct 11 03:41:27.923 INFO kablam! --> src/router/utils.rs:42:1 Oct 11 03:41:27.923 INFO kablam! | Oct 11 03:41:27.923 INFO kablam! 42 | pub fn get_downcast_ref(key: &str, map: HashMap<&'static str, Box>) -> Option<&'static T> where T: Debug + 'static { Oct 11 03:41:27.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:41:27.923 INFO kablam! Oct 11 03:41:28.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.64s Oct 11 03:41:28.280 INFO kablam! su: No module specific data is present Oct 11 03:41:28.528 INFO running `"docker" "rm" "-f" "35c25b21fb0a3dc4f719ab6391cb353b3204426e48641546bc17a1a3fec840be"` Oct 11 03:41:28.640 INFO blam! 35c25b21fb0a3dc4f719ab6391cb353b3204426e48641546bc17a1a3fec840be Oct 11 03:41:28.642 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:41:28.642 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 03:41:28.794 INFO blam! 9a49d726d08a0215f540f0f550942950df64f604d1e5c48e67074fd91c804a54 Oct 11 03:41:28.796 INFO running `"docker" "start" "-a" "9a49d726d08a0215f540f0f550942950df64f604d1e5c48e67074fd91c804a54"` Oct 11 03:41:29.342 INFO kablam! usermod: no changes Oct 11 03:41:29.439 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 03:41:29.448 INFO kablam! Running /target/debug/deps/test_hyper-0bf6ed222fe9491f Oct 11 03:41:29.448 INFO blam! Oct 11 03:41:29.448 INFO kablam! su: No module specific data is present Oct 11 03:41:29.448 INFO blam! running 0 tests Oct 11 03:41:29.448 INFO blam! Oct 11 03:41:29.448 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:41:29.448 INFO blam! Oct 11 03:41:29.798 INFO running `"docker" "rm" "-f" "9a49d726d08a0215f540f0f550942950df64f604d1e5c48e67074fd91c804a54"` Oct 11 03:41:29.884 INFO blam! 9a49d726d08a0215f540f0f550942950df64f604d1e5c48e67074fd91c804a54