Oct 15 05:18:32.080 INFO testing aberezhnoy/hyper-router against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:18:32.082 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 05:18:32.314 INFO blam! 4500f4d529528de6330c8d81af72c9d3b0030aea8310d3e30615f6fae8b13ed9 Oct 15 05:18:32.318 INFO running `"docker" "start" "-a" "4500f4d529528de6330c8d81af72c9d3b0030aea8310d3e30615f6fae8b13ed9"` Oct 15 05:18:32.789 INFO kablam! usermod: no changes Oct 15 05:18:32.923 INFO kablam! Compiling tokio-core v0.1.17 Oct 15 05:18:35.947 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 05:18:39.042 INFO kablam! Compiling hyper v0.11.25 Oct 15 05:18:46.743 INFO kablam! Compiling test-hyper v0.1.0 (/source) Oct 15 05:18:48.140 INFO kablam! warning: unused import: `std::borrow::Borrow` Oct 15 05:18:48.140 INFO kablam! --> src/router/utils.rs:4:5 Oct 15 05:18:48.140 INFO kablam! | Oct 15 05:18:48.140 INFO kablam! 4 | use std::borrow::Borrow; Oct 15 05:18:48.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.140 INFO kablam! | Oct 15 05:18:48.140 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:18:48.140 INFO kablam! Oct 15 05:18:48.140 INFO kablam! warning: unused import: `router::router::Router` Oct 15 05:18:48.140 INFO kablam! --> src/main.rs:5:5 Oct 15 05:18:48.140 INFO kablam! | Oct 15 05:18:48.140 INFO kablam! 5 | use router::router::Router; Oct 15 05:18:48.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.140 INFO kablam! Oct 15 05:18:48.140 INFO kablam! warning: unused import: `router::middleware::Middleware` Oct 15 05:18:48.140 INFO kablam! --> src/main.rs:6:5 Oct 15 05:18:48.140 INFO kablam! | Oct 15 05:18:48.140 INFO kablam! 6 | use router::middleware::Middleware; Oct 15 05:18:48.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.140 INFO kablam! Oct 15 05:18:48.141 INFO kablam! warning: unused import: `router::utils::InsertBoxed` Oct 15 05:18:48.141 INFO kablam! --> src/main.rs:7:5 Oct 15 05:18:48.141 INFO kablam! | Oct 15 05:18:48.141 INFO kablam! 7 | use router::utils::InsertBoxed; Oct 15 05:18:48.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.141 INFO kablam! Oct 15 05:18:48.141 INFO kablam! warning: unused import: `router::utils::get_downcast_ref` Oct 15 05:18:48.141 INFO kablam! --> src/main.rs:8:5 Oct 15 05:18:48.141 INFO kablam! | Oct 15 05:18:48.141 INFO kablam! 8 | use router::utils::get_downcast_ref; Oct 15 05:18:48.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.141 INFO kablam! Oct 15 05:18:48.141 INFO kablam! warning: unused imports: `Request`, `Response` Oct 15 05:18:48.141 INFO kablam! --> src/main.rs:10:21 Oct 15 05:18:48.141 INFO kablam! | Oct 15 05:18:48.141 INFO kablam! 10 | use hyper::server::{Request, Response}; Oct 15 05:18:48.141 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 15 05:18:48.141 INFO kablam! Oct 15 05:18:48.141 INFO kablam! warning: unused imports: `Get`, `Post` Oct 15 05:18:48.141 INFO kablam! --> src/main.rs:11:21 Oct 15 05:18:48.141 INFO kablam! | Oct 15 05:18:48.141 INFO kablam! 11 | use hyper::Method::{Get, Post}; Oct 15 05:18:48.141 INFO kablam! | ^^^ ^^^^ Oct 15 05:18:48.141 INFO kablam! Oct 15 05:18:48.141 INFO kablam! warning: unused import: `hyper::Uri` Oct 15 05:18:48.141 INFO kablam! --> src/main.rs:12:5 Oct 15 05:18:48.141 INFO kablam! | Oct 15 05:18:48.141 INFO kablam! 12 | use hyper::Uri; Oct 15 05:18:48.141 INFO kablam! | ^^^^^^^^^^ Oct 15 05:18:48.141 INFO kablam! Oct 15 05:18:48.141 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 05:18:48.141 INFO kablam! --> src/main.rs:14:5 Oct 15 05:18:48.141 INFO kablam! | Oct 15 05:18:48.141 INFO kablam! 14 | use std::collections::HashMap; Oct 15 05:18:48.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.141 INFO kablam! Oct 15 05:18:48.141 INFO kablam! warning: unused import: `std::any::Any` Oct 15 05:18:48.141 INFO kablam! --> src/main.rs:15:5 Oct 15 05:18:48.141 INFO kablam! | Oct 15 05:18:48.141 INFO kablam! 15 | use std::any::Any; Oct 15 05:18:48.141 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:18:48.141 INFO kablam! Oct 15 05:18:48.211 INFO kablam! warning: unused variable: `key` Oct 15 05:18:48.211 INFO kablam! --> src/router/utils.rs:42:28 Oct 15 05:18:48.211 INFO kablam! | Oct 15 05:18:48.211 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:48.211 INFO kablam! | ^^^ help: consider using `_key` instead Oct 15 05:18:48.211 INFO kablam! | Oct 15 05:18:48.211 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:18:48.211 INFO kablam! Oct 15 05:18:48.211 INFO kablam! warning: unused variable: `map` Oct 15 05:18:48.211 INFO kablam! --> src/router/utils.rs:42:39 Oct 15 05:18:48.211 INFO kablam! | Oct 15 05:18:48.211 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:48.211 INFO kablam! | ^^^ help: consider using `_map` instead Oct 15 05:18:48.211 INFO kablam! Oct 15 05:18:48.212 INFO kablam! warning: unused variable: `x` Oct 15 05:18:48.212 INFO kablam! --> src/main.rs:89:10 Oct 15 05:18:48.212 INFO kablam! | Oct 15 05:18:48.212 INFO kablam! 89 | |x, y| { Oct 15 05:18:48.212 INFO kablam! | ^ help: consider using `_x` instead Oct 15 05:18:48.212 INFO kablam! Oct 15 05:18:48.225 INFO kablam! warning: method is never used: `new` Oct 15 05:18:48.225 INFO kablam! --> src/router/middleware.rs:14:5 Oct 15 05:18:48.225 INFO kablam! | Oct 15 05:18:48.225 INFO kablam! 14 | pub fn new() -> Self { Oct 15 05:18:48.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.225 INFO kablam! | Oct 15 05:18:48.225 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:18:48.225 INFO kablam! Oct 15 05:18:48.225 INFO kablam! warning: method is never used: `get` Oct 15 05:18:48.225 INFO kablam! --> src/router/middleware.rs:20:5 Oct 15 05:18:48.225 INFO kablam! | Oct 15 05:18:48.225 INFO kablam! 20 | pub fn get(mut self, steps: Vec) -> Self { Oct 15 05:18:48.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.225 INFO kablam! Oct 15 05:18:48.225 INFO kablam! warning: method is never used: `get_` Oct 15 05:18:48.225 INFO kablam! --> src/router/middleware.rs:26:5 Oct 15 05:18:48.226 INFO kablam! | Oct 15 05:18:48.226 INFO kablam! 26 | pub fn get_(mut self, step: MiddlewareCallback) -> Self { Oct 15 05:18:48.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.226 INFO kablam! Oct 15 05:18:48.226 INFO kablam! warning: method is never used: `post` Oct 15 05:18:48.226 INFO kablam! --> src/router/middleware.rs:32:5 Oct 15 05:18:48.226 INFO kablam! | Oct 15 05:18:48.226 INFO kablam! 32 | pub fn post(mut self, steps: Vec) -> Self { Oct 15 05:18:48.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.226 INFO kablam! Oct 15 05:18:48.226 INFO kablam! warning: method is never used: `post_` Oct 15 05:18:48.226 INFO kablam! --> src/router/middleware.rs:38:5 Oct 15 05:18:48.226 INFO kablam! | Oct 15 05:18:48.226 INFO kablam! 38 | pub fn post_(mut self, step: MiddlewareCallback) -> Self { Oct 15 05:18:48.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.226 INFO kablam! Oct 15 05:18:48.226 INFO kablam! warning: method is never used: `put` Oct 15 05:18:48.226 INFO kablam! --> src/router/middleware.rs:44:5 Oct 15 05:18:48.226 INFO kablam! | Oct 15 05:18:48.226 INFO kablam! 44 | pub fn put(mut self, steps: Vec) -> Self { Oct 15 05:18:48.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.226 INFO kablam! Oct 15 05:18:48.226 INFO kablam! warning: method is never used: `delete` Oct 15 05:18:48.226 INFO kablam! --> src/router/middleware.rs:50:5 Oct 15 05:18:48.226 INFO kablam! | Oct 15 05:18:48.226 INFO kablam! 50 | pub fn delete(mut self, steps: Vec) -> Self { Oct 15 05:18:48.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.226 INFO kablam! Oct 15 05:18:48.227 INFO kablam! warning: method is never used: `options` Oct 15 05:18:48.228 INFO kablam! --> src/router/middleware.rs:56:5 Oct 15 05:18:48.228 INFO kablam! | Oct 15 05:18:48.228 INFO kablam! 56 | pub fn options(mut self, steps: Vec) -> Self { Oct 15 05:18:48.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.228 INFO kablam! Oct 15 05:18:48.228 INFO kablam! warning: method is never used: `head` Oct 15 05:18:48.228 INFO kablam! --> src/router/middleware.rs:62:5 Oct 15 05:18:48.228 INFO kablam! | Oct 15 05:18:48.228 INFO kablam! 62 | pub fn head(mut self, steps: Vec) -> Self { Oct 15 05:18:48.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.228 INFO kablam! Oct 15 05:18:48.228 INFO kablam! warning: method is never used: `patch` Oct 15 05:18:48.228 INFO kablam! --> src/router/middleware.rs:68:5 Oct 15 05:18:48.228 INFO kablam! | Oct 15 05:18:48.228 INFO kablam! 68 | pub fn patch(mut self, steps: Vec) -> Self { Oct 15 05:18:48.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.228 INFO kablam! Oct 15 05:18:48.228 INFO kablam! warning: method is never used: `new` Oct 15 05:18:48.228 INFO kablam! --> src/router/router.rs:15:5 Oct 15 05:18:48.228 INFO kablam! | Oct 15 05:18:48.228 INFO kablam! 15 | pub fn new() -> Self { Oct 15 05:18:48.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.228 INFO kablam! Oct 15 05:18:48.228 INFO kablam! warning: method is never used: `add` Oct 15 05:18:48.228 INFO kablam! --> src/router/router.rs:21:5 Oct 15 05:18:48.228 INFO kablam! | Oct 15 05:18:48.228 INFO kablam! 21 | pub fn add(&mut self, path: &str, middleware: Middleware) -> &Self { Oct 15 05:18:48.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.228 INFO kablam! Oct 15 05:18:48.228 INFO kablam! warning: function is never used: `get_downcast_ref` Oct 15 05:18:48.228 INFO kablam! --> src/router/utils.rs:42:1 Oct 15 05:18:48.228 INFO kablam! | Oct 15 05:18:48.228 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:48.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:48.228 INFO kablam! Oct 15 05:18:48.698 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.89s Oct 15 05:18:48.708 INFO kablam! su: No module specific data is present Oct 15 05:18:48.980 INFO running `"docker" "rm" "-f" "4500f4d529528de6330c8d81af72c9d3b0030aea8310d3e30615f6fae8b13ed9"` Oct 15 05:18:49.103 INFO blam! 4500f4d529528de6330c8d81af72c9d3b0030aea8310d3e30615f6fae8b13ed9 Oct 15 05:18:49.106 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 05:18:49.283 INFO blam! 0d9613a6e4e5bebe3a8dbc2d18d29da1e1fdaeeb0c737856b69e91d8c8c51a9f Oct 15 05:18:49.283 INFO running `"docker" "start" "-a" "0d9613a6e4e5bebe3a8dbc2d18d29da1e1fdaeeb0c737856b69e91d8c8c51a9f"` Oct 15 05:18:49.657 INFO kablam! usermod: no changes Oct 15 05:18:49.751 INFO kablam! Compiling test-hyper v0.1.0 (/source) Oct 15 05:18:51.105 INFO kablam! warning: unused import: `std::borrow::Borrow` Oct 15 05:18:51.105 INFO kablam! --> src/router/utils.rs:4:5 Oct 15 05:18:51.105 INFO kablam! | Oct 15 05:18:51.105 INFO kablam! 4 | use std::borrow::Borrow; Oct 15 05:18:51.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.105 INFO kablam! | Oct 15 05:18:51.105 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:18:51.105 INFO kablam! Oct 15 05:18:51.105 INFO kablam! warning: unused import: `router::router::Router` Oct 15 05:18:51.105 INFO kablam! --> src/main.rs:5:5 Oct 15 05:18:51.105 INFO kablam! | Oct 15 05:18:51.105 INFO kablam! 5 | use router::router::Router; Oct 15 05:18:51.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.105 INFO kablam! Oct 15 05:18:51.105 INFO kablam! warning: unused import: `router::middleware::Middleware` Oct 15 05:18:51.106 INFO kablam! --> src/main.rs:6:5 Oct 15 05:18:51.106 INFO kablam! | Oct 15 05:18:51.106 INFO kablam! 6 | use router::middleware::Middleware; Oct 15 05:18:51.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.106 INFO kablam! Oct 15 05:18:51.106 INFO kablam! warning: unused import: `router::utils::InsertBoxed` Oct 15 05:18:51.106 INFO kablam! --> src/main.rs:7:5 Oct 15 05:18:51.106 INFO kablam! | Oct 15 05:18:51.106 INFO kablam! 7 | use router::utils::InsertBoxed; Oct 15 05:18:51.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.106 INFO kablam! Oct 15 05:18:51.106 INFO kablam! warning: unused import: `router::utils::get_downcast_ref` Oct 15 05:18:51.106 INFO kablam! --> src/main.rs:8:5 Oct 15 05:18:51.106 INFO kablam! | Oct 15 05:18:51.106 INFO kablam! 8 | use router::utils::get_downcast_ref; Oct 15 05:18:51.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.106 INFO kablam! Oct 15 05:18:51.106 INFO kablam! warning: unused imports: `Request`, `Response` Oct 15 05:18:51.106 INFO kablam! --> src/main.rs:10:21 Oct 15 05:18:51.106 INFO kablam! | Oct 15 05:18:51.106 INFO kablam! 10 | use hyper::server::{Request, Response}; Oct 15 05:18:51.106 INFO kablam! | ^^^^^^^ ^^^^^^^^ Oct 15 05:18:51.106 INFO kablam! Oct 15 05:18:51.106 INFO kablam! warning: unused imports: `Get`, `Post` Oct 15 05:18:51.106 INFO kablam! --> src/main.rs:11:21 Oct 15 05:18:51.106 INFO kablam! | Oct 15 05:18:51.106 INFO kablam! 11 | use hyper::Method::{Get, Post}; Oct 15 05:18:51.106 INFO kablam! | ^^^ ^^^^ Oct 15 05:18:51.106 INFO kablam! Oct 15 05:18:51.106 INFO kablam! warning: unused import: `hyper::Uri` Oct 15 05:18:51.106 INFO kablam! --> src/main.rs:12:5 Oct 15 05:18:51.106 INFO kablam! | Oct 15 05:18:51.106 INFO kablam! 12 | use hyper::Uri; Oct 15 05:18:51.106 INFO kablam! | ^^^^^^^^^^ Oct 15 05:18:51.106 INFO kablam! Oct 15 05:18:51.106 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 05:18:51.106 INFO kablam! --> src/main.rs:14:5 Oct 15 05:18:51.106 INFO kablam! | Oct 15 05:18:51.106 INFO kablam! 14 | use std::collections::HashMap; Oct 15 05:18:51.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.106 INFO kablam! Oct 15 05:18:51.106 INFO kablam! warning: unused import: `std::any::Any` Oct 15 05:18:51.106 INFO kablam! --> src/main.rs:15:5 Oct 15 05:18:51.106 INFO kablam! | Oct 15 05:18:51.106 INFO kablam! 15 | use std::any::Any; Oct 15 05:18:51.106 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 05:18:51.106 INFO kablam! Oct 15 05:18:51.179 INFO kablam! warning: unused variable: `key` Oct 15 05:18:51.197 INFO kablam! --> src/router/utils.rs:42:28 Oct 15 05:18:51.197 INFO kablam! | Oct 15 05:18:51.197 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:51.197 INFO kablam! | ^^^ help: consider using `_key` instead Oct 15 05:18:51.197 INFO kablam! | Oct 15 05:18:51.197 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:18:51.197 INFO kablam! Oct 15 05:18:51.197 INFO kablam! warning: unused variable: `map` Oct 15 05:18:51.197 INFO kablam! --> src/router/utils.rs:42:39 Oct 15 05:18:51.197 INFO kablam! | Oct 15 05:18:51.197 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:51.197 INFO kablam! | ^^^ help: consider using `_map` instead Oct 15 05:18:51.197 INFO kablam! Oct 15 05:18:51.197 INFO kablam! warning: unused variable: `x` Oct 15 05:18:51.197 INFO kablam! --> src/main.rs:89:10 Oct 15 05:18:51.197 INFO kablam! | Oct 15 05:18:51.197 INFO kablam! 89 | |x, y| { Oct 15 05:18:51.197 INFO kablam! | ^ help: consider using `_x` instead Oct 15 05:18:51.197 INFO kablam! Oct 15 05:18:51.197 INFO kablam! warning: method is never used: `new` Oct 15 05:18:51.197 INFO kablam! --> src/router/middleware.rs:14:5 Oct 15 05:18:51.197 INFO kablam! | Oct 15 05:18:51.197 INFO kablam! 14 | pub fn new() -> Self { Oct 15 05:18:51.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.197 INFO kablam! | Oct 15 05:18:51.197 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:18:51.197 INFO kablam! Oct 15 05:18:51.197 INFO kablam! warning: method is never used: `get` Oct 15 05:18:51.197 INFO kablam! --> src/router/middleware.rs:20:5 Oct 15 05:18:51.197 INFO kablam! | Oct 15 05:18:51.197 INFO kablam! 20 | pub fn get(mut self, steps: Vec) -> Self { Oct 15 05:18:51.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.197 INFO kablam! Oct 15 05:18:51.197 INFO kablam! warning: method is never used: `get_` Oct 15 05:18:51.197 INFO kablam! --> src/router/middleware.rs:26:5 Oct 15 05:18:51.197 INFO kablam! | Oct 15 05:18:51.197 INFO kablam! 26 | pub fn get_(mut self, step: MiddlewareCallback) -> Self { Oct 15 05:18:51.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.197 INFO kablam! Oct 15 05:18:51.197 INFO kablam! warning: method is never used: `post` Oct 15 05:18:51.197 INFO kablam! --> src/router/middleware.rs:32:5 Oct 15 05:18:51.197 INFO kablam! | Oct 15 05:18:51.197 INFO kablam! 32 | pub fn post(mut self, steps: Vec) -> Self { Oct 15 05:18:51.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.197 INFO kablam! Oct 15 05:18:51.197 INFO kablam! warning: method is never used: `post_` Oct 15 05:18:51.197 INFO kablam! --> src/router/middleware.rs:38:5 Oct 15 05:18:51.197 INFO kablam! | Oct 15 05:18:51.197 INFO kablam! 38 | pub fn post_(mut self, step: MiddlewareCallback) -> Self { Oct 15 05:18:51.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.197 INFO kablam! Oct 15 05:18:51.197 INFO kablam! warning: method is never used: `put` Oct 15 05:18:51.197 INFO kablam! --> src/router/middleware.rs:44:5 Oct 15 05:18:51.197 INFO kablam! | Oct 15 05:18:51.197 INFO kablam! 44 | pub fn put(mut self, steps: Vec) -> Self { Oct 15 05:18:51.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.198 INFO kablam! Oct 15 05:18:51.198 INFO kablam! warning: method is never used: `delete` Oct 15 05:18:51.198 INFO kablam! --> src/router/middleware.rs:50:5 Oct 15 05:18:51.198 INFO kablam! | Oct 15 05:18:51.198 INFO kablam! 50 | pub fn delete(mut self, steps: Vec) -> Self { Oct 15 05:18:51.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.198 INFO kablam! Oct 15 05:18:51.198 INFO kablam! warning: method is never used: `options` Oct 15 05:18:51.198 INFO kablam! --> src/router/middleware.rs:56:5 Oct 15 05:18:51.198 INFO kablam! | Oct 15 05:18:51.198 INFO kablam! 56 | pub fn options(mut self, steps: Vec) -> Self { Oct 15 05:18:51.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.198 INFO kablam! Oct 15 05:18:51.198 INFO kablam! warning: method is never used: `head` Oct 15 05:18:51.198 INFO kablam! --> src/router/middleware.rs:62:5 Oct 15 05:18:51.198 INFO kablam! | Oct 15 05:18:51.198 INFO kablam! 62 | pub fn head(mut self, steps: Vec) -> Self { Oct 15 05:18:51.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.198 INFO kablam! Oct 15 05:18:51.198 INFO kablam! warning: method is never used: `patch` Oct 15 05:18:51.198 INFO kablam! --> src/router/middleware.rs:68:5 Oct 15 05:18:51.198 INFO kablam! | Oct 15 05:18:51.198 INFO kablam! 68 | pub fn patch(mut self, steps: Vec) -> Self { Oct 15 05:18:51.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.198 INFO kablam! Oct 15 05:18:51.198 INFO kablam! warning: method is never used: `new` Oct 15 05:18:51.198 INFO kablam! --> src/router/router.rs:15:5 Oct 15 05:18:51.198 INFO kablam! | Oct 15 05:18:51.198 INFO kablam! 15 | pub fn new() -> Self { Oct 15 05:18:51.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.198 INFO kablam! Oct 15 05:18:51.198 INFO kablam! warning: method is never used: `add` Oct 15 05:18:51.198 INFO kablam! --> src/router/router.rs:21:5 Oct 15 05:18:51.198 INFO kablam! | Oct 15 05:18:51.198 INFO kablam! 21 | pub fn add(&mut self, path: &str, middleware: Middleware) -> &Self { Oct 15 05:18:51.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.198 INFO kablam! Oct 15 05:18:51.198 INFO kablam! warning: function is never used: `get_downcast_ref` Oct 15 05:18:51.198 INFO kablam! --> src/router/utils.rs:42:1 Oct 15 05:18:51.198 INFO kablam! | Oct 15 05:18:51.198 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:51.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:18:51.198 INFO kablam! Oct 15 05:18:51.625 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.95s Oct 15 05:18:51.627 INFO kablam! su: No module specific data is present Oct 15 05:18:52.032 INFO running `"docker" "rm" "-f" "0d9613a6e4e5bebe3a8dbc2d18d29da1e1fdaeeb0c737856b69e91d8c8c51a9f"` Oct 15 05:18:52.113 INFO blam! 0d9613a6e4e5bebe3a8dbc2d18d29da1e1fdaeeb0c737856b69e91d8c8c51a9f Oct 15 05:18:52.115 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 05:18:52.254 INFO blam! 5e4417e90e8f8d6e4fbeb55c0f32038ac343018257e65afd28907eab3da5da59 Oct 15 05:18:52.255 INFO running `"docker" "start" "-a" "5e4417e90e8f8d6e4fbeb55c0f32038ac343018257e65afd28907eab3da5da59"` Oct 15 05:18:52.628 INFO kablam! usermod: no changes Oct 15 05:18:52.712 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 05:18:52.714 INFO kablam! Running /target/debug/deps/test_hyper-c1d8fd28f26191c3 Oct 15 05:18:52.718 INFO blam! Oct 15 05:18:52.718 INFO blam! running 0 tests Oct 15 05:18:52.718 INFO blam! Oct 15 05:18:52.718 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:18:52.718 INFO blam! Oct 15 05:18:52.719 INFO kablam! su: No module specific data is present Oct 15 05:18:53.208 INFO running `"docker" "rm" "-f" "5e4417e90e8f8d6e4fbeb55c0f32038ac343018257e65afd28907eab3da5da59"` Oct 15 05:18:53.547 INFO blam! 5e4417e90e8f8d6e4fbeb55c0f32038ac343018257e65afd28907eab3da5da59