Oct 15 05:18:33.004 INFO testing aberezhnoy/hyper-router against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:18:33.004 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 05:18:33.188 INFO blam! 5ae207c90427ccbd5c26a86be5069f918d5612a8a023a7697b8193e596640972 Oct 15 05:18:33.190 INFO running `"docker" "start" "-a" "5ae207c90427ccbd5c26a86be5069f918d5612a8a023a7697b8193e596640972"` Oct 15 05:18:33.598 INFO kablam! usermod: no changes Oct 15 05:18:33.766 INFO kablam! Compiling bytes v0.4.6 Oct 15 05:18:33.766 INFO kablam! Compiling tokio-threadpool v0.1.2 Oct 15 05:18:35.017 INFO kablam! Compiling tokio-io v0.1.6 Oct 15 05:18:36.867 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 15 05:18:38.293 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 15 05:18:38.293 INFO kablam! Compiling tokio-udp v0.1.0 Oct 15 05:18:39.429 INFO kablam! Compiling tokio v0.1.5 Oct 15 05:18:41.295 INFO kablam! Compiling tokio-core v0.1.17 Oct 15 05:18:43.600 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 05:18:46.639 INFO kablam! Compiling hyper v0.11.25 Oct 15 05:18:54.915 INFO kablam! Compiling test-hyper v0.1.0 (/source) Oct 15 05:18:56.807 INFO kablam! warning: unused import: `std::borrow::Borrow` Oct 15 05:18:56.807 INFO kablam! --> src/router/utils.rs:4:5 Oct 15 05:18:56.807 INFO kablam! | Oct 15 05:18:56.807 INFO kablam! 4 | use std::borrow::Borrow; Oct 15 05:18:56.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.807 INFO kablam! | Oct 15 05:18:56.807 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:18:56.807 INFO kablam! Oct 15 05:18:56.807 INFO kablam! warning: unused import: `router::router::Router` Oct 15 05:18:56.807 INFO kablam! --> src/main.rs:5:5 Oct 15 05:18:56.807 INFO kablam! | Oct 15 05:18:56.807 INFO kablam! 5 | use router::router::Router; Oct 15 05:18:56.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.807 INFO kablam! Oct 15 05:18:56.807 INFO kablam! warning: unused import: `router::middleware::Middleware` Oct 15 05:18:56.807 INFO kablam! --> src/main.rs:6:5 Oct 15 05:18:56.807 INFO kablam! | Oct 15 05:18:56.807 INFO kablam! 6 | use router::middleware::Middleware; Oct 15 05:18:56.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.807 INFO kablam! Oct 15 05:18:56.807 INFO kablam! warning: unused import: `router::utils::InsertBoxed` Oct 15 05:18:56.807 INFO kablam! --> src/main.rs:7:5 Oct 15 05:18:56.807 INFO kablam! | Oct 15 05:18:56.807 INFO kablam! 7 | use router::utils::InsertBoxed; Oct 15 05:18:56.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.807 INFO kablam! Oct 15 05:18:56.807 INFO kablam! warning: unused import: `router::utils::get_downcast_ref` Oct 15 05:18:56.807 INFO kablam! --> src/main.rs:8:5 Oct 15 05:18:56.807 INFO kablam! | Oct 15 05:18:56.807 INFO kablam! 8 | use router::utils::get_downcast_ref; Oct 15 05:18:56.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.807 INFO kablam! Oct 15 05:18:56.807 INFO kablam! warning: unused imports: `Request`, `Response` Oct 15 05:18:56.807 INFO kablam! --> src/main.rs:10:21 Oct 15 05:18:56.807 INFO kablam! | Oct 15 05:18:56.807 INFO kablam! 10 | use hyper::server::{Request, Response}; Oct 15 05:18:56.807 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 15 05:18:56.807 INFO kablam! Oct 15 05:18:56.807 INFO kablam! warning: unused imports: `Get`, `Post` Oct 15 05:18:56.807 INFO kablam! --> src/main.rs:11:21 Oct 15 05:18:56.807 INFO kablam! | Oct 15 05:18:56.808 INFO kablam! 11 | use hyper::Method::{Get, Post}; Oct 15 05:18:56.808 INFO kablam! | ^^^ ^^^^ Oct 15 05:18:56.808 INFO kablam! Oct 15 05:18:56.808 INFO kablam! warning: unused import: `hyper::Uri` Oct 15 05:18:56.808 INFO kablam! --> src/main.rs:12:5 Oct 15 05:18:56.808 INFO kablam! | Oct 15 05:18:56.808 INFO kablam! 12 | use hyper::Uri; Oct 15 05:18:56.808 INFO kablam! | ^^^^^^^^^^ Oct 15 05:18:56.808 INFO kablam! Oct 15 05:18:56.808 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 05:18:56.808 INFO kablam! --> src/main.rs:14:5 Oct 15 05:18:56.808 INFO kablam! | Oct 15 05:18:56.808 INFO kablam! 14 | use std::collections::HashMap; Oct 15 05:18:56.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.808 INFO kablam! Oct 15 05:18:56.808 INFO kablam! warning: unused import: `std::any::Any` Oct 15 05:18:56.808 INFO kablam! --> src/main.rs:15:5 Oct 15 05:18:56.808 INFO kablam! | Oct 15 05:18:56.808 INFO kablam! 15 | use std::any::Any; Oct 15 05:18:56.808 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:18:56.808 INFO kablam! Oct 15 05:18:56.899 INFO kablam! warning: unused variable: `key` Oct 15 05:18:56.899 INFO kablam! --> src/router/utils.rs:42:28 Oct 15 05:18:56.899 INFO kablam! | Oct 15 05:18:56.899 INFO kablam! 42 | pub fn get_downcast_ref(key: &str, map: HashMap<&'static str, Box>) -> Option<&'static T> where T: Debug + 'static { Oct 15 05:18:56.899 INFO kablam! | ^^^ help: consider using `_key` instead Oct 15 05:18:56.899 INFO kablam! | Oct 15 05:18:56.899 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:18:56.899 INFO kablam! Oct 15 05:18:56.899 INFO kablam! warning: unused variable: `map` Oct 15 05:18:56.899 INFO kablam! --> src/router/utils.rs:42:39 Oct 15 05:18:56.899 INFO kablam! | Oct 15 05:18:56.899 INFO kablam! 42 | pub fn get_downcast_ref(key: &str, map: HashMap<&'static str, Box>) -> Option<&'static T> where T: Debug + 'static { Oct 15 05:18:56.899 INFO kablam! | ^^^ help: consider using `_map` instead Oct 15 05:18:56.899 INFO kablam! Oct 15 05:18:56.899 INFO kablam! warning: unused variable: `x` Oct 15 05:18:56.899 INFO kablam! --> src/main.rs:89:10 Oct 15 05:18:56.899 INFO kablam! | Oct 15 05:18:56.899 INFO kablam! 89 | |x, y| { Oct 15 05:18:56.899 INFO kablam! | ^ help: consider using `_x` instead Oct 15 05:18:56.899 INFO kablam! Oct 15 05:18:56.915 INFO kablam! warning: method is never used: `new` Oct 15 05:18:56.915 INFO kablam! --> src/router/middleware.rs:14:5 Oct 15 05:18:56.915 INFO kablam! | Oct 15 05:18:56.915 INFO kablam! 14 | pub fn new() -> Self { Oct 15 05:18:56.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.915 INFO kablam! | Oct 15 05:18:56.915 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:18:56.915 INFO kablam! Oct 15 05:18:56.915 INFO kablam! warning: method is never used: `get` Oct 15 05:18:56.915 INFO kablam! --> src/router/middleware.rs:20:5 Oct 15 05:18:56.915 INFO kablam! | Oct 15 05:18:56.915 INFO kablam! 20 | pub fn get(mut self, steps: Vec) -> Self { Oct 15 05:18:56.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.915 INFO kablam! Oct 15 05:18:56.915 INFO kablam! warning: method is never used: `get_` Oct 15 05:18:56.915 INFO kablam! --> src/router/middleware.rs:26:5 Oct 15 05:18:56.915 INFO kablam! | Oct 15 05:18:56.915 INFO kablam! 26 | pub fn get_(mut self, step: MiddlewareCallback) -> Self { Oct 15 05:18:56.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.915 INFO kablam! Oct 15 05:18:56.915 INFO kablam! warning: method is never used: `post` Oct 15 05:18:56.915 INFO kablam! --> src/router/middleware.rs:32:5 Oct 15 05:18:56.915 INFO kablam! | Oct 15 05:18:56.915 INFO kablam! 32 | pub fn post(mut self, steps: Vec) -> Self { Oct 15 05:18:56.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.915 INFO kablam! Oct 15 05:18:56.915 INFO kablam! warning: method is never used: `post_` Oct 15 05:18:56.915 INFO kablam! --> src/router/middleware.rs:38:5 Oct 15 05:18:56.915 INFO kablam! | Oct 15 05:18:56.915 INFO kablam! 38 | pub fn post_(mut self, step: MiddlewareCallback) -> Self { Oct 15 05:18:56.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.915 INFO kablam! Oct 15 05:18:56.915 INFO kablam! warning: method is never used: `put` Oct 15 05:18:56.915 INFO kablam! --> src/router/middleware.rs:44:5 Oct 15 05:18:56.915 INFO kablam! | Oct 15 05:18:56.915 INFO kablam! 44 | pub fn put(mut self, steps: Vec) -> Self { Oct 15 05:18:56.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.915 INFO kablam! Oct 15 05:18:56.915 INFO kablam! warning: method is never used: `delete` Oct 15 05:18:56.916 INFO kablam! --> src/router/middleware.rs:50:5 Oct 15 05:18:56.916 INFO kablam! | Oct 15 05:18:56.916 INFO kablam! 50 | pub fn delete(mut self, steps: Vec) -> Self { Oct 15 05:18:56.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.916 INFO kablam! Oct 15 05:18:56.916 INFO kablam! warning: method is never used: `options` Oct 15 05:18:56.916 INFO kablam! --> src/router/middleware.rs:56:5 Oct 15 05:18:56.916 INFO kablam! | Oct 15 05:18:56.916 INFO kablam! 56 | pub fn options(mut self, steps: Vec) -> Self { Oct 15 05:18:56.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.916 INFO kablam! Oct 15 05:18:56.916 INFO kablam! warning: method is never used: `head` Oct 15 05:18:56.916 INFO kablam! --> src/router/middleware.rs:62:5 Oct 15 05:18:56.916 INFO kablam! | Oct 15 05:18:56.916 INFO kablam! 62 | pub fn head(mut self, steps: Vec) -> Self { Oct 15 05:18:56.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.916 INFO kablam! Oct 15 05:18:56.916 INFO kablam! warning: method is never used: `patch` Oct 15 05:18:56.916 INFO kablam! --> src/router/middleware.rs:68:5 Oct 15 05:18:56.916 INFO kablam! | Oct 15 05:18:56.916 INFO kablam! 68 | pub fn patch(mut self, steps: Vec) -> Self { Oct 15 05:18:56.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.916 INFO kablam! Oct 15 05:18:56.916 INFO kablam! warning: method is never used: `new` Oct 15 05:18:56.916 INFO kablam! --> src/router/router.rs:15:5 Oct 15 05:18:56.916 INFO kablam! | Oct 15 05:18:56.916 INFO kablam! 15 | pub fn new() -> Self { Oct 15 05:18:56.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.916 INFO kablam! Oct 15 05:18:56.916 INFO kablam! warning: method is never used: `add` Oct 15 05:18:56.916 INFO kablam! --> src/router/router.rs:21:5 Oct 15 05:18:56.916 INFO kablam! | Oct 15 05:18:56.916 INFO kablam! 21 | pub fn add(&mut self, path: &str, middleware: Middleware) -> &Self { Oct 15 05:18:56.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.916 INFO kablam! Oct 15 05:18:56.916 INFO kablam! warning: function is never used: `get_downcast_ref` Oct 15 05:18:56.916 INFO kablam! --> src/router/utils.rs:42:1 Oct 15 05:18:56.916 INFO kablam! | Oct 15 05:18:56.916 INFO kablam! 42 | pub fn get_downcast_ref(key: &str, map: HashMap<&'static str, Box>) -> Option<&'static T> where T: Debug + 'static { Oct 15 05:18:56.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:56.916 INFO kablam! Oct 15 05:18:57.690 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.07s Oct 15 05:18:57.696 INFO kablam! su: No module specific data is present Oct 15 05:18:58.369 INFO running `"docker" "rm" "-f" "5ae207c90427ccbd5c26a86be5069f918d5612a8a023a7697b8193e596640972"` Oct 15 05:18:58.631 INFO blam! 5ae207c90427ccbd5c26a86be5069f918d5612a8a023a7697b8193e596640972 Oct 15 05:18:58.643 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 05:18:59.271 INFO blam! 9956767eb2f764343a1027764c412b41b039d578d8ce00dc173687e58ae6e9ad Oct 15 05:18:59.275 INFO running `"docker" "start" "-a" "9956767eb2f764343a1027764c412b41b039d578d8ce00dc173687e58ae6e9ad"` Oct 15 05:19:00.195 INFO kablam! usermod: no changes Oct 15 05:19:00.351 INFO kablam! Compiling test-hyper v0.1.0 (/source) Oct 15 05:19:02.351 INFO kablam! warning: unused import: `std::borrow::Borrow` Oct 15 05:19:02.351 INFO kablam! --> src/router/utils.rs:4:5 Oct 15 05:19:02.351 INFO kablam! | Oct 15 05:19:02.351 INFO kablam! 4 | use std::borrow::Borrow; Oct 15 05:19:02.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.351 INFO kablam! | Oct 15 05:19:02.351 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:19:02.351 INFO kablam! Oct 15 05:19:02.351 INFO kablam! warning: unused import: `router::router::Router` Oct 15 05:19:02.351 INFO kablam! --> src/main.rs:5:5 Oct 15 05:19:02.351 INFO kablam! | Oct 15 05:19:02.351 INFO kablam! 5 | use router::router::Router; Oct 15 05:19:02.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.351 INFO kablam! Oct 15 05:19:02.351 INFO kablam! warning: unused import: `router::middleware::Middleware` Oct 15 05:19:02.351 INFO kablam! --> src/main.rs:6:5 Oct 15 05:19:02.351 INFO kablam! | Oct 15 05:19:02.351 INFO kablam! 6 | use router::middleware::Middleware; Oct 15 05:19:02.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.351 INFO kablam! Oct 15 05:19:02.351 INFO kablam! warning: unused import: `router::utils::InsertBoxed` Oct 15 05:19:02.351 INFO kablam! --> src/main.rs:7:5 Oct 15 05:19:02.351 INFO kablam! | Oct 15 05:19:02.351 INFO kablam! 7 | use router::utils::InsertBoxed; Oct 15 05:19:02.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.351 INFO kablam! Oct 15 05:19:02.351 INFO kablam! warning: unused import: `router::utils::get_downcast_ref` Oct 15 05:19:02.351 INFO kablam! --> src/main.rs:8:5 Oct 15 05:19:02.351 INFO kablam! | Oct 15 05:19:02.351 INFO kablam! 8 | use router::utils::get_downcast_ref; Oct 15 05:19:02.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.351 INFO kablam! Oct 15 05:19:02.351 INFO kablam! warning: unused imports: `Request`, `Response` Oct 15 05:19:02.351 INFO kablam! --> src/main.rs:10:21 Oct 15 05:19:02.351 INFO kablam! | Oct 15 05:19:02.351 INFO kablam! 10 | use hyper::server::{Request, Response}; Oct 15 05:19:02.351 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 15 05:19:02.351 INFO kablam! Oct 15 05:19:02.351 INFO kablam! warning: unused imports: `Get`, `Post` Oct 15 05:19:02.351 INFO kablam! --> src/main.rs:11:21 Oct 15 05:19:02.351 INFO kablam! | Oct 15 05:19:02.351 INFO kablam! 11 | use hyper::Method::{Get, Post}; Oct 15 05:19:02.352 INFO kablam! | ^^^ ^^^^ Oct 15 05:19:02.352 INFO kablam! Oct 15 05:19:02.352 INFO kablam! warning: unused import: `hyper::Uri` Oct 15 05:19:02.352 INFO kablam! --> src/main.rs:12:5 Oct 15 05:19:02.352 INFO kablam! | Oct 15 05:19:02.352 INFO kablam! 12 | use hyper::Uri; Oct 15 05:19:02.352 INFO kablam! | ^^^^^^^^^^ Oct 15 05:19:02.352 INFO kablam! Oct 15 05:19:02.352 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 05:19:02.352 INFO kablam! --> src/main.rs:14:5 Oct 15 05:19:02.352 INFO kablam! | Oct 15 05:19:02.352 INFO kablam! 14 | use std::collections::HashMap; Oct 15 05:19:02.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.352 INFO kablam! Oct 15 05:19:02.352 INFO kablam! warning: unused import: `std::any::Any` Oct 15 05:19:02.352 INFO kablam! --> src/main.rs:15:5 Oct 15 05:19:02.352 INFO kablam! | Oct 15 05:19:02.352 INFO kablam! 15 | use std::any::Any; Oct 15 05:19:02.352 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:19:02.352 INFO kablam! Oct 15 05:19:02.427 INFO kablam! warning: unused variable: `key` Oct 15 05:19:02.427 INFO kablam! --> src/router/utils.rs:42:28 Oct 15 05:19:02.427 INFO kablam! | Oct 15 05:19:02.427 INFO kablam! 42 | pub fn get_downcast_ref(key: &str, map: HashMap<&'static str, Box>) -> Option<&'static T> where T: Debug + 'static { Oct 15 05:19:02.427 INFO kablam! | ^^^ help: consider using `_key` instead Oct 15 05:19:02.427 INFO kablam! | Oct 15 05:19:02.427 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:19:02.427 INFO kablam! Oct 15 05:19:02.427 INFO kablam! warning: unused variable: `map` Oct 15 05:19:02.427 INFO kablam! --> src/router/utils.rs:42:39 Oct 15 05:19:02.427 INFO kablam! | Oct 15 05:19:02.427 INFO kablam! 42 | pub fn get_downcast_ref(key: &str, map: HashMap<&'static str, Box>) -> Option<&'static T> where T: Debug + 'static { Oct 15 05:19:02.427 INFO kablam! | ^^^ help: consider using `_map` instead Oct 15 05:19:02.427 INFO kablam! Oct 15 05:19:02.427 INFO kablam! warning: unused variable: `x` Oct 15 05:19:02.427 INFO kablam! --> src/main.rs:89:10 Oct 15 05:19:02.427 INFO kablam! | Oct 15 05:19:02.427 INFO kablam! 89 | |x, y| { Oct 15 05:19:02.427 INFO kablam! | ^ help: consider using `_x` instead Oct 15 05:19:02.427 INFO kablam! Oct 15 05:19:02.443 INFO kablam! warning: method is never used: `new` Oct 15 05:19:02.443 INFO kablam! --> src/router/middleware.rs:14:5 Oct 15 05:19:02.443 INFO kablam! | Oct 15 05:19:02.443 INFO kablam! 14 | pub fn new() -> Self { Oct 15 05:19:02.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.443 INFO kablam! | Oct 15 05:19:02.443 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:19:02.443 INFO kablam! Oct 15 05:19:02.443 INFO kablam! warning: method is never used: `get` Oct 15 05:19:02.443 INFO kablam! --> src/router/middleware.rs:20:5 Oct 15 05:19:02.443 INFO kablam! | Oct 15 05:19:02.443 INFO kablam! 20 | pub fn get(mut self, steps: Vec) -> Self { Oct 15 05:19:02.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.443 INFO kablam! Oct 15 05:19:02.443 INFO kablam! warning: method is never used: `get_` Oct 15 05:19:02.443 INFO kablam! --> src/router/middleware.rs:26:5 Oct 15 05:19:02.443 INFO kablam! | Oct 15 05:19:02.443 INFO kablam! 26 | pub fn get_(mut self, step: MiddlewareCallback) -> Self { Oct 15 05:19:02.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.443 INFO kablam! Oct 15 05:19:02.443 INFO kablam! warning: method is never used: `post` Oct 15 05:19:02.443 INFO kablam! --> src/router/middleware.rs:32:5 Oct 15 05:19:02.443 INFO kablam! | Oct 15 05:19:02.443 INFO kablam! 32 | pub fn post(mut self, steps: Vec) -> Self { Oct 15 05:19:02.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.443 INFO kablam! Oct 15 05:19:02.443 INFO kablam! warning: method is never used: `post_` Oct 15 05:19:02.443 INFO kablam! --> src/router/middleware.rs:38:5 Oct 15 05:19:02.443 INFO kablam! | Oct 15 05:19:02.443 INFO kablam! 38 | pub fn post_(mut self, step: MiddlewareCallback) -> Self { Oct 15 05:19:02.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.443 INFO kablam! Oct 15 05:19:02.443 INFO kablam! warning: method is never used: `put` Oct 15 05:19:02.443 INFO kablam! --> src/router/middleware.rs:44:5 Oct 15 05:19:02.443 INFO kablam! | Oct 15 05:19:02.443 INFO kablam! 44 | pub fn put(mut self, steps: Vec) -> Self { Oct 15 05:19:02.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.443 INFO kablam! Oct 15 05:19:02.444 INFO kablam! warning: method is never used: `delete` Oct 15 05:19:02.444 INFO kablam! --> src/router/middleware.rs:50:5 Oct 15 05:19:02.444 INFO kablam! | Oct 15 05:19:02.444 INFO kablam! 50 | pub fn delete(mut self, steps: Vec) -> Self { Oct 15 05:19:02.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.444 INFO kablam! Oct 15 05:19:02.444 INFO kablam! warning: method is never used: `options` Oct 15 05:19:02.444 INFO kablam! --> src/router/middleware.rs:56:5 Oct 15 05:19:02.444 INFO kablam! | Oct 15 05:19:02.444 INFO kablam! 56 | pub fn options(mut self, steps: Vec) -> Self { Oct 15 05:19:02.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.444 INFO kablam! Oct 15 05:19:02.444 INFO kablam! warning: method is never used: `head` Oct 15 05:19:02.444 INFO kablam! --> src/router/middleware.rs:62:5 Oct 15 05:19:02.444 INFO kablam! | Oct 15 05:19:02.444 INFO kablam! 62 | pub fn head(mut self, steps: Vec) -> Self { Oct 15 05:19:02.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.444 INFO kablam! Oct 15 05:19:02.444 INFO kablam! warning: method is never used: `patch` Oct 15 05:19:02.444 INFO kablam! --> src/router/middleware.rs:68:5 Oct 15 05:19:02.444 INFO kablam! | Oct 15 05:19:02.444 INFO kablam! 68 | pub fn patch(mut self, steps: Vec) -> Self { Oct 15 05:19:02.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.444 INFO kablam! Oct 15 05:19:02.444 INFO kablam! warning: method is never used: `new` Oct 15 05:19:02.444 INFO kablam! --> src/router/router.rs:15:5 Oct 15 05:19:02.444 INFO kablam! | Oct 15 05:19:02.444 INFO kablam! 15 | pub fn new() -> Self { Oct 15 05:19:02.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.444 INFO kablam! Oct 15 05:19:02.444 INFO kablam! warning: method is never used: `add` Oct 15 05:19:02.444 INFO kablam! --> src/router/router.rs:21:5 Oct 15 05:19:02.444 INFO kablam! | Oct 15 05:19:02.444 INFO kablam! 21 | pub fn add(&mut self, path: &str, middleware: Middleware) -> &Self { Oct 15 05:19:02.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.444 INFO kablam! Oct 15 05:19:02.444 INFO kablam! warning: function is never used: `get_downcast_ref` Oct 15 05:19:02.444 INFO kablam! --> src/router/utils.rs:42:1 Oct 15 05:19:02.444 INFO kablam! | Oct 15 05:19:02.444 INFO kablam! 42 | pub fn get_downcast_ref(key: &str, map: HashMap<&'static str, Box>) -> Option<&'static T> where T: Debug + 'static { Oct 15 05:19:02.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:19:02.444 INFO kablam! Oct 15 05:19:03.078 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.86s Oct 15 05:19:03.085 INFO kablam! su: No module specific data is present Oct 15 05:19:03.942 INFO running `"docker" "rm" "-f" "9956767eb2f764343a1027764c412b41b039d578d8ce00dc173687e58ae6e9ad"` Oct 15 05:19:04.187 INFO blam! 9956767eb2f764343a1027764c412b41b039d578d8ce00dc173687e58ae6e9ad Oct 15 05:19:04.211 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 05:19:04.720 INFO blam! 94365d69701615136e74cff7c9f5492e4b313de524a2072f4ff32d87a123dd9b Oct 15 05:19:04.722 INFO running `"docker" "start" "-a" "94365d69701615136e74cff7c9f5492e4b313de524a2072f4ff32d87a123dd9b"` Oct 15 05:19:05.971 INFO kablam! usermod: no changes Oct 15 05:19:06.149 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 15 05:19:06.154 INFO kablam! Running /target/debug/deps/test_hyper-0bf6ed222fe9491f Oct 15 05:19:06.161 INFO blam! Oct 15 05:19:06.161 INFO blam! running 0 tests Oct 15 05:19:06.161 INFO blam! Oct 15 05:19:06.161 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:19:06.161 INFO blam! Oct 15 05:19:06.165 INFO kablam! su: No module specific data is present Oct 15 05:19:06.901 INFO running `"docker" "rm" "-f" "94365d69701615136e74cff7c9f5492e4b313de524a2072f4ff32d87a123dd9b"` Oct 15 05:19:07.147 INFO blam! 94365d69701615136e74cff7c9f5492e4b313de524a2072f4ff32d87a123dd9b