Oct 12 17:13:16.457 INFO testing zlex7/Trust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 17:13:16.458 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 17:13:17.666 INFO blam! b71fab83e226b4880f1ff5080a74030f6cc4a599b4dcee55f2c8e055cc08d6f6 Oct 12 17:13:17.668 INFO running `"docker" "start" "-a" "b71fab83e226b4880f1ff5080a74030f6cc4a599b4dcee55f2c8e055cc08d6f6"` Oct 12 17:13:20.511 INFO kablam! usermod: no changes Oct 12 17:13:20.679 INFO kablam! Compiling libc v0.2.40 Oct 12 17:13:20.679 INFO kablam! Compiling byteorder v1.2.2 Oct 12 17:13:20.679 INFO kablam! Compiling cfg-if v0.1.2 Oct 12 17:13:20.679 INFO kablam! Compiling regex v1.0.0 Oct 12 17:13:20.679 INFO kablam! Compiling futures v0.1.21 Oct 12 17:13:20.679 INFO kablam! Compiling ucd-util v0.1.1 Oct 12 17:13:20.679 INFO kablam! Compiling quick-error v1.2.1 Oct 12 17:13:20.679 INFO kablam! Compiling netbuf v0.4.1 Oct 12 17:13:21.321 INFO kablam! Compiling maplit v1.0.1 Oct 12 17:13:21.840 INFO kablam! Compiling bufstream v0.1.3 Oct 12 17:13:22.201 INFO kablam! Compiling log v0.4.1 Oct 12 17:13:24.908 INFO kablam! Compiling regex-syntax v0.6.0 Oct 12 17:13:27.743 INFO kablam! Compiling iovec v0.1.2 Oct 12 17:13:27.744 INFO kablam! Compiling memchr v2.0.1 Oct 12 17:13:27.744 INFO kablam! Compiling time v0.1.39 Oct 12 17:13:28.936 INFO kablam! Compiling bytes v0.4.7 Oct 12 17:13:29.225 INFO kablam! Compiling aho-corasick v0.6.4 Oct 12 17:13:38.328 INFO kablam! Compiling tokio-io v0.1.6 Oct 12 17:13:40.494 INFO kablam! Compiling tk-bufstream v0.3.0 Oct 12 17:13:57.724 INFO kablam! Compiling trust v0.1.0 (/source) Oct 12 17:13:57.927 INFO kablam! warning: unused import: `std::fs::File` Oct 12 17:13:57.927 INFO kablam! --> src/trust.rs:10:5 Oct 12 17:13:57.928 INFO kablam! | Oct 12 17:13:57.928 INFO kablam! 10 | use std::fs::File; Oct 12 17:13:57.928 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:13:57.929 INFO kablam! | Oct 12 17:13:57.929 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:13:57.929 INFO kablam! Oct 12 17:13:57.929 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 12 17:13:57.930 INFO kablam! --> src/trust.rs:11:5 Oct 12 17:13:57.930 INFO kablam! | Oct 12 17:13:57.930 INFO kablam! 11 | use std::io::prelude::*; Oct 12 17:13:57.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:57.931 INFO kablam! Oct 12 17:13:57.931 INFO kablam! warning: unnecessary parentheses around assigned value Oct 12 17:13:57.931 INFO kablam! --> src/trust.rs:89:29 Oct 12 17:13:57.932 INFO kablam! | Oct 12 17:13:57.932 INFO kablam! 89 | let t = (self.routes.get(&(request.clone()).unwrap().url)); Oct 12 17:13:57.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:13:57.933 INFO kablam! | Oct 12 17:13:57.933 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:13:57.933 INFO kablam! Oct 12 17:13:57.934 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 12 17:13:57.934 INFO kablam! --> src/jinja.rs:22:11 Oct 12 17:13:57.934 INFO kablam! | Oct 12 17:13:57.935 INFO kablam! 22 | while (original_ind < matches.len()) { Oct 12 17:13:57.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:13:57.935 INFO kablam! Oct 12 17:13:57.935 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 12 17:13:57.936 INFO kablam! --> src/main.rs:10:5 Oct 12 17:13:57.936 INFO kablam! | Oct 12 17:13:57.936 INFO kablam! 10 | use std::collections::HashMap; Oct 12 17:13:57.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:57.937 INFO kablam! Oct 12 17:13:58.152 INFO kablam! warning: unused import: `std::hash::Hash` Oct 12 17:13:58.152 INFO kablam! --> src/trust.rs:5:5 Oct 12 17:13:58.152 INFO kablam! | Oct 12 17:13:58.153 INFO kablam! 5 | use std::hash::Hash; Oct 12 17:13:58.153 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 17:13:58.153 INFO kablam! Oct 12 17:13:58.169 INFO kablam! warning: private type `trust::UrlParamType` in public interface (error E0446) Oct 12 17:13:58.170 INFO kablam! --> src/trust.rs:122:25 Oct 12 17:13:58.171 INFO kablam! | Oct 12 17:13:58.171 INFO kablam! 122 | PARAM(String,String,UrlParamType) Oct 12 17:13:58.172 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:13:58.173 INFO kablam! | Oct 12 17:13:58.173 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 12 17:13:58.174 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 12 17:13:58.175 INFO kablam! = note: for more information, see issue #34537 Oct 12 17:13:58.175 INFO kablam! Oct 12 17:13:58.176 INFO kablam! warning: unused variable: `req` Oct 12 17:13:58.176 INFO kablam! --> src/main.rs:15:8 Oct 12 17:13:58.177 INFO kablam! | Oct 12 17:13:58.177 INFO kablam! 15 | fn abc(req: Request) -> String{ Oct 12 17:13:58.178 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 17:13:58.179 INFO kablam! | Oct 12 17:13:58.179 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:13:58.180 INFO kablam! Oct 12 17:13:58.180 INFO kablam! warning: unused variable: `req` Oct 12 17:13:58.180 INFO kablam! --> src/main.rs:19:9 Oct 12 17:13:58.180 INFO kablam! | Oct 12 17:13:58.180 INFO kablam! 19 | fn root(req: Request) -> String{ Oct 12 17:13:58.180 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 17:13:58.180 INFO kablam! Oct 12 17:13:58.180 INFO kablam! warning: unused variable: `x` Oct 12 17:13:58.180 INFO kablam! --> src/main.rs:25:23 Oct 12 17:13:58.180 INFO kablam! | Oct 12 17:13:58.180 INFO kablam! 25 | &UrlPart::PARAM(ref x, ref name, ..) => name.to_string(), Oct 12 17:13:58.180 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:13:58.180 INFO kablam! Oct 12 17:13:58.180 INFO kablam! warning: unused variable: `request` Oct 12 17:13:58.180 INFO kablam! --> src/main.rs:30:15 Oct 12 17:13:58.180 INFO kablam! | Oct 12 17:13:58.180 INFO kablam! 30 | fn jinja_test(request: Request) -> String { Oct 12 17:13:58.180 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 12 17:13:58.180 INFO kablam! Oct 12 17:13:58.180 INFO kablam! warning: unused variable: `x` Oct 12 17:13:58.180 INFO kablam! --> src/main.rs:36:23 Oct 12 17:13:58.180 INFO kablam! | Oct 12 17:13:58.187 INFO kablam! 36 | &UrlPart::PARAM(ref x, ref name, ..) => name.to_string(), Oct 12 17:13:58.187 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:13:58.187 INFO kablam! Oct 12 17:13:58.187 INFO kablam! warning: unused variable: `name` Oct 12 17:13:58.187 INFO kablam! --> src/trust.rs:131:33 Oct 12 17:13:58.187 INFO kablam! | Oct 12 17:13:58.187 INFO kablam! 131 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 12 17:13:58.187 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 12 17:13:58.187 INFO kablam! Oct 12 17:13:58.187 INFO kablam! warning: unused variable: `value` Oct 12 17:13:58.187 INFO kablam! --> src/trust.rs:131:43 Oct 12 17:13:58.187 INFO kablam! | Oct 12 17:13:58.187 INFO kablam! 131 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 12 17:13:58.187 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 12 17:13:58.187 INFO kablam! Oct 12 17:13:58.187 INFO kablam! warning: unused variable: `name` Oct 12 17:13:58.187 INFO kablam! --> src/trust.rs:149:33 Oct 12 17:13:58.187 INFO kablam! | Oct 12 17:13:58.187 INFO kablam! 149 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 12 17:13:58.187 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 12 17:13:58.187 INFO kablam! Oct 12 17:13:58.187 INFO kablam! warning: unused variable: `value` Oct 12 17:13:58.187 INFO kablam! --> src/trust.rs:149:43 Oct 12 17:13:58.187 INFO kablam! | Oct 12 17:13:58.187 INFO kablam! 149 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 12 17:13:58.187 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 12 17:13:58.187 INFO kablam! Oct 12 17:13:58.187 INFO kablam! warning: unused variable: `name2` Oct 12 17:13:58.187 INFO kablam! --> src/trust.rs:151:41 Oct 12 17:13:58.187 INFO kablam! | Oct 12 17:13:58.187 INFO kablam! 151 | &UrlPart::PARAM(ref name2,ref value2,ref param_type2) => { Oct 12 17:13:58.187 INFO kablam! | ^^^^^ help: consider using `_name2` instead Oct 12 17:13:58.187 INFO kablam! Oct 12 17:13:58.187 INFO kablam! warning: unused variable: `value2` Oct 12 17:13:58.187 INFO kablam! --> src/trust.rs:151:51 Oct 12 17:13:58.187 INFO kablam! | Oct 12 17:13:58.187 INFO kablam! 151 | &UrlPart::PARAM(ref name2,ref value2,ref param_type2) => { Oct 12 17:13:58.187 INFO kablam! | ^^^^^^ help: consider using `_value2` instead Oct 12 17:13:58.187 INFO kablam! Oct 12 17:13:58.187 INFO kablam! warning: unused variable: `name` Oct 12 17:13:58.187 INFO kablam! --> src/trust.rs:186:37 Oct 12 17:13:58.187 INFO kablam! | Oct 12 17:13:58.187 INFO kablam! 186 | &UrlPart::PARAM(ref name,ref value,ref param_type) => { Oct 12 17:13:58.187 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 12 17:13:58.187 INFO kablam! Oct 12 17:13:58.187 INFO kablam! warning: unused variable: `param_type` Oct 12 17:13:58.187 INFO kablam! --> src/trust.rs:186:56 Oct 12 17:13:58.187 INFO kablam! | Oct 12 17:13:58.187 INFO kablam! 186 | &UrlPart::PARAM(ref name,ref value,ref param_type) => { Oct 12 17:13:58.188 INFO kablam! | ^^^^^^^^^^ help: consider using `_param_type` instead Oct 12 17:13:58.188 INFO kablam! Oct 12 17:13:58.188 INFO kablam! warning: unused variable: `value2` Oct 12 17:13:58.188 INFO kablam! --> src/trust.rs:188:55 Oct 12 17:13:58.188 INFO kablam! | Oct 12 17:13:58.188 INFO kablam! 188 | &UrlPart::PARAM(ref name2,ref value2,ref param_type2) => { Oct 12 17:13:58.188 INFO kablam! | ^^^^^^ help: consider using `_value2` instead Oct 12 17:13:58.188 INFO kablam! Oct 12 17:13:58.188 INFO kablam! warning: unused variable: `params` Oct 12 17:13:58.188 INFO kablam! --> src/trust.rs:207:13 Oct 12 17:13:58.188 INFO kablam! | Oct 12 17:13:58.188 INFO kablam! 207 | let params : HashMap = HashMap::new(); Oct 12 17:13:58.188 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 12 17:13:58.188 INFO kablam! Oct 12 17:13:58.188 INFO kablam! warning: unused variable: `join_handle` Oct 12 17:13:58.188 INFO kablam! --> src/trust.rs:418:13 Oct 12 17:13:58.188 INFO kablam! | Oct 12 17:13:58.188 INFO kablam! 418 | let join_handle = thread::spawn(move ||{ Oct 12 17:13:58.188 INFO kablam! | ^^^^^^^^^^^ help: consider using `_join_handle` instead Oct 12 17:13:58.188 INFO kablam! Oct 12 17:13:58.232 INFO kablam! warning: variant is never constructed: `BadRequestError` Oct 12 17:13:58.233 INFO kablam! --> src/trust.rs:269:5 Oct 12 17:13:58.234 INFO kablam! | Oct 12 17:13:58.234 INFO kablam! 269 | BadRequestError = 400, Oct 12 17:13:58.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:58.236 INFO kablam! | Oct 12 17:13:58.236 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:13:58.237 INFO kablam! Oct 12 17:13:58.237 INFO kablam! warning: variant is never constructed: `ForbiddenError` Oct 12 17:13:58.238 INFO kablam! --> src/trust.rs:270:5 Oct 12 17:13:58.239 INFO kablam! | Oct 12 17:13:58.239 INFO kablam! 270 | ForbiddenError = 403, Oct 12 17:13:58.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:58.240 INFO kablam! Oct 12 17:13:58.241 INFO kablam! warning: variant is never constructed: `MethodNotAllowedError` Oct 12 17:13:58.242 INFO kablam! --> src/trust.rs:272:5 Oct 12 17:13:58.243 INFO kablam! | Oct 12 17:13:58.243 INFO kablam! 272 | MethodNotAllowedError = 405, Oct 12 17:13:58.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:58.243 INFO kablam! Oct 12 17:13:58.243 INFO kablam! warning: variant is never constructed: `ServerError` Oct 12 17:13:58.243 INFO kablam! --> src/trust.rs:273:5 Oct 12 17:13:58.243 INFO kablam! | Oct 12 17:13:58.243 INFO kablam! 273 | ServerError = 500, Oct 12 17:13:58.243 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:13:58.243 INFO kablam! Oct 12 17:13:58.243 INFO kablam! warning: method is never used: `new` Oct 12 17:13:58.243 INFO kablam! --> src/trust.rs:277:5 Oct 12 17:13:58.243 INFO kablam! | Oct 12 17:13:58.243 INFO kablam! 277 | fn new(url: Url, method : String, headers: HashMap, content: String, params: HashMap, path_string: String) -> Request { Oct 12 17:13:58.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:58.243 INFO kablam! Oct 12 17:13:58.243 INFO kablam! warning: field is never used: `used_workers` Oct 12 17:13:58.243 INFO kablam! --> src/trust.rs:378:5 Oct 12 17:13:58.243 INFO kablam! | Oct 12 17:13:58.243 INFO kablam! 378 | used_workers: Vec, Oct 12 17:13:58.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:58.243 INFO kablam! Oct 12 17:13:58.243 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:13:58.243 INFO kablam! --> src/trust.rs:46:13 Oct 12 17:13:58.243 INFO kablam! | Oct 12 17:13:58.243 INFO kablam! 46 | stream.write(&response.to_http()); Oct 12 17:13:58.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:58.243 INFO kablam! | Oct 12 17:13:58.243 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:13:58.243 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:13:58.243 INFO kablam! Oct 12 17:13:58.243 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:13:58.243 INFO kablam! --> src/trust.rs:50:13 Oct 12 17:13:58.243 INFO kablam! | Oct 12 17:13:58.243 INFO kablam! 50 | stream.write(&response.to_http()); Oct 12 17:13:58.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:58.243 INFO kablam! | Oct 12 17:13:58.243 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:13:58.243 INFO kablam! Oct 12 17:13:58.243 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:13:58.243 INFO kablam! --> src/trust.rs:86:18 Oct 12 17:13:58.243 INFO kablam! | Oct 12 17:13:58.243 INFO kablam! 86 | stream.read(&mut request_text); Oct 12 17:13:58.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:58.243 INFO kablam! | Oct 12 17:13:58.243 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:13:58.243 INFO kablam! Oct 12 17:13:58.243 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:13:58.243 INFO kablam! --> src/trust.rs:94:29 Oct 12 17:13:58.243 INFO kablam! | Oct 12 17:13:58.243 INFO kablam! 94 | stream.write(&resp.to_http()); Oct 12 17:13:58.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:58.243 INFO kablam! | Oct 12 17:13:58.243 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:13:58.243 INFO kablam! Oct 12 17:13:58.243 INFO kablam! warning: method `getRouteString` should have a snake case name such as `get_route_string` Oct 12 17:13:58.243 INFO kablam! --> src/trust.rs:106:5 Oct 12 17:13:58.243 INFO kablam! | Oct 12 17:13:58.243 INFO kablam! 106 | / pub fn getRouteString(&self) -> String { Oct 12 17:13:58.243 INFO kablam! 107 | | return format!("{:?}", self.routes); Oct 12 17:13:58.243 INFO kablam! 108 | | } Oct 12 17:13:58.243 INFO kablam! | |_____^ Oct 12 17:13:58.243 INFO kablam! | Oct 12 17:13:58.244 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 17:13:58.244 INFO kablam! Oct 12 17:13:58.244 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:13:58.244 INFO kablam! --> src/trust.rs:291:9 Oct 12 17:13:58.244 INFO kablam! | Oct 12 17:13:58.244 INFO kablam! 291 | cursor.read_until(' ' as u8, &mut method); Oct 12 17:13:58.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:58.244 INFO kablam! | Oct 12 17:13:58.244 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:13:58.244 INFO kablam! Oct 12 17:13:58.244 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:13:58.244 INFO kablam! --> src/trust.rs:293:9 Oct 12 17:13:58.244 INFO kablam! | Oct 12 17:13:58.244 INFO kablam! 293 | cursor.read_until(' ' as u8, &mut path); Oct 12 17:13:58.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:58.244 INFO kablam! | Oct 12 17:13:58.244 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:13:58.244 INFO kablam! Oct 12 17:13:58.244 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:13:58.244 INFO kablam! --> src/trust.rs:296:9 Oct 12 17:13:58.244 INFO kablam! | Oct 12 17:13:58.244 INFO kablam! 296 | cursor.read_line(&mut version); Oct 12 17:13:58.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:58.244 INFO kablam! | Oct 12 17:13:58.244 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:13:58.244 INFO kablam! Oct 12 17:13:58.244 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:13:58.244 INFO kablam! --> src/trust.rs:300:9 Oct 12 17:13:58.244 INFO kablam! | Oct 12 17:13:58.244 INFO kablam! 300 | cursor.read_until('\0' as u8, &mut rest_of_file); Oct 12 17:13:58.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:13:58.244 INFO kablam! | Oct 12 17:13:58.244 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:13:58.244 INFO kablam! Oct 12 17:14:01.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.50s Oct 12 17:14:01.049 INFO kablam! su: No module specific data is present Oct 12 17:14:04.328 INFO running `"docker" "rm" "-f" "b71fab83e226b4880f1ff5080a74030f6cc4a599b4dcee55f2c8e055cc08d6f6"` Oct 12 17:14:04.677 INFO blam! b71fab83e226b4880f1ff5080a74030f6cc4a599b4dcee55f2c8e055cc08d6f6 Oct 12 17:14:04.692 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 17:14:05.081 INFO blam! 43eb80b785d0c026227005e062e1d8d1f31e9f1a743347630a1074eae6d76629 Oct 12 17:14:05.083 INFO running `"docker" "start" "-a" "43eb80b785d0c026227005e062e1d8d1f31e9f1a743347630a1074eae6d76629"` Oct 12 17:14:07.214 INFO kablam! usermod: no changes Oct 12 17:14:07.359 INFO kablam! Compiling trust v0.1.0 (/source) Oct 12 17:14:07.600 INFO kablam! warning: unused import: `std::fs::File` Oct 12 17:14:07.600 INFO kablam! --> src/trust.rs:10:5 Oct 12 17:14:07.600 INFO kablam! | Oct 12 17:14:07.600 INFO kablam! 10 | use std::fs::File; Oct 12 17:14:07.600 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:14:07.600 INFO kablam! | Oct 12 17:14:07.600 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:14:07.600 INFO kablam! Oct 12 17:14:07.600 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 12 17:14:07.601 INFO kablam! --> src/trust.rs:11:5 Oct 12 17:14:07.601 INFO kablam! | Oct 12 17:14:07.601 INFO kablam! 11 | use std::io::prelude::*; Oct 12 17:14:07.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.602 INFO kablam! Oct 12 17:14:07.611 INFO kablam! warning: unnecessary parentheses around assigned value Oct 12 17:14:07.611 INFO kablam! --> src/trust.rs:89:29 Oct 12 17:14:07.611 INFO kablam! | Oct 12 17:14:07.612 INFO kablam! 89 | let t = (self.routes.get(&(request.clone()).unwrap().url)); Oct 12 17:14:07.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:14:07.612 INFO kablam! | Oct 12 17:14:07.612 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:14:07.612 INFO kablam! Oct 12 17:14:07.612 INFO kablam! warning: unnecessary parentheses around `while` condition Oct 12 17:14:07.612 INFO kablam! --> src/jinja.rs:22:11 Oct 12 17:14:07.612 INFO kablam! | Oct 12 17:14:07.612 INFO kablam! 22 | while (original_ind < matches.len()) { Oct 12 17:14:07.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:14:07.613 INFO kablam! Oct 12 17:14:07.614 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 12 17:14:07.614 INFO kablam! --> src/main.rs:10:5 Oct 12 17:14:07.614 INFO kablam! | Oct 12 17:14:07.614 INFO kablam! 10 | use std::collections::HashMap; Oct 12 17:14:07.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.614 INFO kablam! Oct 12 17:14:07.821 INFO kablam! warning: unused import: `std::hash::Hash` Oct 12 17:14:07.821 INFO kablam! --> src/trust.rs:5:5 Oct 12 17:14:07.821 INFO kablam! | Oct 12 17:14:07.822 INFO kablam! 5 | use std::hash::Hash; Oct 12 17:14:07.822 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 17:14:07.822 INFO kablam! Oct 12 17:14:07.832 INFO kablam! warning: private type `trust::UrlParamType` in public interface (error E0446) Oct 12 17:14:07.833 INFO kablam! --> src/trust.rs:122:25 Oct 12 17:14:07.833 INFO kablam! | Oct 12 17:14:07.833 INFO kablam! 122 | PARAM(String,String,UrlParamType) Oct 12 17:14:07.834 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:14:07.834 INFO kablam! | Oct 12 17:14:07.834 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 12 17:14:07.835 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 12 17:14:07.835 INFO kablam! = note: for more information, see issue #34537 Oct 12 17:14:07.835 INFO kablam! Oct 12 17:14:07.835 INFO kablam! warning: unused variable: `req` Oct 12 17:14:07.836 INFO kablam! --> src/main.rs:15:8 Oct 12 17:14:07.836 INFO kablam! | Oct 12 17:14:07.836 INFO kablam! 15 | fn abc(req: Request) -> String{ Oct 12 17:14:07.837 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 17:14:07.837 INFO kablam! | Oct 12 17:14:07.837 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 17:14:07.838 INFO kablam! Oct 12 17:14:07.838 INFO kablam! warning: unused variable: `req` Oct 12 17:14:07.838 INFO kablam! --> src/main.rs:19:9 Oct 12 17:14:07.838 INFO kablam! | Oct 12 17:14:07.839 INFO kablam! 19 | fn root(req: Request) -> String{ Oct 12 17:14:07.839 INFO kablam! | ^^^ help: consider using `_req` instead Oct 12 17:14:07.839 INFO kablam! Oct 12 17:14:07.840 INFO kablam! warning: unused variable: `x` Oct 12 17:14:07.840 INFO kablam! --> src/main.rs:25:23 Oct 12 17:14:07.840 INFO kablam! | Oct 12 17:14:07.840 INFO kablam! 25 | &UrlPart::PARAM(ref x, ref name, ..) => name.to_string(), Oct 12 17:14:07.840 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:14:07.840 INFO kablam! Oct 12 17:14:07.840 INFO kablam! warning: unused variable: `request` Oct 12 17:14:07.840 INFO kablam! --> src/main.rs:30:15 Oct 12 17:14:07.840 INFO kablam! | Oct 12 17:14:07.840 INFO kablam! 30 | fn jinja_test(request: Request) -> String { Oct 12 17:14:07.841 INFO kablam! | ^^^^^^^ help: consider using `_request` instead Oct 12 17:14:07.841 INFO kablam! Oct 12 17:14:07.841 INFO kablam! warning: unused variable: `x` Oct 12 17:14:07.841 INFO kablam! --> src/main.rs:36:23 Oct 12 17:14:07.841 INFO kablam! | Oct 12 17:14:07.841 INFO kablam! 36 | &UrlPart::PARAM(ref x, ref name, ..) => name.to_string(), Oct 12 17:14:07.841 INFO kablam! | ^ help: consider using `_x` instead Oct 12 17:14:07.841 INFO kablam! Oct 12 17:14:07.841 INFO kablam! warning: unused variable: `name` Oct 12 17:14:07.841 INFO kablam! --> src/trust.rs:131:33 Oct 12 17:14:07.841 INFO kablam! | Oct 12 17:14:07.841 INFO kablam! 131 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 12 17:14:07.841 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 12 17:14:07.841 INFO kablam! Oct 12 17:14:07.841 INFO kablam! warning: unused variable: `value` Oct 12 17:14:07.841 INFO kablam! --> src/trust.rs:131:43 Oct 12 17:14:07.841 INFO kablam! | Oct 12 17:14:07.841 INFO kablam! 131 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 12 17:14:07.841 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 12 17:14:07.841 INFO kablam! Oct 12 17:14:07.841 INFO kablam! warning: unused variable: `name` Oct 12 17:14:07.841 INFO kablam! --> src/trust.rs:149:33 Oct 12 17:14:07.841 INFO kablam! | Oct 12 17:14:07.841 INFO kablam! 149 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 12 17:14:07.841 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 12 17:14:07.841 INFO kablam! Oct 12 17:14:07.841 INFO kablam! warning: unused variable: `value` Oct 12 17:14:07.841 INFO kablam! --> src/trust.rs:149:43 Oct 12 17:14:07.841 INFO kablam! | Oct 12 17:14:07.841 INFO kablam! 149 | &UrlPart::PARAM(ref name, ref value, ref param_type) => { Oct 12 17:14:07.841 INFO kablam! | ^^^^^ help: consider using `_value` instead Oct 12 17:14:07.841 INFO kablam! Oct 12 17:14:07.841 INFO kablam! warning: unused variable: `name2` Oct 12 17:14:07.841 INFO kablam! --> src/trust.rs:151:41 Oct 12 17:14:07.841 INFO kablam! | Oct 12 17:14:07.841 INFO kablam! 151 | &UrlPart::PARAM(ref name2,ref value2,ref param_type2) => { Oct 12 17:14:07.841 INFO kablam! | ^^^^^ help: consider using `_name2` instead Oct 12 17:14:07.841 INFO kablam! Oct 12 17:14:07.841 INFO kablam! warning: unused variable: `value2` Oct 12 17:14:07.841 INFO kablam! --> src/trust.rs:151:51 Oct 12 17:14:07.841 INFO kablam! | Oct 12 17:14:07.841 INFO kablam! 151 | &UrlPart::PARAM(ref name2,ref value2,ref param_type2) => { Oct 12 17:14:07.841 INFO kablam! | ^^^^^^ help: consider using `_value2` instead Oct 12 17:14:07.841 INFO kablam! Oct 12 17:14:07.841 INFO kablam! warning: unused variable: `name` Oct 12 17:14:07.841 INFO kablam! --> src/trust.rs:186:37 Oct 12 17:14:07.841 INFO kablam! | Oct 12 17:14:07.841 INFO kablam! 186 | &UrlPart::PARAM(ref name,ref value,ref param_type) => { Oct 12 17:14:07.841 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 12 17:14:07.841 INFO kablam! Oct 12 17:14:07.841 INFO kablam! warning: unused variable: `param_type` Oct 12 17:14:07.841 INFO kablam! --> src/trust.rs:186:56 Oct 12 17:14:07.841 INFO kablam! | Oct 12 17:14:07.841 INFO kablam! 186 | &UrlPart::PARAM(ref name,ref value,ref param_type) => { Oct 12 17:14:07.841 INFO kablam! | ^^^^^^^^^^ help: consider using `_param_type` instead Oct 12 17:14:07.841 INFO kablam! Oct 12 17:14:07.841 INFO kablam! warning: unused variable: `value2` Oct 12 17:14:07.841 INFO kablam! --> src/trust.rs:188:55 Oct 12 17:14:07.841 INFO kablam! | Oct 12 17:14:07.841 INFO kablam! 188 | &UrlPart::PARAM(ref name2,ref value2,ref param_type2) => { Oct 12 17:14:07.841 INFO kablam! | ^^^^^^ help: consider using `_value2` instead Oct 12 17:14:07.841 INFO kablam! Oct 12 17:14:07.841 INFO kablam! warning: unused variable: `params` Oct 12 17:14:07.841 INFO kablam! --> src/trust.rs:207:13 Oct 12 17:14:07.841 INFO kablam! | Oct 12 17:14:07.841 INFO kablam! 207 | let params : HashMap = HashMap::new(); Oct 12 17:14:07.841 INFO kablam! | ^^^^^^ help: consider using `_params` instead Oct 12 17:14:07.841 INFO kablam! Oct 12 17:14:07.841 INFO kablam! warning: unused variable: `join_handle` Oct 12 17:14:07.841 INFO kablam! --> src/trust.rs:418:13 Oct 12 17:14:07.841 INFO kablam! | Oct 12 17:14:07.841 INFO kablam! 418 | let join_handle = thread::spawn(move ||{ Oct 12 17:14:07.841 INFO kablam! | ^^^^^^^^^^^ help: consider using `_join_handle` instead Oct 12 17:14:07.841 INFO kablam! Oct 12 17:14:07.891 INFO kablam! warning: variant is never constructed: `BadRequestError` Oct 12 17:14:07.891 INFO kablam! --> src/trust.rs:269:5 Oct 12 17:14:07.891 INFO kablam! | Oct 12 17:14:07.892 INFO kablam! 269 | BadRequestError = 400, Oct 12 17:14:07.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.892 INFO kablam! | Oct 12 17:14:07.893 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:14:07.893 INFO kablam! Oct 12 17:14:07.893 INFO kablam! warning: variant is never constructed: `ForbiddenError` Oct 12 17:14:07.894 INFO kablam! --> src/trust.rs:270:5 Oct 12 17:14:07.894 INFO kablam! | Oct 12 17:14:07.894 INFO kablam! 270 | ForbiddenError = 403, Oct 12 17:14:07.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.895 INFO kablam! Oct 12 17:14:07.895 INFO kablam! warning: variant is never constructed: `MethodNotAllowedError` Oct 12 17:14:07.895 INFO kablam! --> src/trust.rs:272:5 Oct 12 17:14:07.896 INFO kablam! | Oct 12 17:14:07.896 INFO kablam! 272 | MethodNotAllowedError = 405, Oct 12 17:14:07.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.896 INFO kablam! Oct 12 17:14:07.896 INFO kablam! warning: variant is never constructed: `ServerError` Oct 12 17:14:07.896 INFO kablam! --> src/trust.rs:273:5 Oct 12 17:14:07.896 INFO kablam! | Oct 12 17:14:07.896 INFO kablam! 273 | ServerError = 500, Oct 12 17:14:07.896 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.896 INFO kablam! Oct 12 17:14:07.896 INFO kablam! warning: method is never used: `new` Oct 12 17:14:07.896 INFO kablam! --> src/trust.rs:277:5 Oct 12 17:14:07.896 INFO kablam! | Oct 12 17:14:07.896 INFO kablam! 277 | fn new(url: Url, method : String, headers: HashMap, content: String, params: HashMap, path_string: String) -> Request { Oct 12 17:14:07.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.896 INFO kablam! Oct 12 17:14:07.896 INFO kablam! warning: field is never used: `used_workers` Oct 12 17:14:07.896 INFO kablam! --> src/trust.rs:378:5 Oct 12 17:14:07.896 INFO kablam! | Oct 12 17:14:07.896 INFO kablam! 378 | used_workers: Vec, Oct 12 17:14:07.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.896 INFO kablam! Oct 12 17:14:07.896 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:14:07.896 INFO kablam! --> src/trust.rs:46:13 Oct 12 17:14:07.896 INFO kablam! | Oct 12 17:14:07.896 INFO kablam! 46 | stream.write(&response.to_http()); Oct 12 17:14:07.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.897 INFO kablam! | Oct 12 17:14:07.897 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 17:14:07.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:14:07.897 INFO kablam! Oct 12 17:14:07.897 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:14:07.897 INFO kablam! --> src/trust.rs:50:13 Oct 12 17:14:07.897 INFO kablam! | Oct 12 17:14:07.897 INFO kablam! 50 | stream.write(&response.to_http()); Oct 12 17:14:07.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.897 INFO kablam! | Oct 12 17:14:07.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:14:07.897 INFO kablam! Oct 12 17:14:07.897 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:14:07.897 INFO kablam! --> src/trust.rs:86:18 Oct 12 17:14:07.897 INFO kablam! | Oct 12 17:14:07.897 INFO kablam! 86 | stream.read(&mut request_text); Oct 12 17:14:07.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.897 INFO kablam! | Oct 12 17:14:07.897 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:14:07.897 INFO kablam! Oct 12 17:14:07.897 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:14:07.898 INFO kablam! --> src/trust.rs:94:29 Oct 12 17:14:07.898 INFO kablam! | Oct 12 17:14:07.898 INFO kablam! 94 | stream.write(&resp.to_http()); Oct 12 17:14:07.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.898 INFO kablam! | Oct 12 17:14:07.898 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:14:07.898 INFO kablam! Oct 12 17:14:07.898 INFO kablam! warning: method `getRouteString` should have a snake case name such as `get_route_string` Oct 12 17:14:07.898 INFO kablam! --> src/trust.rs:106:5 Oct 12 17:14:07.898 INFO kablam! | Oct 12 17:14:07.898 INFO kablam! 106 | / pub fn getRouteString(&self) -> String { Oct 12 17:14:07.898 INFO kablam! 107 | | return format!("{:?}", self.routes); Oct 12 17:14:07.898 INFO kablam! 108 | | } Oct 12 17:14:07.898 INFO kablam! | |_____^ Oct 12 17:14:07.898 INFO kablam! | Oct 12 17:14:07.898 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 17:14:07.898 INFO kablam! Oct 12 17:14:07.898 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:14:07.898 INFO kablam! --> src/trust.rs:291:9 Oct 12 17:14:07.898 INFO kablam! | Oct 12 17:14:07.899 INFO kablam! 291 | cursor.read_until(' ' as u8, &mut method); Oct 12 17:14:07.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.899 INFO kablam! | Oct 12 17:14:07.899 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:14:07.899 INFO kablam! Oct 12 17:14:07.899 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:14:07.899 INFO kablam! --> src/trust.rs:293:9 Oct 12 17:14:07.899 INFO kablam! | Oct 12 17:14:07.899 INFO kablam! 293 | cursor.read_until(' ' as u8, &mut path); Oct 12 17:14:07.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.899 INFO kablam! | Oct 12 17:14:07.899 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:14:07.899 INFO kablam! Oct 12 17:14:07.899 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:14:07.899 INFO kablam! --> src/trust.rs:296:9 Oct 12 17:14:07.899 INFO kablam! | Oct 12 17:14:07.899 INFO kablam! 296 | cursor.read_line(&mut version); Oct 12 17:14:07.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.899 INFO kablam! | Oct 12 17:14:07.899 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:14:07.899 INFO kablam! Oct 12 17:14:07.899 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 17:14:07.899 INFO kablam! --> src/trust.rs:300:9 Oct 12 17:14:07.899 INFO kablam! | Oct 12 17:14:07.899 INFO kablam! 300 | cursor.read_until('\0' as u8, &mut rest_of_file); Oct 12 17:14:07.899 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:14:07.899 INFO kablam! | Oct 12 17:14:07.899 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 17:14:07.899 INFO kablam! Oct 12 17:14:08.465 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 12 17:14:08.469 INFO kablam! su: No module specific data is present Oct 12 17:14:09.797 INFO running `"docker" "rm" "-f" "43eb80b785d0c026227005e062e1d8d1f31e9f1a743347630a1074eae6d76629"` Oct 12 17:14:10.086 INFO blam! 43eb80b785d0c026227005e062e1d8d1f31e9f1a743347630a1074eae6d76629 Oct 12 17:14:10.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 12 17:14:10.668 INFO blam! 0bbacc65eddf6aabd49f92da309396977693692de94e393a467aee9d8d629f66 Oct 12 17:14:10.671 INFO running `"docker" "start" "-a" "0bbacc65eddf6aabd49f92da309396977693692de94e393a467aee9d8d629f66"` Oct 12 17:14:12.050 INFO kablam! usermod: no changes Oct 12 17:14:12.151 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 12 17:14:12.167 INFO kablam! Running /target/debug/deps/trust-0fb5b3d776489679 Oct 12 17:14:12.167 INFO blam! Oct 12 17:14:12.167 INFO blam! running 0 tests Oct 12 17:14:12.167 INFO blam! Oct 12 17:14:12.167 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:14:12.167 INFO blam! Oct 12 17:14:12.171 INFO kablam! su: No module specific data is present Oct 12 17:14:12.891 INFO running `"docker" "rm" "-f" "0bbacc65eddf6aabd49f92da309396977693692de94e393a467aee9d8d629f66"` Oct 12 17:14:13.163 INFO blam! 0bbacc65eddf6aabd49f92da309396977693692de94e393a467aee9d8d629f66