Oct 10 11:40:27.342 INFO testing zlex7/Trust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 11:40:27.342 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 11:40:27.342 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 11:40:27.680 INFO blam! 86eb25efcaf868d04c3efdc2f1f9ae00b29e72bd3797f41bf0508a47eb4d430f Oct 10 11:40:27.692 INFO running `"docker" "start" "-a" "86eb25efcaf868d04c3efdc2f1f9ae00b29e72bd3797f41bf0508a47eb4d430f"` Oct 10 11:40:28.948 INFO kablam! usermod: no changes Oct 10 11:40:29.060 INFO kablam! Compiling netbuf v0.4.1 Oct 10 11:40:29.068 INFO kablam! Compiling bytes v0.4.7 Oct 10 11:40:31.449 INFO kablam! Compiling tokio-io v0.1.6 Oct 10 11:40:33.248 INFO kablam! Compiling tk-bufstream v0.3.0 Oct 10 11:40:34.300 INFO kablam! Compiling trust v0.1.0 (/source) Oct 10 11:40:35.172 INFO kablam! warning: unused import: `std::fs::File` Oct 10 11:40:35.173 INFO kablam! --> src/trust.rs:10:5 Oct 10 11:40:35.173 INFO kablam! | Oct 10 11:40:35.173 INFO kablam! 10 | use std::fs::File; Oct 10 11:40:35.173 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 11:40:35.173 INFO kablam! | Oct 10 11:40:35.173 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 11:40:35.174 INFO kablam! Oct 10 11:40:35.174 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 10 11:40:35.174 INFO kablam! --> src/trust.rs:11:5 Oct 10 11:40:35.174 INFO kablam! | Oct 10 11:40:35.174 INFO kablam! 11 | use std::io::prelude::*; Oct 10 11:40:35.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.174 INFO kablam! Oct 10 11:40:35.175 INFO kablam! warning: unnecessary parentheses around assigned value Oct 10 11:40:35.175 INFO kablam! --> src/trust.rs:89:29 Oct 10 11:40:35.175 INFO kablam! | Oct 10 11:40:35.175 INFO kablam! 89 | let t = (self.routes.get(&(request.clone()).unwrap().url)); Oct 10 11:40:35.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 11:40:35.175 INFO kablam! | Oct 10 11:40:35.176 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 11:40:35.176 INFO kablam! Oct 10 11:40:35.176 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 10 11:40:35.177 INFO kablam! --> src/jinja.rs:22:11 Oct 10 11:40:35.177 INFO kablam! | Oct 10 11:40:35.177 INFO kablam! 22 | while (original_ind < matches.len()) { Oct 10 11:40:35.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 11:40:35.177 INFO kablam! Oct 10 11:40:35.178 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 10 11:40:35.178 INFO kablam! --> src/main.rs:10:5 Oct 10 11:40:35.178 INFO kablam! | Oct 10 11:40:35.178 INFO kablam! 10 | use std::collections::HashMap; Oct 10 11:40:35.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.179 INFO kablam! Oct 10 11:40:35.404 INFO kablam! warning: unused import: `std::hash::Hash` Oct 10 11:40:35.404 INFO kablam! --> src/trust.rs:5:5 Oct 10 11:40:35.404 INFO kablam! | Oct 10 11:40:35.404 INFO kablam! 5 | use std::hash::Hash; Oct 10 11:40:35.404 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 11:40:35.404 INFO kablam! Oct 10 11:40:35.421 INFO kablam! warning: private type `trust::UrlParamType` in public interface (error E0446) Oct 10 11:40:35.421 INFO kablam! --> src/trust.rs:122:25 Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! 122 | PARAM(String,String,UrlParamType) Oct 10 11:40:35.421 INFO kablam! | ^^^^^^^^^^^^ Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 10 11:40:35.421 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 10 11:40:35.421 INFO kablam! = note: for more information, see issue #34537 Oct 10 11:40:35.421 INFO kablam! Oct 10 11:40:35.421 INFO kablam! warning: unused variable: `req` Oct 10 11:40:35.421 INFO kablam! --> src/main.rs:15:8 Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! 15 | fn abc(req: Request) -> String{ Oct 10 11:40:35.421 INFO kablam! | ^^^ help: consider using `_req` instead Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 11:40:35.421 INFO kablam! Oct 10 11:40:35.421 INFO kablam! warning: unused variable: `req` Oct 10 11:40:35.421 INFO kablam! --> src/main.rs:19:9 Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! 19 | fn root(req: Request) -> String{ Oct 10 11:40:35.421 INFO kablam! | ^^^ help: consider using `_req` instead Oct 10 11:40:35.421 INFO kablam! Oct 10 11:40:35.421 INFO kablam! warning: unused variable: `x` Oct 10 11:40:35.421 INFO kablam! --> src/main.rs:25:23 Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! 25 | &UrlPart::PARAM(ref x, ref name, ..) => name.to_string(), Oct 10 11:40:35.421 INFO kablam! | ^ help: consider using `_x` instead Oct 10 11:40:35.421 INFO kablam! Oct 10 11:40:35.421 INFO kablam! warning: unused variable: `request` Oct 10 11:40:35.421 INFO kablam! --> src/main.rs:30:15 Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! 30 | fn jinja_test(request: Request) -> String { Oct 10 11:40:35.421 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 10 11:40:35.421 INFO kablam! Oct 10 11:40:35.421 INFO kablam! warning: unused variable: `x` Oct 10 11:40:35.421 INFO kablam! --> src/main.rs:36:23 Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! 36 | &UrlPart::PARAM(ref x, ref name, ..) => name.to_string(), Oct 10 11:40:35.421 INFO kablam! | ^ help: consider using `_x` instead Oct 10 11:40:35.421 INFO kablam! Oct 10 11:40:35.421 INFO kablam! warning: unused variable: `name` Oct 10 11:40:35.421 INFO kablam! --> src/trust.rs:131:33 Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! 131 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 10 11:40:35.421 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 11:40:35.421 INFO kablam! Oct 10 11:40:35.421 INFO kablam! warning: unused variable: `value` Oct 10 11:40:35.421 INFO kablam! --> src/trust.rs:131:43 Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! 131 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 10 11:40:35.421 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 10 11:40:35.421 INFO kablam! Oct 10 11:40:35.421 INFO kablam! warning: unused variable: `name` Oct 10 11:40:35.421 INFO kablam! --> src/trust.rs:149:33 Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! 149 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 10 11:40:35.421 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 11:40:35.421 INFO kablam! Oct 10 11:40:35.421 INFO kablam! warning: unused variable: `value` Oct 10 11:40:35.421 INFO kablam! --> src/trust.rs:149:43 Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! 149 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 10 11:40:35.421 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 10 11:40:35.421 INFO kablam! Oct 10 11:40:35.421 INFO kablam! warning: unused variable: `name2` Oct 10 11:40:35.421 INFO kablam! --> src/trust.rs:151:41 Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! 151 | &UrlPart::PARAM(ref name2,ref value2,ref param_type2) => { Oct 10 11:40:35.421 INFO kablam! | ^^^^^ help: consider using `_name2` instead Oct 10 11:40:35.421 INFO kablam! Oct 10 11:40:35.421 INFO kablam! warning: unused variable: `value2` Oct 10 11:40:35.421 INFO kablam! --> src/trust.rs:151:51 Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! 151 | &UrlPart::PARAM(ref name2,ref value2,ref param_type2) => { Oct 10 11:40:35.421 INFO kablam! | ^^^^^^ help: consider using `_value2` instead Oct 10 11:40:35.421 INFO kablam! Oct 10 11:40:35.421 INFO kablam! warning: unused variable: `name` Oct 10 11:40:35.421 INFO kablam! --> src/trust.rs:186:37 Oct 10 11:40:35.421 INFO kablam! | Oct 10 11:40:35.421 INFO kablam! 186 | &UrlPart::PARAM(ref name,ref value,ref param_type) => { Oct 10 11:40:35.421 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 11:40:35.421 INFO kablam! Oct 10 11:40:35.422 INFO kablam! warning: unused variable: `param_type` Oct 10 11:40:35.422 INFO kablam! --> src/trust.rs:186:56 Oct 10 11:40:35.422 INFO kablam! | Oct 10 11:40:35.422 INFO kablam! 186 | &UrlPart::PARAM(ref name,ref value,ref param_type) => { Oct 10 11:40:35.422 INFO kablam! | ^^^^^^^^^^ help: consider using `_param_type` instead Oct 10 11:40:35.422 INFO kablam! Oct 10 11:40:35.422 INFO kablam! warning: unused variable: `value2` Oct 10 11:40:35.422 INFO kablam! --> src/trust.rs:188:55 Oct 10 11:40:35.422 INFO kablam! | Oct 10 11:40:35.422 INFO kablam! 188 | &UrlPart::PARAM(ref name2,ref value2,ref param_type2) => { Oct 10 11:40:35.422 INFO kablam! | ^^^^^^ help: consider using `_value2` instead Oct 10 11:40:35.422 INFO kablam! Oct 10 11:40:35.422 INFO kablam! warning: unused variable: `params` Oct 10 11:40:35.422 INFO kablam! --> src/trust.rs:207:13 Oct 10 11:40:35.422 INFO kablam! | Oct 10 11:40:35.422 INFO kablam! 207 | let params : HashMap = HashMap::new(); Oct 10 11:40:35.422 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 10 11:40:35.422 INFO kablam! Oct 10 11:40:35.422 INFO kablam! warning: unused variable: `join_handle` Oct 10 11:40:35.422 INFO kablam! --> src/trust.rs:418:13 Oct 10 11:40:35.422 INFO kablam! | Oct 10 11:40:35.422 INFO kablam! 418 | let join_handle = thread::spawn(move ||{ Oct 10 11:40:35.422 INFO kablam! | ^^^^^^^^^^^ help: consider using `_join_handle` instead Oct 10 11:40:35.422 INFO kablam! Oct 10 11:40:35.474 INFO kablam! warning: variant is never constructed: `BadRequestError` Oct 10 11:40:35.474 INFO kablam! --> src/trust.rs:269:5 Oct 10 11:40:35.474 INFO kablam! | Oct 10 11:40:35.474 INFO kablam! 269 | BadRequestError = 400, Oct 10 11:40:35.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.474 INFO kablam! | Oct 10 11:40:35.474 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 11:40:35.474 INFO kablam! Oct 10 11:40:35.474 INFO kablam! warning: variant is never constructed: `ForbiddenError` Oct 10 11:40:35.474 INFO kablam! --> src/trust.rs:270:5 Oct 10 11:40:35.474 INFO kablam! | Oct 10 11:40:35.474 INFO kablam! 270 | ForbiddenError = 403, Oct 10 11:40:35.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.474 INFO kablam! Oct 10 11:40:35.474 INFO kablam! warning: variant is never constructed: `MethodNotAllowedError` Oct 10 11:40:35.474 INFO kablam! --> src/trust.rs:272:5 Oct 10 11:40:35.474 INFO kablam! | Oct 10 11:40:35.474 INFO kablam! 272 | MethodNotAllowedError = 405, Oct 10 11:40:35.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.474 INFO kablam! Oct 10 11:40:35.474 INFO kablam! warning: variant is never constructed: `ServerError` Oct 10 11:40:35.474 INFO kablam! --> src/trust.rs:273:5 Oct 10 11:40:35.474 INFO kablam! | Oct 10 11:40:35.474 INFO kablam! 273 | ServerError = 500, Oct 10 11:40:35.474 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.474 INFO kablam! Oct 10 11:40:35.474 INFO kablam! warning: method is never used: `new` Oct 10 11:40:35.474 INFO kablam! --> src/trust.rs:277:5 Oct 10 11:40:35.474 INFO kablam! | Oct 10 11:40:35.474 INFO kablam! 277 | fn new(url: Url, method : String, headers: HashMap, content: String, params: HashMap, path_string: String) -> Request { Oct 10 11:40:35.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.474 INFO kablam! Oct 10 11:40:35.474 INFO kablam! warning: field is never used: `used_workers` Oct 10 11:40:35.474 INFO kablam! --> src/trust.rs:378:5 Oct 10 11:40:35.474 INFO kablam! | Oct 10 11:40:35.474 INFO kablam! 378 | used_workers: Vec, Oct 10 11:40:35.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.474 INFO kablam! Oct 10 11:40:35.480 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:35.480 INFO kablam! --> src/trust.rs:46:13 Oct 10 11:40:35.480 INFO kablam! | Oct 10 11:40:35.480 INFO kablam! 46 | stream.write(&response.to_http()); Oct 10 11:40:35.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.480 INFO kablam! | Oct 10 11:40:35.480 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 11:40:35.480 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:35.480 INFO kablam! Oct 10 11:40:35.480 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:35.480 INFO kablam! --> src/trust.rs:50:13 Oct 10 11:40:35.480 INFO kablam! | Oct 10 11:40:35.480 INFO kablam! 50 | stream.write(&response.to_http()); Oct 10 11:40:35.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.480 INFO kablam! | Oct 10 11:40:35.480 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:35.480 INFO kablam! Oct 10 11:40:35.480 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:35.480 INFO kablam! --> src/trust.rs:86:18 Oct 10 11:40:35.480 INFO kablam! | Oct 10 11:40:35.480 INFO kablam! 86 | stream.read(&mut request_text); Oct 10 11:40:35.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.480 INFO kablam! | Oct 10 11:40:35.480 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:35.480 INFO kablam! Oct 10 11:40:35.480 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:35.480 INFO kablam! --> src/trust.rs:94:29 Oct 10 11:40:35.480 INFO kablam! | Oct 10 11:40:35.480 INFO kablam! 94 | stream.write(&resp.to_http()); Oct 10 11:40:35.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.480 INFO kablam! | Oct 10 11:40:35.480 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:35.480 INFO kablam! Oct 10 11:40:35.480 INFO kablam! warning: method `getRouteString` should have a snake case name such as `get_route_string` Oct 10 11:40:35.480 INFO kablam! --> src/trust.rs:106:5 Oct 10 11:40:35.480 INFO kablam! | Oct 10 11:40:35.480 INFO kablam! 106 | / pub fn getRouteString(&self) -> String { Oct 10 11:40:35.480 INFO kablam! 107 | | return format!("{:?}", self.routes); Oct 10 11:40:35.480 INFO kablam! 108 | | } Oct 10 11:40:35.480 INFO kablam! | |_____^ Oct 10 11:40:35.480 INFO kablam! | Oct 10 11:40:35.480 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 11:40:35.480 INFO kablam! Oct 10 11:40:35.481 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:35.481 INFO kablam! --> src/trust.rs:291:9 Oct 10 11:40:35.481 INFO kablam! | Oct 10 11:40:35.481 INFO kablam! 291 | cursor.read_until(' ' as u8, &mut method); Oct 10 11:40:35.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.481 INFO kablam! | Oct 10 11:40:35.481 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:35.481 INFO kablam! Oct 10 11:40:35.481 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:35.481 INFO kablam! --> src/trust.rs:293:9 Oct 10 11:40:35.481 INFO kablam! | Oct 10 11:40:35.481 INFO kablam! 293 | cursor.read_until(' ' as u8, &mut path); Oct 10 11:40:35.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.481 INFO kablam! | Oct 10 11:40:35.481 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:35.481 INFO kablam! Oct 10 11:40:35.481 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:35.481 INFO kablam! --> src/trust.rs:296:9 Oct 10 11:40:35.481 INFO kablam! | Oct 10 11:40:35.481 INFO kablam! 296 | cursor.read_line(&mut version); Oct 10 11:40:35.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.481 INFO kablam! | Oct 10 11:40:35.481 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:35.481 INFO kablam! Oct 10 11:40:35.481 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:35.481 INFO kablam! --> src/trust.rs:300:9 Oct 10 11:40:35.481 INFO kablam! | Oct 10 11:40:35.481 INFO kablam! 300 | cursor.read_until('\0' as u8, &mut rest_of_file); Oct 10 11:40:35.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:35.481 INFO kablam! | Oct 10 11:40:35.481 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:35.481 INFO kablam! Oct 10 11:40:38.172 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.20s Oct 10 11:40:38.188 INFO kablam! su: No module specific data is present Oct 10 11:40:39.025 INFO running `"docker" "rm" "-f" "86eb25efcaf868d04c3efdc2f1f9ae00b29e72bd3797f41bf0508a47eb4d430f"` Oct 10 11:40:39.316 INFO blam! 86eb25efcaf868d04c3efdc2f1f9ae00b29e72bd3797f41bf0508a47eb4d430f Oct 10 11:40:39.328 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 11:40:39.328 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 11:40:39.834 INFO blam! 4788476307aa13bfec9b62067caaad4262e8584da1ee618021fd4ef6e89f7189 Oct 10 11:40:39.836 INFO running `"docker" "start" "-a" "4788476307aa13bfec9b62067caaad4262e8584da1ee618021fd4ef6e89f7189"` Oct 10 11:40:41.197 INFO kablam! usermod: no changes Oct 10 11:40:41.268 INFO kablam! Compiling trust v0.1.0 (/source) Oct 10 11:40:42.120 INFO kablam! warning: unused import: `std::fs::File` Oct 10 11:40:42.120 INFO kablam! --> src/trust.rs:10:5 Oct 10 11:40:42.120 INFO kablam! | Oct 10 11:40:42.120 INFO kablam! 10 | use std::fs::File; Oct 10 11:40:42.120 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 11:40:42.120 INFO kablam! | Oct 10 11:40:42.120 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 11:40:42.120 INFO kablam! Oct 10 11:40:42.120 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 10 11:40:42.120 INFO kablam! --> src/trust.rs:11:5 Oct 10 11:40:42.120 INFO kablam! | Oct 10 11:40:42.120 INFO kablam! 11 | use std::io::prelude::*; Oct 10 11:40:42.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.120 INFO kablam! Oct 10 11:40:42.121 INFO kablam! warning: unnecessary parentheses around assigned value Oct 10 11:40:42.121 INFO kablam! --> src/trust.rs:89:29 Oct 10 11:40:42.121 INFO kablam! | Oct 10 11:40:42.121 INFO kablam! 89 | let t = (self.routes.get(&(request.clone()).unwrap().url)); Oct 10 11:40:42.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 11:40:42.121 INFO kablam! | Oct 10 11:40:42.121 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 11:40:42.121 INFO kablam! Oct 10 11:40:42.121 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 10 11:40:42.121 INFO kablam! --> src/jinja.rs:22:11 Oct 10 11:40:42.121 INFO kablam! | Oct 10 11:40:42.121 INFO kablam! 22 | while (original_ind < matches.len()) { Oct 10 11:40:42.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 11:40:42.121 INFO kablam! Oct 10 11:40:42.121 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 10 11:40:42.121 INFO kablam! --> src/main.rs:10:5 Oct 10 11:40:42.121 INFO kablam! | Oct 10 11:40:42.121 INFO kablam! 10 | use std::collections::HashMap; Oct 10 11:40:42.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.121 INFO kablam! Oct 10 11:40:42.312 INFO kablam! warning: unused import: `std::hash::Hash` Oct 10 11:40:42.312 INFO kablam! --> src/trust.rs:5:5 Oct 10 11:40:42.312 INFO kablam! | Oct 10 11:40:42.312 INFO kablam! 5 | use std::hash::Hash; Oct 10 11:40:42.312 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 11:40:42.312 INFO kablam! Oct 10 11:40:42.332 INFO kablam! warning: private type `trust::UrlParamType` in public interface (error E0446) Oct 10 11:40:42.332 INFO kablam! --> src/trust.rs:122:25 Oct 10 11:40:42.332 INFO kablam! | Oct 10 11:40:42.332 INFO kablam! 122 | PARAM(String,String,UrlParamType) Oct 10 11:40:42.332 INFO kablam! | ^^^^^^^^^^^^ Oct 10 11:40:42.332 INFO kablam! | Oct 10 11:40:42.332 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 10 11:40:42.332 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 10 11:40:42.332 INFO kablam! = note: for more information, see issue #34537 Oct 10 11:40:42.332 INFO kablam! Oct 10 11:40:42.332 INFO kablam! warning: unused variable: `req` Oct 10 11:40:42.332 INFO kablam! --> src/main.rs:15:8 Oct 10 11:40:42.332 INFO kablam! | Oct 10 11:40:42.332 INFO kablam! 15 | fn abc(req: Request) -> String{ Oct 10 11:40:42.332 INFO kablam! | ^^^ help: consider using `_req` instead Oct 10 11:40:42.332 INFO kablam! | Oct 10 11:40:42.332 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 11:40:42.332 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `req` Oct 10 11:40:42.333 INFO kablam! --> src/main.rs:19:9 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 19 | fn root(req: Request) -> String{ Oct 10 11:40:42.333 INFO kablam! | ^^^ help: consider using `_req` instead Oct 10 11:40:42.333 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `x` Oct 10 11:40:42.333 INFO kablam! --> src/main.rs:25:23 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 25 | &UrlPart::PARAM(ref x, ref name, ..) => name.to_string(), Oct 10 11:40:42.333 INFO kablam! | ^ help: consider using `_x` instead Oct 10 11:40:42.333 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `request` Oct 10 11:40:42.333 INFO kablam! --> src/main.rs:30:15 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 30 | fn jinja_test(request: Request) -> String { Oct 10 11:40:42.333 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 10 11:40:42.333 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `x` Oct 10 11:40:42.333 INFO kablam! --> src/main.rs:36:23 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 36 | &UrlPart::PARAM(ref x, ref name, ..) => name.to_string(), Oct 10 11:40:42.333 INFO kablam! | ^ help: consider using `_x` instead Oct 10 11:40:42.333 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `name` Oct 10 11:40:42.333 INFO kablam! --> src/trust.rs:131:33 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 131 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 10 11:40:42.333 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 11:40:42.333 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `value` Oct 10 11:40:42.333 INFO kablam! --> src/trust.rs:131:43 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 131 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 10 11:40:42.333 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 10 11:40:42.333 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `name` Oct 10 11:40:42.333 INFO kablam! --> src/trust.rs:149:33 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 149 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 10 11:40:42.333 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 11:40:42.333 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `value` Oct 10 11:40:42.333 INFO kablam! --> src/trust.rs:149:43 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 149 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 10 11:40:42.333 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 10 11:40:42.333 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `name2` Oct 10 11:40:42.333 INFO kablam! --> src/trust.rs:151:41 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 151 | &UrlPart::PARAM(ref name2,ref value2,ref param_type2) => { Oct 10 11:40:42.333 INFO kablam! | ^^^^^ help: consider using `_name2` instead Oct 10 11:40:42.333 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `value2` Oct 10 11:40:42.333 INFO kablam! --> src/trust.rs:151:51 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 151 | &UrlPart::PARAM(ref name2,ref value2,ref param_type2) => { Oct 10 11:40:42.333 INFO kablam! | ^^^^^^ help: consider using `_value2` instead Oct 10 11:40:42.333 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `name` Oct 10 11:40:42.333 INFO kablam! --> src/trust.rs:186:37 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 186 | &UrlPart::PARAM(ref name,ref value,ref param_type) => { Oct 10 11:40:42.333 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 11:40:42.333 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `param_type` Oct 10 11:40:42.333 INFO kablam! --> src/trust.rs:186:56 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 186 | &UrlPart::PARAM(ref name,ref value,ref param_type) => { Oct 10 11:40:42.333 INFO kablam! | ^^^^^^^^^^ help: consider using `_param_type` instead Oct 10 11:40:42.333 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `value2` Oct 10 11:40:42.333 INFO kablam! --> src/trust.rs:188:55 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 188 | &UrlPart::PARAM(ref name2,ref value2,ref param_type2) => { Oct 10 11:40:42.333 INFO kablam! | ^^^^^^ help: consider using `_value2` instead Oct 10 11:40:42.333 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `params` Oct 10 11:40:42.333 INFO kablam! --> src/trust.rs:207:13 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 207 | let params : HashMap = HashMap::new(); Oct 10 11:40:42.333 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 10 11:40:42.333 INFO kablam! Oct 10 11:40:42.333 INFO kablam! warning: unused variable: `join_handle` Oct 10 11:40:42.333 INFO kablam! --> src/trust.rs:418:13 Oct 10 11:40:42.333 INFO kablam! | Oct 10 11:40:42.333 INFO kablam! 418 | let join_handle = thread::spawn(move ||{ Oct 10 11:40:42.334 INFO kablam! | ^^^^^^^^^^^ help: consider using `_join_handle` instead Oct 10 11:40:42.334 INFO kablam! Oct 10 11:40:42.384 INFO kablam! warning: variant is never constructed: `BadRequestError` Oct 10 11:40:42.384 INFO kablam! --> src/trust.rs:269:5 Oct 10 11:40:42.384 INFO kablam! | Oct 10 11:40:42.384 INFO kablam! 269 | BadRequestError = 400, Oct 10 11:40:42.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 11:40:42.385 INFO kablam! Oct 10 11:40:42.385 INFO kablam! warning: variant is never constructed: `ForbiddenError` Oct 10 11:40:42.385 INFO kablam! --> src/trust.rs:270:5 Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! 270 | ForbiddenError = 403, Oct 10 11:40:42.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.385 INFO kablam! Oct 10 11:40:42.385 INFO kablam! warning: variant is never constructed: `MethodNotAllowedError` Oct 10 11:40:42.385 INFO kablam! --> src/trust.rs:272:5 Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! 272 | MethodNotAllowedError = 405, Oct 10 11:40:42.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.385 INFO kablam! Oct 10 11:40:42.385 INFO kablam! warning: variant is never constructed: `ServerError` Oct 10 11:40:42.385 INFO kablam! --> src/trust.rs:273:5 Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! 273 | ServerError = 500, Oct 10 11:40:42.385 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.385 INFO kablam! Oct 10 11:40:42.385 INFO kablam! warning: method is never used: `new` Oct 10 11:40:42.385 INFO kablam! --> src/trust.rs:277:5 Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! 277 | fn new(url: Url, method : String, headers: HashMap, content: String, params: HashMap, path_string: String) -> Request { Oct 10 11:40:42.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.385 INFO kablam! Oct 10 11:40:42.385 INFO kablam! warning: field is never used: `used_workers` Oct 10 11:40:42.385 INFO kablam! --> src/trust.rs:378:5 Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! 378 | used_workers: Vec, Oct 10 11:40:42.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.385 INFO kablam! Oct 10 11:40:42.385 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:42.385 INFO kablam! --> src/trust.rs:46:13 Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! 46 | stream.write(&response.to_http()); Oct 10 11:40:42.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 11:40:42.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:42.385 INFO kablam! Oct 10 11:40:42.385 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:42.385 INFO kablam! --> src/trust.rs:50:13 Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! 50 | stream.write(&response.to_http()); Oct 10 11:40:42.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:42.385 INFO kablam! Oct 10 11:40:42.385 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:42.385 INFO kablam! --> src/trust.rs:86:18 Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! 86 | stream.read(&mut request_text); Oct 10 11:40:42.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:42.385 INFO kablam! Oct 10 11:40:42.385 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:42.385 INFO kablam! --> src/trust.rs:94:29 Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! 94 | stream.write(&resp.to_http()); Oct 10 11:40:42.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:42.385 INFO kablam! Oct 10 11:40:42.385 INFO kablam! warning: method `getRouteString` should have a snake case name such as `get_route_string` Oct 10 11:40:42.385 INFO kablam! --> src/trust.rs:106:5 Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! 106 | / pub fn getRouteString(&self) -> String { Oct 10 11:40:42.385 INFO kablam! 107 | | return format!("{:?}", self.routes); Oct 10 11:40:42.385 INFO kablam! 108 | | } Oct 10 11:40:42.385 INFO kablam! | |_____^ Oct 10 11:40:42.385 INFO kablam! | Oct 10 11:40:42.385 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 11:40:42.385 INFO kablam! Oct 10 11:40:42.404 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:42.404 INFO kablam! --> src/trust.rs:291:9 Oct 10 11:40:42.404 INFO kablam! | Oct 10 11:40:42.404 INFO kablam! 291 | cursor.read_until(' ' as u8, &mut method); Oct 10 11:40:42.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.404 INFO kablam! | Oct 10 11:40:42.404 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:42.404 INFO kablam! Oct 10 11:40:42.404 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:42.404 INFO kablam! --> src/trust.rs:293:9 Oct 10 11:40:42.404 INFO kablam! | Oct 10 11:40:42.404 INFO kablam! 293 | cursor.read_until(' ' as u8, &mut path); Oct 10 11:40:42.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.404 INFO kablam! | Oct 10 11:40:42.404 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:42.404 INFO kablam! Oct 10 11:40:42.404 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:42.404 INFO kablam! --> src/trust.rs:296:9 Oct 10 11:40:42.405 INFO kablam! | Oct 10 11:40:42.405 INFO kablam! 296 | cursor.read_line(&mut version); Oct 10 11:40:42.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.405 INFO kablam! | Oct 10 11:40:42.405 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:42.405 INFO kablam! Oct 10 11:40:42.405 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 11:40:42.405 INFO kablam! --> src/trust.rs:300:9 Oct 10 11:40:42.405 INFO kablam! | Oct 10 11:40:42.405 INFO kablam! 300 | cursor.read_until('\0' as u8, &mut rest_of_file); Oct 10 11:40:42.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:40:42.405 INFO kablam! | Oct 10 11:40:42.405 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 11:40:42.405 INFO kablam! Oct 10 11:40:43.011 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.80s Oct 10 11:40:43.015 INFO kablam! su: No module specific data is present Oct 10 11:40:44.717 INFO running `"docker" "rm" "-f" "4788476307aa13bfec9b62067caaad4262e8584da1ee618021fd4ef6e89f7189"` Oct 10 11:40:45.045 INFO blam! 4788476307aa13bfec9b62067caaad4262e8584da1ee618021fd4ef6e89f7189 Oct 10 11:40:45.046 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 11:40:45.047 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 11:40:45.722 INFO blam! 7173212add472086d669a32c15412b39a466dcdaa8325c1364110931feadd979 Oct 10 11:40:45.724 INFO running `"docker" "start" "-a" "7173212add472086d669a32c15412b39a466dcdaa8325c1364110931feadd979"` Oct 10 11:40:47.147 INFO kablam! usermod: no changes Oct 10 11:40:47.305 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 10 11:40:47.320 INFO kablam! Running /target/debug/deps/trust-30e1977c5dd0eec3 Oct 10 11:40:47.321 INFO blam! Oct 10 11:40:47.321 INFO kablam! su: No module specific data is present Oct 10 11:40:47.321 INFO blam! running 0 tests Oct 10 11:40:47.322 INFO blam! Oct 10 11:40:47.322 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:40:47.322 INFO blam! Oct 10 11:40:48.207 INFO running `"docker" "rm" "-f" "7173212add472086d669a32c15412b39a466dcdaa8325c1364110931feadd979"` Oct 10 11:40:48.604 INFO blam! 7173212add472086d669a32c15412b39a466dcdaa8325c1364110931feadd979