Oct 11 00:34:50.189 INFO testing dave-leeper/rusty_spider_server against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:34:50.189 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:34:50.189 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 00:34:50.719 INFO blam! 706699e3213b55c3177794849f10c707d00452b48291f73adbe51366822c1b72 Oct 11 00:34:50.720 INFO running `"docker" "start" "-a" "706699e3213b55c3177794849f10c707d00452b48291f73adbe51366822c1b72"` Oct 11 00:34:51.714 INFO kablam! usermod: no changes Oct 11 00:34:52.108 INFO kablam! Compiling mio v0.6.14 Oct 11 00:34:52.112 INFO kablam! Compiling want v0.0.5 Oct 11 00:34:52.114 INFO kablam! Compiling tokio-io v0.1.7 Oct 11 00:34:52.120 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 11 00:34:52.120 INFO kablam! Compiling chrono v0.4.4 Oct 11 00:34:57.957 INFO kablam! Compiling tokio-codec v0.1.0 Oct 11 00:34:57.958 INFO kablam! Compiling h2 v0.1.10 Oct 11 00:35:01.304 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 11 00:35:01.554 INFO kablam! Compiling tokio-fs v0.1.1 Oct 11 00:35:08.005 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 11 00:35:08.007 INFO kablam! Compiling tokio-udp v0.1.1 Oct 11 00:35:10.926 INFO kablam! Compiling tokio v0.1.7 Oct 11 00:35:14.921 INFO kablam! Compiling hyper v0.12.3 Oct 11 00:35:23.848 INFO kablam! Compiling web_server v0.1.0 (/source) Oct 11 00:35:29.704 INFO kablam! warning: unused import: `strings` Oct 11 00:35:29.704 INFO kablam! --> src/i18n.rs:4:5 Oct 11 00:35:29.704 INFO kablam! | Oct 11 00:35:29.704 INFO kablam! 4 | use strings; Oct 11 00:35:29.704 INFO kablam! | ^^^^^^^ Oct 11 00:35:29.704 INFO kablam! | Oct 11 00:35:29.704 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:35:29.704 INFO kablam! Oct 11 00:35:29.704 INFO kablam! warning: unused import: `std` Oct 11 00:35:29.704 INFO kablam! --> src/config.rs:5:5 Oct 11 00:35:29.704 INFO kablam! | Oct 11 00:35:29.704 INFO kablam! 5 | use std; Oct 11 00:35:29.704 INFO kablam! | ^^^ Oct 11 00:35:29.704 INFO kablam! Oct 11 00:35:29.732 INFO kablam! warning: unused import: `config` Oct 11 00:35:29.732 INFO kablam! --> src/router.rs:1:5 Oct 11 00:35:29.732 INFO kablam! | Oct 11 00:35:29.732 INFO kablam! 1 | use config; Oct 11 00:35:29.732 INFO kablam! | ^^^^^^ Oct 11 00:35:29.732 INFO kablam! Oct 11 00:35:29.732 INFO kablam! warning: unused import: `hyper::service::service_fn` Oct 11 00:35:29.732 INFO kablam! --> src/router.rs:4:5 Oct 11 00:35:29.732 INFO kablam! | Oct 11 00:35:29.732 INFO kablam! 4 | use hyper::service::service_fn; Oct 11 00:35:29.732 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:29.732 INFO kablam! Oct 11 00:35:29.732 INFO kablam! warning: unused import: `std::fmt` Oct 11 00:35:29.732 INFO kablam! --> src/mock_handler.rs:6:5 Oct 11 00:35:29.732 INFO kablam! | Oct 11 00:35:29.732 INFO kablam! 6 | use std::fmt; Oct 11 00:35:29.732 INFO kablam! | ^^^^^^^^ Oct 11 00:35:29.732 INFO kablam! Oct 11 00:35:31.632 INFO kablam! warning: unused variable: `i18n` Oct 11 00:35:31.632 INFO kablam! --> src/main.rs:36:9 Oct 11 00:35:31.632 INFO kablam! | Oct 11 00:35:31.632 INFO kablam! 36 | let i18n = &I18N; Oct 11 00:35:31.632 INFO kablam! | ^^^^ help: consider using `_i18n` instead Oct 11 00:35:31.632 INFO kablam! | Oct 11 00:35:31.632 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:35:31.632 INFO kablam! Oct 11 00:35:31.638 INFO kablam! warning: value assigned to `response_type_holder` is never read Oct 11 00:35:31.638 INFO kablam! --> src/config.rs:307:17 Oct 11 00:35:31.638 INFO kablam! | Oct 11 00:35:31.638 INFO kablam! 307 | let mut response_type_holder = "UNKNOWN"; Oct 11 00:35:31.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:31.638 INFO kablam! | Oct 11 00:35:31.638 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 00:35:31.638 INFO kablam! Oct 11 00:35:31.641 INFO kablam! warning: value assigned to `hbs_data_option` is never read Oct 11 00:35:31.641 INFO kablam! --> src/config.rs:329:17 Oct 11 00:35:31.642 INFO kablam! | Oct 11 00:35:31.642 INFO kablam! 329 | let mut hbs_data_option = None; Oct 11 00:35:31.642 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:35:31.642 INFO kablam! Oct 11 00:35:31.648 INFO kablam! warning: unused variable: `e` Oct 11 00:35:31.648 INFO kablam! --> src/config.rs:458:21 Oct 11 00:35:31.648 INFO kablam! | Oct 11 00:35:31.648 INFO kablam! 458 | Err(e) => { Oct 11 00:35:31.648 INFO kablam! | ^ help: consider using `_e` instead Oct 11 00:35:31.648 INFO kablam! Oct 11 00:35:31.653 INFO kablam! warning: unused variable: `req` Oct 11 00:35:31.653 INFO kablam! --> src/mock_handler.rs:107:22 Oct 11 00:35:31.653 INFO kablam! | Oct 11 00:35:31.653 INFO kablam! 107 | fn handle(&self, req: &Request, res: & mut Response, i18n: & i18n::I18n, request_info: &MockRequestInfo) -> Result>, log::StructuredError> { Oct 11 00:35:31.653 INFO kablam! | ^^^ help: consider using `_req` instead Oct 11 00:35:31.653 INFO kablam! Oct 11 00:35:31.653 INFO kablam! warning: unused variable: `res` Oct 11 00:35:31.653 INFO kablam! --> src/mock_handler.rs:107:43 Oct 11 00:35:31.653 INFO kablam! | Oct 11 00:35:31.653 INFO kablam! 107 | fn handle(&self, req: &Request, res: & mut Response, i18n: & i18n::I18n, request_info: &MockRequestInfo) -> Result>, log::StructuredError> { Oct 11 00:35:31.653 INFO kablam! | ^^^ help: consider using `_res` instead Oct 11 00:35:31.653 INFO kablam! Oct 11 00:35:32.301 INFO kablam! warning: variable does not need to be mutable Oct 11 00:35:32.301 INFO kablam! --> src/mock_handler.rs:139:13 Oct 11 00:35:32.301 INFO kablam! | Oct 11 00:35:32.302 INFO kablam! 139 | let mut response = Response::new(Body::from( contents )); Oct 11 00:35:32.302 INFO kablam! | ----^^^^^^^^ Oct 11 00:35:32.302 INFO kablam! | | Oct 11 00:35:32.302 INFO kablam! | help: remove this `mut` Oct 11 00:35:32.303 INFO kablam! | Oct 11 00:35:32.303 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:35:32.303 INFO kablam! Oct 11 00:35:32.304 INFO kablam! warning: method is never used: `init` Oct 11 00:35:32.305 INFO kablam! --> src/i18n.rs:27:5 Oct 11 00:35:32.305 INFO kablam! | Oct 11 00:35:32.305 INFO kablam! 27 | pub fn init(&mut self, locale: String, path: String) { Oct 11 00:35:32.306 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:32.306 INFO kablam! | Oct 11 00:35:32.306 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:35:32.306 INFO kablam! Oct 11 00:35:32.307 INFO kablam! warning: method is never used: `init` Oct 11 00:35:32.307 INFO kablam! --> src/log.rs:200:5 Oct 11 00:35:32.307 INFO kablam! | Oct 11 00:35:32.307 INFO kablam! 200 | pub fn init(&mut self, level: Level, i18n: &i18n::I18n) { Oct 11 00:35:32.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:32.308 INFO kablam! Oct 11 00:35:32.308 INFO kablam! warning: method is never used: `set` Oct 11 00:35:32.309 INFO kablam! --> src/log.rs:210:5 Oct 11 00:35:32.309 INFO kablam! | Oct 11 00:35:32.309 INFO kablam! 210 | pub fn set(&mut self, level: Level) { Oct 11 00:35:32.309 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:32.309 INFO kablam! Oct 11 00:35:32.310 INFO kablam! warning: static item is never used: `AUTHORIZATION_NOT_CONFIGURED` Oct 11 00:35:32.310 INFO kablam! --> src/strings.rs:3:1 Oct 11 00:35:32.310 INFO kablam! | Oct 11 00:35:32.311 INFO kablam! 3 | pub static AUTHORIZATION_NOT_CONFIGURED: usize = 1; Oct 11 00:35:32.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:32.311 INFO kablam! Oct 11 00:35:32.311 INFO kablam! warning: static item is never used: `UNAUTHORIZED` Oct 11 00:35:32.312 INFO kablam! --> src/strings.rs:4:1 Oct 11 00:35:32.312 INFO kablam! | Oct 11 00:35:32.312 INFO kablam! 4 | pub static UNAUTHORIZED: usize = 2; Oct 11 00:35:32.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:32.313 INFO kablam! Oct 11 00:35:32.313 INFO kablam! warning: static item is never used: `LOGIN_REQUIRED` Oct 11 00:35:32.313 INFO kablam! --> src/strings.rs:5:1 Oct 11 00:35:32.313 INFO kablam! | Oct 11 00:35:32.314 INFO kablam! 5 | pub static LOGIN_REQUIRED: usize = 3; Oct 11 00:35:32.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:32.314 INFO kablam! Oct 11 00:35:32.314 INFO kablam! warning: static item is never used: `INCORRECT_USER_NAME` Oct 11 00:35:32.315 INFO kablam! --> src/strings.rs:6:1 Oct 11 00:35:32.315 INFO kablam! | Oct 11 00:35:32.315 INFO kablam! 6 | pub static INCORRECT_USER_NAME: usize = 4; Oct 11 00:35:32.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:32.316 INFO kablam! Oct 11 00:35:32.316 INFO kablam! warning: static item is never used: `INCORRECT_PASSWORD` Oct 11 00:35:32.316 INFO kablam! --> src/strings.rs:7:1 Oct 11 00:35:32.316 INFO kablam! | Oct 11 00:35:32.317 INFO kablam! 7 | pub static INCORRECT_PASSWORD: usize = 5; Oct 11 00:35:32.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:32.317 INFO kablam! Oct 11 00:35:32.317 INFO kablam! warning: static item is never used: `LOGIN_SUCCESSFUL` Oct 11 00:35:32.318 INFO kablam! --> src/strings.rs:8:1 Oct 11 00:35:32.318 INFO kablam! | Oct 11 00:35:32.318 INFO kablam! 8 | pub static LOGIN_SUCCESSFUL: usize = 6; Oct 11 00:35:32.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:32.319 INFO kablam! Oct 11 00:35:32.319 INFO kablam! warning: static item is never used: `LISTENING_ON_PORT` Oct 11 00:35:32.319 INFO kablam! --> src/strings.rs:9:1 Oct 11 00:35:32.319 INFO kablam! | Oct 11 00:35:32.319 INFO kablam! 9 | pub static LISTENING_ON_PORT: usize = 7; Oct 11 00:35:32.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:32.319 INFO kablam! Oct 11 00:35:32.319 INFO kablam! warning: static item is never used: `NO_FILE_SPECIFIED` Oct 11 00:35:32.319 INFO kablam! --> src/strings.rs:28:1 Oct 11 00:35:32.319 INFO kablam! | Oct 11 00:35:32.319 INFO kablam! 28 | pub static NO_FILE_SPECIFIED: usize = 26; Oct 11 00:35:32.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:32.319 INFO kablam! Oct 11 00:35:32.319 INFO kablam! warning: static item is never used: `COUNT` Oct 11 00:35:32.319 INFO kablam! --> src/strings.rs:33:1 Oct 11 00:35:32.319 INFO kablam! | Oct 11 00:35:32.319 INFO kablam! 33 | pub static COUNT: usize = 30; Oct 11 00:35:32.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:32.319 INFO kablam! Oct 11 00:35:40.698 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.94s Oct 11 00:35:40.709 INFO kablam! su: No module specific data is present Oct 11 00:35:41.261 INFO running `"docker" "rm" "-f" "706699e3213b55c3177794849f10c707d00452b48291f73adbe51366822c1b72"` Oct 11 00:35:41.529 INFO blam! 706699e3213b55c3177794849f10c707d00452b48291f73adbe51366822c1b72 Oct 11 00:35:41.537 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:35:41.538 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 00:35:41.928 INFO blam! 2fc558216fcc80bdd6cc8f54ad8015d46f8fbdd000cd5d2b84385eaf5a59626e Oct 11 00:35:41.932 INFO running `"docker" "start" "-a" "2fc558216fcc80bdd6cc8f54ad8015d46f8fbdd000cd5d2b84385eaf5a59626e"` Oct 11 00:35:43.033 INFO kablam! usermod: no changes Oct 11 00:35:43.207 INFO kablam! Compiling web_server v0.1.0 (/source) Oct 11 00:35:49.044 INFO kablam! warning: unused import: `std` Oct 11 00:35:49.044 INFO kablam! --> src/config.rs:5:5 Oct 11 00:35:49.044 INFO kablam! | Oct 11 00:35:49.044 INFO kablam! 5 | use std; Oct 11 00:35:49.044 INFO kablam! | ^^^ Oct 11 00:35:49.044 INFO kablam! | Oct 11 00:35:49.044 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:35:49.044 INFO kablam! Oct 11 00:35:49.076 INFO kablam! warning: unused import: `config` Oct 11 00:35:49.076 INFO kablam! --> src/router.rs:1:5 Oct 11 00:35:49.076 INFO kablam! | Oct 11 00:35:49.076 INFO kablam! 1 | use config; Oct 11 00:35:49.076 INFO kablam! | ^^^^^^ Oct 11 00:35:49.076 INFO kablam! Oct 11 00:35:49.076 INFO kablam! warning: unused import: `hyper::service::service_fn` Oct 11 00:35:49.076 INFO kablam! --> src/router.rs:4:5 Oct 11 00:35:49.076 INFO kablam! | Oct 11 00:35:49.076 INFO kablam! 4 | use hyper::service::service_fn; Oct 11 00:35:49.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:49.076 INFO kablam! Oct 11 00:35:49.077 INFO kablam! warning: unused import: `hyper::Method` Oct 11 00:35:49.077 INFO kablam! --> src/router.rs:40:9 Oct 11 00:35:49.077 INFO kablam! | Oct 11 00:35:49.077 INFO kablam! 40 | use hyper::Method; Oct 11 00:35:49.077 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:35:49.077 INFO kablam! Oct 11 00:35:49.077 INFO kablam! warning: unused import: `hyper::Uri` Oct 11 00:35:49.077 INFO kablam! --> src/router.rs:41:9 Oct 11 00:35:49.077 INFO kablam! | Oct 11 00:35:49.077 INFO kablam! 41 | use hyper::Uri; Oct 11 00:35:49.077 INFO kablam! | ^^^^^^^^^^ Oct 11 00:35:49.077 INFO kablam! Oct 11 00:35:49.077 INFO kablam! warning: unused import: `std::fmt` Oct 11 00:35:49.077 INFO kablam! --> src/mock_handler.rs:6:5 Oct 11 00:35:49.077 INFO kablam! | Oct 11 00:35:49.077 INFO kablam! 6 | use std::fmt; Oct 11 00:35:49.077 INFO kablam! | ^^^^^^^^ Oct 11 00:35:49.077 INFO kablam! Oct 11 00:35:49.077 INFO kablam! warning: unused import: `hyper::Method` Oct 11 00:35:49.077 INFO kablam! --> src/mock_handler.rs:160:9 Oct 11 00:35:49.077 INFO kablam! | Oct 11 00:35:49.077 INFO kablam! 160 | use hyper::Method; Oct 11 00:35:49.077 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:35:49.077 INFO kablam! Oct 11 00:35:49.077 INFO kablam! warning: unused import: `hyper::Uri` Oct 11 00:35:49.077 INFO kablam! --> src/mock_handler.rs:161:9 Oct 11 00:35:49.077 INFO kablam! | Oct 11 00:35:49.077 INFO kablam! 161 | use hyper::Uri; Oct 11 00:35:49.077 INFO kablam! | ^^^^^^^^^^ Oct 11 00:35:49.077 INFO kablam! Oct 11 00:35:56.713 INFO kablam! warning: unused variable: `i18n` Oct 11 00:35:56.713 INFO kablam! --> src/main.rs:36:9 Oct 11 00:35:56.713 INFO kablam! | Oct 11 00:35:56.714 INFO kablam! 36 | let i18n = &I18N; Oct 11 00:35:56.714 INFO kablam! | ^^^^ help: consider using `_i18n` instead Oct 11 00:35:56.714 INFO kablam! | Oct 11 00:35:56.714 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:35:56.714 INFO kablam! Oct 11 00:35:56.925 INFO kablam! warning: unused variable: `mock3` Oct 11 00:35:56.925 INFO kablam! --> src/router.rs:82:13 Oct 11 00:35:56.925 INFO kablam! | Oct 11 00:35:56.926 INFO kablam! 82 | let mock3 = config::prelude::MockService { Oct 11 00:35:56.926 INFO kablam! | ^^^^^ help: consider using `_mock3` instead Oct 11 00:35:56.926 INFO kablam! Oct 11 00:35:56.927 INFO kablam! warning: unused variable: `some_response` Oct 11 00:35:56.927 INFO kablam! --> src/mock_handler.rs:194:13 Oct 11 00:35:56.927 INFO kablam! | Oct 11 00:35:56.928 INFO kablam! 194 | let some_response = match unwrapped_result { Oct 11 00:35:56.928 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_some_response` instead Oct 11 00:35:56.928 INFO kablam! Oct 11 00:35:56.937 INFO kablam! warning: value assigned to `response_type_holder` is never read Oct 11 00:35:56.937 INFO kablam! --> src/config.rs:307:17 Oct 11 00:35:56.937 INFO kablam! | Oct 11 00:35:56.938 INFO kablam! 307 | let mut response_type_holder = "UNKNOWN"; Oct 11 00:35:56.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:56.938 INFO kablam! | Oct 11 00:35:56.939 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 00:35:56.939 INFO kablam! Oct 11 00:35:56.939 INFO kablam! warning: value assigned to `hbs_data_option` is never read Oct 11 00:35:56.940 INFO kablam! --> src/config.rs:329:17 Oct 11 00:35:56.940 INFO kablam! | Oct 11 00:35:56.940 INFO kablam! 329 | let mut hbs_data_option = None; Oct 11 00:35:56.940 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:35:56.941 INFO kablam! Oct 11 00:35:56.941 INFO kablam! warning: unused variable: `e` Oct 11 00:35:56.941 INFO kablam! --> src/config.rs:458:21 Oct 11 00:35:56.942 INFO kablam! | Oct 11 00:35:56.942 INFO kablam! 458 | Err(e) => { Oct 11 00:35:56.942 INFO kablam! | ^ help: consider using `_e` instead Oct 11 00:35:56.943 INFO kablam! Oct 11 00:35:56.943 INFO kablam! warning: unused variable: `req` Oct 11 00:35:56.943 INFO kablam! --> src/mock_handler.rs:107:22 Oct 11 00:35:56.943 INFO kablam! | Oct 11 00:35:56.944 INFO kablam! 107 | fn handle(&self, req: &Request, res: & mut Response, i18n: & i18n::I18n, request_info: &MockRequestInfo) -> Result>, log::StructuredError> { Oct 11 00:35:56.944 INFO kablam! | ^^^ help: consider using `_req` instead Oct 11 00:35:56.944 INFO kablam! Oct 11 00:35:56.945 INFO kablam! warning: unused variable: `res` Oct 11 00:35:56.945 INFO kablam! --> src/mock_handler.rs:107:43 Oct 11 00:35:56.945 INFO kablam! | Oct 11 00:35:56.946 INFO kablam! 107 | fn handle(&self, req: &Request, res: & mut Response, i18n: & i18n::I18n, request_info: &MockRequestInfo) -> Result>, log::StructuredError> { Oct 11 00:35:56.946 INFO kablam! | ^^^ help: consider using `_res` instead Oct 11 00:35:56.946 INFO kablam! Oct 11 00:35:59.285 INFO kablam! warning: variable does not need to be mutable Oct 11 00:35:59.285 INFO kablam! --> src/mock_handler.rs:139:13 Oct 11 00:35:59.285 INFO kablam! | Oct 11 00:35:59.285 INFO kablam! 139 | let mut response = Response::new(Body::from( contents )); Oct 11 00:35:59.285 INFO kablam! | ----^^^^^^^^ Oct 11 00:35:59.285 INFO kablam! | | Oct 11 00:35:59.285 INFO kablam! | help: remove this `mut` Oct 11 00:35:59.285 INFO kablam! | Oct 11 00:35:59.286 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:35:59.286 INFO kablam! Oct 11 00:35:59.313 INFO kablam! warning: method is never used: `init` Oct 11 00:35:59.313 INFO kablam! --> src/i18n.rs:27:5 Oct 11 00:35:59.314 INFO kablam! | Oct 11 00:35:59.314 INFO kablam! 27 | pub fn init(&mut self, locale: String, path: String) { Oct 11 00:35:59.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:59.315 INFO kablam! | Oct 11 00:35:59.315 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:35:59.315 INFO kablam! Oct 11 00:35:59.315 INFO kablam! warning: static item is never used: `NO_FILE_SPECIFIED` Oct 11 00:35:59.316 INFO kablam! --> src/strings.rs:28:1 Oct 11 00:35:59.316 INFO kablam! | Oct 11 00:35:59.316 INFO kablam! 28 | pub static NO_FILE_SPECIFIED: usize = 26; Oct 11 00:35:59.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:35:59.317 INFO kablam! Oct 11 00:36:08.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.78s Oct 11 00:36:08.868 INFO kablam! su: No module specific data is present Oct 11 00:36:09.310 INFO running `"docker" "rm" "-f" "2fc558216fcc80bdd6cc8f54ad8015d46f8fbdd000cd5d2b84385eaf5a59626e"` Oct 11 00:36:09.552 INFO blam! 2fc558216fcc80bdd6cc8f54ad8015d46f8fbdd000cd5d2b84385eaf5a59626e Oct 11 00:36:09.565 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:36:09.565 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 00:36:10.066 INFO blam! fea99e1bed9c0cd24db99420272a07886e042f002c50570fc7e6031319f25b98 Oct 11 00:36:10.074 INFO running `"docker" "start" "-a" "fea99e1bed9c0cd24db99420272a07886e042f002c50570fc7e6031319f25b98"` Oct 11 00:36:11.049 INFO kablam! usermod: no changes Oct 11 00:36:11.248 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 11 00:36:11.268 INFO kablam! Running /target/debug/deps/web_server-855ad71928872fd1 Oct 11 00:36:11.268 INFO blam! Oct 11 00:36:11.268 INFO blam! running 19 tests Oct 11 00:36:11.296 INFO blam! test config::test::test_build_general ... ok Oct 11 00:36:11.296 INFO blam! test config::test::test_build_authorization ... ok Oct 11 00:36:11.296 INFO blam! test config::test::test_build_cookies ... ok Oct 11 00:36:11.296 INFO blam! test config::test::test_build_config ... ok Oct 11 00:36:11.296 INFO blam! test config::test::test_build_headers ... ok Oct 11 00:36:11.296 INFO blam! test config::test::test_read_config_general ... ok Oct 11 00:36:11.296 INFO blam! test log::test::test_can_and_set ... ok Oct 11 00:36:11.296 INFO blam! test i18n::test::test_new ... ok Oct 11 00:36:11.296 INFO blam! test log::test::test_get_level ... ok Oct 11 00:36:11.297 INFO blam! test config::test::test_build_mock ... ok Oct 11 00:36:11.297 INFO blam! test i18n::test::test_get ... ok Oct 11 00:36:11.297 INFO blam! test log::test::test_get_level_prefix ... ok Oct 11 00:36:11.318 INFO blam! test router::test::test_route ... ok Oct 11 00:36:11.318 INFO blam! test config::test::test_build_response ... ok Oct 11 00:36:11.332 INFO blam! test config::test::test_build_mocks ... ok Oct 11 00:36:11.332 INFO blam! test log::test::test_prefix ... ok Oct 11 00:36:11.332 INFO blam! test log::test::test_macros ... ok Oct 11 00:36:11.332 INFO blam! test router::test::test_router ... ok Oct 11 00:36:11.377 INFO blam! test mock_handler::test::test_handle ... FAILED Oct 11 00:36:11.378 INFO kablam! error: test failed, to rerun pass '--bin web_server' Oct 11 00:36:11.378 INFO blam! Oct 11 00:36:11.378 INFO kablam! su: No module specific data is present Oct 11 00:36:11.378 INFO blam! failures: Oct 11 00:36:11.378 INFO blam! Oct 11 00:36:11.378 INFO blam! ---- mock_handler::test::test_handle stdout ---- Oct 11 00:36:11.378 INFO blam! { "time": "2018-10-11T0:36:11Z", "file": "src/mock_handler.rs", "line": 121, "host": "fea99e1bed9c", "processId": 10, "level": "ERROR", "entry": { "message": "Could not open file.", "file": ".\test\config/./config/config.json", "status_code": "404 Not Found" } } Oct 11 00:36:11.378 INFO blam! thread 'mock_handler::test::test_handle' panicked at 'assertion failed: `(left == right)` Oct 11 00:36:11.378 INFO blam! left: `false`, Oct 11 00:36:11.378 INFO blam! right: `true`', src/mock_handler.rs:192:9 Oct 11 00:36:11.378 INFO blam! stack backtrace: Oct 11 00:36:11.378 INFO blam! 0: 0x557d3aed4cce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 00:36:11.378 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 00:36:11.378 INFO blam! 1: 0x557d3aeddbd6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 00:36:11.379 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 00:36:11.379 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 00:36:11.379 INFO blam! 2: 0x557d3aed892d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 00:36:11.379 INFO blam! at libstd/panicking.rs:211 Oct 11 00:36:11.379 INFO blam! 3: 0x557d3aed863b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 00:36:11.379 INFO blam! at libstd/panicking.rs:221 Oct 11 00:36:11.379 INFO blam! 4: 0x557d3aed8fdc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 00:36:11.379 INFO blam! at libstd/panicking.rs:476 Oct 11 00:36:11.379 INFO blam! 5: 0x557d3aed8b99 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 00:36:11.380 INFO blam! at libstd/panicking.rs:390 Oct 11 00:36:11.380 INFO blam! 6: 0x557d3aed8afd - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 00:36:11.380 INFO blam! at libstd/panicking.rs:345 Oct 11 00:36:11.380 INFO blam! 7: 0x557d3ad9e8a8 - web_server::mock_handler::test::test_handle::hc36e17709f4ac051 Oct 11 00:36:11.380 INFO blam! at src/mock_handler.rs:192 Oct 11 00:36:11.380 INFO blam! 8: 0x557d3ad9db49 - web_server::mock_handler::test::test_handle::{{closure}}::h21603fefe24d0bf8 Oct 11 00:36:11.381 INFO blam! at src/mock_handler.rs:164 Oct 11 00:36:11.381 INFO blam! 9: 0x557d3ada5d7d - core::ops::function::FnOnce::call_once::h721da8b0ef65922d Oct 11 00:36:11.381 INFO blam! at libcore/ops/function.rs:238 Oct 11 00:36:11.381 INFO blam! 10: 0x557d3ae02f8e - >::call_box::h95b7cb918af67b5d Oct 11 00:36:11.381 INFO blam! at libtest/lib.rs:1468 Oct 11 00:36:11.381 INFO blam! at libcore/ops/function.rs:238 Oct 11 00:36:11.381 INFO blam! at liballoc/boxed.rs:672 Oct 11 00:36:11.381 INFO blam! 11: 0x557d3aee8da9 - __rust_maybe_catch_panic Oct 11 00:36:11.381 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 00:36:11.381 INFO blam! 12: 0x557d3ae23add - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 00:36:11.381 INFO blam! at libstd/panicking.rs:289 Oct 11 00:36:11.381 INFO blam! at libstd/panic.rs:392 Oct 11 00:36:11.381 INFO blam! at libtest/lib.rs:1423 Oct 11 00:36:11.381 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 00:36:11.381 INFO blam! 13: 0x557d3ae246e4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 00:36:11.381 INFO blam! at libstd/thread/mod.rs:409 Oct 11 00:36:11.381 INFO blam! at libstd/panic.rs:313 Oct 11 00:36:11.381 INFO blam! at libstd/panicking.rs:310 Oct 11 00:36:11.381 INFO blam! 14: 0x557d3aee8da9 - __rust_maybe_catch_panic Oct 11 00:36:11.381 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 00:36:11.381 INFO blam! 15: 0x557d3ae11ca6 - >::call_box::h96125cb29a9ba44b Oct 11 00:36:11.381 INFO blam! at libstd/panicking.rs:289 Oct 11 00:36:11.381 INFO blam! at libstd/panic.rs:392 Oct 11 00:36:11.381 INFO blam! at libstd/thread/mod.rs:408 Oct 11 00:36:11.382 INFO blam! at liballoc/boxed.rs:672 Oct 11 00:36:11.382 INFO blam! 16: 0x557d3aed6d5a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 00:36:11.382 INFO blam! at liballoc/boxed.rs:682 Oct 11 00:36:11.382 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 00:36:11.382 INFO blam! 17: 0x557d3aecc305 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 00:36:11.382 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 00:36:11.382 INFO blam! 18: 0x7f04a4b3c6b9 - start_thread Oct 11 00:36:11.382 INFO blam! 19: 0x7f04a505d41c - clone Oct 11 00:36:11.382 INFO blam! 20: 0x0 - Oct 11 00:36:11.382 INFO blam! Oct 11 00:36:11.382 INFO blam! Oct 11 00:36:11.382 INFO blam! failures: Oct 11 00:36:11.382 INFO blam! mock_handler::test::test_handle Oct 11 00:36:11.382 INFO blam! Oct 11 00:36:11.382 INFO blam! test result: FAILED. 18 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:36:11.383 INFO blam! Oct 11 00:36:12.010 INFO running `"docker" "rm" "-f" "fea99e1bed9c0cd24db99420272a07886e042f002c50570fc7e6031319f25b98"` Oct 11 00:36:12.211 INFO blam! fea99e1bed9c0cd24db99420272a07886e042f002c50570fc7e6031319f25b98