Oct 13 03:50:27.522 INFO testing pjungwir/rust-thread-read-to-string against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 03:50:27.524 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 03:50:28.064 INFO blam! 05a8a2366e99feb6ff0bbc15dc3c087dc778a12a75400ff7c5f9c1a9a8296cae Oct 13 03:50:28.066 INFO running `"docker" "start" "-a" "05a8a2366e99feb6ff0bbc15dc3c087dc778a12a75400ff7c5f9c1a9a8296cae"` Oct 13 03:50:30.266 INFO kablam! usermod: no changes Oct 13 03:50:30.395 INFO kablam! Compiling mime v0.2.2 Oct 13 03:50:30.399 INFO kablam! Compiling hyper v0.10.5 Oct 13 03:50:41.079 INFO kablam! Compiling thread-read-to-string v0.1.0 (/source) Oct 13 03:50:41.583 INFO kablam! warning: unused import: `Request` Oct 13 03:50:41.583 INFO kablam! --> src/main.rs:9:21 Oct 13 03:50:41.583 INFO kablam! | Oct 13 03:50:41.583 INFO kablam! 9 | use hyper::client::{Request, Response}; Oct 13 03:50:41.583 INFO kablam! | ^^^^^^^ Oct 13 03:50:41.583 INFO kablam! | Oct 13 03:50:41.583 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:50:41.583 INFO kablam! Oct 13 03:50:41.663 INFO kablam! warning: unused variable: `t` Oct 13 03:50:41.663 INFO kablam! --> src/main.rs:27:7 Oct 13 03:50:41.663 INFO kablam! | Oct 13 03:50:41.663 INFO kablam! 27 | let t = thread::spawn(move || { Oct 13 03:50:41.663 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:50:41.663 INFO kablam! | Oct 13 03:50:41.663 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:50:41.663 INFO kablam! Oct 13 03:50:41.663 INFO kablam! warning: unused variable: `t` Oct 13 03:50:41.663 INFO kablam! --> src/main.rs:73:7 Oct 13 03:50:41.663 INFO kablam! | Oct 13 03:50:41.663 INFO kablam! 73 | let t = thread::spawn(move || { Oct 13 03:50:41.663 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:50:41.663 INFO kablam! Oct 13 03:50:41.663 INFO kablam! warning: unused variable: `t` Oct 13 03:50:41.663 INFO kablam! --> src/main.rs:108:7 Oct 13 03:50:41.663 INFO kablam! | Oct 13 03:50:41.663 INFO kablam! 108 | let t = thread::spawn(move || { Oct 13 03:50:41.663 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:50:41.663 INFO kablam! Oct 13 03:50:41.663 INFO kablam! warning: unused variable: `t` Oct 13 03:50:41.663 INFO kablam! --> src/main.rs:141:7 Oct 13 03:50:41.663 INFO kablam! | Oct 13 03:50:41.663 INFO kablam! 141 | let t = thread::spawn(move || { Oct 13 03:50:41.663 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:50:41.663 INFO kablam! Oct 13 03:50:41.663 INFO kablam! warning: unused variable: `status_code` Oct 13 03:50:41.663 INFO kablam! --> src/main.rs:185:8 Oct 13 03:50:41.663 INFO kablam! | Oct 13 03:50:41.663 INFO kablam! 185 | let (status_code, buf) = get_url_with_timeout_3("http://example.com/").unwrap(); Oct 13 03:50:41.663 INFO kablam! | ^^^^^^^^^^^ help: consider using `_status_code` instead Oct 13 03:50:41.663 INFO kablam! Oct 13 03:50:41.663 INFO kablam! warning: unused variable: `status_code` Oct 13 03:50:41.663 INFO kablam! --> src/main.rs:188:8 Oct 13 03:50:41.663 INFO kablam! | Oct 13 03:50:41.663 INFO kablam! 188 | let (status_code, buf) = get_url_with_timeout_4("http://example.com/").unwrap(); Oct 13 03:50:41.663 INFO kablam! | ^^^^^^^^^^^ help: consider using `_status_code` instead Oct 13 03:50:41.663 INFO kablam! Oct 13 03:50:41.663 INFO kablam! warning: unused variable: `status_code` Oct 13 03:50:41.663 INFO kablam! --> src/main.rs:193:7 Oct 13 03:50:41.663 INFO kablam! | Oct 13 03:50:41.663 INFO kablam! 193 | let status_code = get_url_with_timeout_5("http://example.com/", &shbuf).unwrap(); Oct 13 03:50:41.663 INFO kablam! | ^^^^^^^^^^^ help: consider using `_status_code` instead Oct 13 03:50:41.663 INFO kablam! Oct 13 03:50:41.671 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:41.671 INFO kablam! --> src/main.rs:19:7 Oct 13 03:50:41.671 INFO kablam! | Oct 13 03:50:41.671 INFO kablam! 19 | let mut c = Client::new(); Oct 13 03:50:41.671 INFO kablam! | ----^ Oct 13 03:50:41.671 INFO kablam! | | Oct 13 03:50:41.671 INFO kablam! | help: remove this `mut` Oct 13 03:50:41.671 INFO kablam! | Oct 13 03:50:41.671 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:50:41.671 INFO kablam! Oct 13 03:50:41.671 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:41.671 INFO kablam! --> src/main.rs:20:7 Oct 13 03:50:41.671 INFO kablam! | Oct 13 03:50:41.671 INFO kablam! 20 | let mut req = c.get(url); Oct 13 03:50:41.671 INFO kablam! | ----^^^ Oct 13 03:50:41.671 INFO kablam! | | Oct 13 03:50:41.671 INFO kablam! | help: remove this `mut` Oct 13 03:50:41.671 INFO kablam! Oct 13 03:50:41.671 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:41.671 INFO kablam! --> src/main.rs:74:9 Oct 13 03:50:41.671 INFO kablam! | Oct 13 03:50:41.671 INFO kablam! 74 | let mut c = Client::new(); Oct 13 03:50:41.671 INFO kablam! | ----^ Oct 13 03:50:41.671 INFO kablam! | | Oct 13 03:50:41.671 INFO kablam! | help: remove this `mut` Oct 13 03:50:41.671 INFO kablam! Oct 13 03:50:41.671 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:41.671 INFO kablam! --> src/main.rs:75:9 Oct 13 03:50:41.671 INFO kablam! | Oct 13 03:50:41.671 INFO kablam! 75 | let mut req = c.get(&url); Oct 13 03:50:41.671 INFO kablam! | ----^^^ Oct 13 03:50:41.671 INFO kablam! | | Oct 13 03:50:41.671 INFO kablam! | help: remove this `mut` Oct 13 03:50:41.671 INFO kablam! Oct 13 03:50:41.671 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:41.671 INFO kablam! --> src/main.rs:76:9 Oct 13 03:50:41.671 INFO kablam! | Oct 13 03:50:41.671 INFO kablam! 76 | let mut ret = match req.send() { Oct 13 03:50:41.671 INFO kablam! | ----^^^ Oct 13 03:50:41.671 INFO kablam! | | Oct 13 03:50:41.671 INFO kablam! | help: remove this `mut` Oct 13 03:50:41.671 INFO kablam! Oct 13 03:50:41.677 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:41.677 INFO kablam! --> src/main.rs:109:9 Oct 13 03:50:41.677 INFO kablam! | Oct 13 03:50:41.677 INFO kablam! 109 | let mut c = Client::new(); Oct 13 03:50:41.677 INFO kablam! | ----^ Oct 13 03:50:41.677 INFO kablam! | | Oct 13 03:50:41.678 INFO kablam! | help: remove this `mut` Oct 13 03:50:41.678 INFO kablam! Oct 13 03:50:41.678 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:41.678 INFO kablam! --> src/main.rs:110:9 Oct 13 03:50:41.678 INFO kablam! | Oct 13 03:50:41.678 INFO kablam! 110 | let mut req = c.get(&url); Oct 13 03:50:41.678 INFO kablam! | ----^^^ Oct 13 03:50:41.678 INFO kablam! | | Oct 13 03:50:41.678 INFO kablam! | help: remove this `mut` Oct 13 03:50:41.678 INFO kablam! Oct 13 03:50:41.678 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:41.678 INFO kablam! --> src/main.rs:111:9 Oct 13 03:50:41.678 INFO kablam! | Oct 13 03:50:41.678 INFO kablam! 111 | let mut ret = match req.send() { Oct 13 03:50:41.678 INFO kablam! | ----^^^ Oct 13 03:50:41.678 INFO kablam! | | Oct 13 03:50:41.678 INFO kablam! | help: remove this `mut` Oct 13 03:50:41.678 INFO kablam! Oct 13 03:50:41.683 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:41.683 INFO kablam! --> src/main.rs:142:9 Oct 13 03:50:41.683 INFO kablam! | Oct 13 03:50:41.683 INFO kablam! 142 | let mut c = Client::new(); Oct 13 03:50:41.683 INFO kablam! | ----^ Oct 13 03:50:41.683 INFO kablam! | | Oct 13 03:50:41.683 INFO kablam! | help: remove this `mut` Oct 13 03:50:41.683 INFO kablam! Oct 13 03:50:41.683 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:41.683 INFO kablam! --> src/main.rs:143:9 Oct 13 03:50:41.683 INFO kablam! | Oct 13 03:50:41.683 INFO kablam! 143 | let mut req = c.get(&url); Oct 13 03:50:41.683 INFO kablam! | ----^^^ Oct 13 03:50:41.683 INFO kablam! | | Oct 13 03:50:41.683 INFO kablam! | help: remove this `mut` Oct 13 03:50:41.683 INFO kablam! Oct 13 03:50:41.683 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:41.683 INFO kablam! --> src/main.rs:144:9 Oct 13 03:50:41.683 INFO kablam! | Oct 13 03:50:41.683 INFO kablam! 144 | let mut ret = match req.send() { Oct 13 03:50:41.683 INFO kablam! | ----^^^ Oct 13 03:50:41.683 INFO kablam! | | Oct 13 03:50:41.683 INFO kablam! | help: remove this `mut` Oct 13 03:50:41.683 INFO kablam! Oct 13 03:50:41.683 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:41.683 INFO kablam! --> src/main.rs:137:38 Oct 13 03:50:41.683 INFO kablam! | Oct 13 03:50:41.683 INFO kablam! 137 | fn get_url_with_timeout_5(url: &str, mut shbuf: &Arc>) -> Result { Oct 13 03:50:41.683 INFO kablam! | ----^^^^^ Oct 13 03:50:41.683 INFO kablam! | | Oct 13 03:50:41.683 INFO kablam! | help: remove this `mut` Oct 13 03:50:41.683 INFO kablam! Oct 13 03:50:43.584 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.29s Oct 13 03:50:43.591 INFO kablam! su: No module specific data is present Oct 13 03:50:44.171 INFO running `"docker" "rm" "-f" "05a8a2366e99feb6ff0bbc15dc3c087dc778a12a75400ff7c5f9c1a9a8296cae"` Oct 13 03:50:44.419 INFO blam! 05a8a2366e99feb6ff0bbc15dc3c087dc778a12a75400ff7c5f9c1a9a8296cae Oct 13 03:50:44.420 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 03:50:44.801 INFO blam! cd52402748aa4c56a8eb4b2edb0d9154459061278cf445dbbeba678938502001 Oct 13 03:50:44.802 INFO running `"docker" "start" "-a" "cd52402748aa4c56a8eb4b2edb0d9154459061278cf445dbbeba678938502001"` Oct 13 03:50:46.277 INFO kablam! usermod: no changes Oct 13 03:50:46.374 INFO kablam! Compiling thread-read-to-string v0.1.0 (/source) Oct 13 03:50:46.976 INFO kablam! warning: unused import: `Request` Oct 13 03:50:46.977 INFO kablam! --> src/main.rs:9:21 Oct 13 03:50:46.977 INFO kablam! | Oct 13 03:50:46.977 INFO kablam! 9 | use hyper::client::{Request, Response}; Oct 13 03:50:46.978 INFO kablam! | ^^^^^^^ Oct 13 03:50:46.978 INFO kablam! | Oct 13 03:50:46.978 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:50:46.979 INFO kablam! Oct 13 03:50:47.063 INFO kablam! warning: unused variable: `t` Oct 13 03:50:47.063 INFO kablam! --> src/main.rs:27:7 Oct 13 03:50:47.063 INFO kablam! | Oct 13 03:50:47.063 INFO kablam! 27 | let t = thread::spawn(move || { Oct 13 03:50:47.063 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:50:47.063 INFO kablam! | Oct 13 03:50:47.063 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:50:47.063 INFO kablam! Oct 13 03:50:47.063 INFO kablam! warning: unused variable: `t` Oct 13 03:50:47.063 INFO kablam! --> src/main.rs:73:7 Oct 13 03:50:47.063 INFO kablam! | Oct 13 03:50:47.063 INFO kablam! 73 | let t = thread::spawn(move || { Oct 13 03:50:47.063 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:50:47.063 INFO kablam! Oct 13 03:50:47.063 INFO kablam! warning: unused variable: `t` Oct 13 03:50:47.063 INFO kablam! --> src/main.rs:108:7 Oct 13 03:50:47.063 INFO kablam! | Oct 13 03:50:47.063 INFO kablam! 108 | let t = thread::spawn(move || { Oct 13 03:50:47.063 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:50:47.063 INFO kablam! Oct 13 03:50:47.063 INFO kablam! warning: unused variable: `t` Oct 13 03:50:47.063 INFO kablam! --> src/main.rs:141:7 Oct 13 03:50:47.063 INFO kablam! | Oct 13 03:50:47.063 INFO kablam! 141 | let t = thread::spawn(move || { Oct 13 03:50:47.063 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:50:47.063 INFO kablam! Oct 13 03:50:47.063 INFO kablam! warning: unused variable: `status_code` Oct 13 03:50:47.063 INFO kablam! --> src/main.rs:185:8 Oct 13 03:50:47.063 INFO kablam! | Oct 13 03:50:47.063 INFO kablam! 185 | let (status_code, buf) = get_url_with_timeout_3("http://example.com/").unwrap(); Oct 13 03:50:47.063 INFO kablam! | ^^^^^^^^^^^ help: consider using `_status_code` instead Oct 13 03:50:47.063 INFO kablam! Oct 13 03:50:47.063 INFO kablam! warning: unused variable: `status_code` Oct 13 03:50:47.063 INFO kablam! --> src/main.rs:188:8 Oct 13 03:50:47.063 INFO kablam! | Oct 13 03:50:47.063 INFO kablam! 188 | let (status_code, buf) = get_url_with_timeout_4("http://example.com/").unwrap(); Oct 13 03:50:47.063 INFO kablam! | ^^^^^^^^^^^ help: consider using `_status_code` instead Oct 13 03:50:47.063 INFO kablam! Oct 13 03:50:47.063 INFO kablam! warning: unused variable: `status_code` Oct 13 03:50:47.063 INFO kablam! --> src/main.rs:193:7 Oct 13 03:50:47.063 INFO kablam! | Oct 13 03:50:47.063 INFO kablam! 193 | let status_code = get_url_with_timeout_5("http://example.com/", &shbuf).unwrap(); Oct 13 03:50:47.063 INFO kablam! | ^^^^^^^^^^^ help: consider using `_status_code` instead Oct 13 03:50:47.063 INFO kablam! Oct 13 03:50:47.069 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:47.069 INFO kablam! --> src/main.rs:19:7 Oct 13 03:50:47.069 INFO kablam! | Oct 13 03:50:47.069 INFO kablam! 19 | let mut c = Client::new(); Oct 13 03:50:47.070 INFO kablam! | ----^ Oct 13 03:50:47.070 INFO kablam! | | Oct 13 03:50:47.070 INFO kablam! | help: remove this `mut` Oct 13 03:50:47.070 INFO kablam! | Oct 13 03:50:47.070 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:50:47.070 INFO kablam! Oct 13 03:50:47.070 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:47.071 INFO kablam! --> src/main.rs:20:7 Oct 13 03:50:47.071 INFO kablam! | Oct 13 03:50:47.071 INFO kablam! 20 | let mut req = c.get(url); Oct 13 03:50:47.071 INFO kablam! | ----^^^ Oct 13 03:50:47.071 INFO kablam! | | Oct 13 03:50:47.071 INFO kablam! | help: remove this `mut` Oct 13 03:50:47.071 INFO kablam! Oct 13 03:50:47.073 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:47.073 INFO kablam! --> src/main.rs:74:9 Oct 13 03:50:47.073 INFO kablam! | Oct 13 03:50:47.073 INFO kablam! 74 | let mut c = Client::new(); Oct 13 03:50:47.073 INFO kablam! | ----^ Oct 13 03:50:47.073 INFO kablam! | | Oct 13 03:50:47.073 INFO kablam! | help: remove this `mut` Oct 13 03:50:47.073 INFO kablam! Oct 13 03:50:47.073 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:47.073 INFO kablam! --> src/main.rs:75:9 Oct 13 03:50:47.073 INFO kablam! | Oct 13 03:50:47.073 INFO kablam! 75 | let mut req = c.get(&url); Oct 13 03:50:47.073 INFO kablam! | ----^^^ Oct 13 03:50:47.073 INFO kablam! | | Oct 13 03:50:47.073 INFO kablam! | help: remove this `mut` Oct 13 03:50:47.073 INFO kablam! Oct 13 03:50:47.073 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:47.073 INFO kablam! --> src/main.rs:76:9 Oct 13 03:50:47.073 INFO kablam! | Oct 13 03:50:47.073 INFO kablam! 76 | let mut ret = match req.send() { Oct 13 03:50:47.073 INFO kablam! | ----^^^ Oct 13 03:50:47.073 INFO kablam! | | Oct 13 03:50:47.073 INFO kablam! | help: remove this `mut` Oct 13 03:50:47.073 INFO kablam! Oct 13 03:50:47.073 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:47.073 INFO kablam! --> src/main.rs:109:9 Oct 13 03:50:47.073 INFO kablam! | Oct 13 03:50:47.073 INFO kablam! 109 | let mut c = Client::new(); Oct 13 03:50:47.073 INFO kablam! | ----^ Oct 13 03:50:47.073 INFO kablam! | | Oct 13 03:50:47.073 INFO kablam! | help: remove this `mut` Oct 13 03:50:47.073 INFO kablam! Oct 13 03:50:47.073 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:47.073 INFO kablam! --> src/main.rs:110:9 Oct 13 03:50:47.073 INFO kablam! | Oct 13 03:50:47.073 INFO kablam! 110 | let mut req = c.get(&url); Oct 13 03:50:47.073 INFO kablam! | ----^^^ Oct 13 03:50:47.073 INFO kablam! | | Oct 13 03:50:47.073 INFO kablam! | help: remove this `mut` Oct 13 03:50:47.073 INFO kablam! Oct 13 03:50:47.073 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:47.073 INFO kablam! --> src/main.rs:111:9 Oct 13 03:50:47.073 INFO kablam! | Oct 13 03:50:47.073 INFO kablam! 111 | let mut ret = match req.send() { Oct 13 03:50:47.073 INFO kablam! | ----^^^ Oct 13 03:50:47.073 INFO kablam! | | Oct 13 03:50:47.073 INFO kablam! | help: remove this `mut` Oct 13 03:50:47.073 INFO kablam! Oct 13 03:50:47.079 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:47.079 INFO kablam! --> src/main.rs:142:9 Oct 13 03:50:47.079 INFO kablam! | Oct 13 03:50:47.079 INFO kablam! 142 | let mut c = Client::new(); Oct 13 03:50:47.079 INFO kablam! | ----^ Oct 13 03:50:47.079 INFO kablam! | | Oct 13 03:50:47.079 INFO kablam! | help: remove this `mut` Oct 13 03:50:47.079 INFO kablam! Oct 13 03:50:47.079 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:47.079 INFO kablam! --> src/main.rs:143:9 Oct 13 03:50:47.079 INFO kablam! | Oct 13 03:50:47.079 INFO kablam! 143 | let mut req = c.get(&url); Oct 13 03:50:47.079 INFO kablam! | ----^^^ Oct 13 03:50:47.079 INFO kablam! | | Oct 13 03:50:47.079 INFO kablam! | help: remove this `mut` Oct 13 03:50:47.079 INFO kablam! Oct 13 03:50:47.079 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:47.079 INFO kablam! --> src/main.rs:144:9 Oct 13 03:50:47.079 INFO kablam! | Oct 13 03:50:47.079 INFO kablam! 144 | let mut ret = match req.send() { Oct 13 03:50:47.079 INFO kablam! | ----^^^ Oct 13 03:50:47.079 INFO kablam! | | Oct 13 03:50:47.079 INFO kablam! | help: remove this `mut` Oct 13 03:50:47.079 INFO kablam! Oct 13 03:50:47.079 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:47.079 INFO kablam! --> src/main.rs:137:38 Oct 13 03:50:47.079 INFO kablam! | Oct 13 03:50:47.079 INFO kablam! 137 | fn get_url_with_timeout_5(url: &str, mut shbuf: &Arc>) -> Result { Oct 13 03:50:47.079 INFO kablam! | ----^^^^^ Oct 13 03:50:47.079 INFO kablam! | | Oct 13 03:50:47.079 INFO kablam! | help: remove this `mut` Oct 13 03:50:47.079 INFO kablam! Oct 13 03:50:47.566 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 13 03:50:47.568 INFO kablam! su: No module specific data is present Oct 13 03:50:48.459 INFO running `"docker" "rm" "-f" "cd52402748aa4c56a8eb4b2edb0d9154459061278cf445dbbeba678938502001"` Oct 13 03:50:48.723 INFO blam! cd52402748aa4c56a8eb4b2edb0d9154459061278cf445dbbeba678938502001 Oct 13 03:50:48.733 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 03:50:49.163 INFO blam! 078899be2cb3b8c5770f7c47adbc32983ea165ba6a087dd784f8d658bc08d355 Oct 13 03:50:49.164 INFO running `"docker" "start" "-a" "078899be2cb3b8c5770f7c47adbc32983ea165ba6a087dd784f8d658bc08d355"` Oct 13 03:50:50.746 INFO kablam! usermod: no changes Oct 13 03:50:50.826 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 13 03:50:50.839 INFO kablam! Running /target/debug/deps/thread_read_to_string-d19aea8c9f05a86e Oct 13 03:50:50.851 INFO blam! Oct 13 03:50:50.851 INFO blam! running 0 tests Oct 13 03:50:50.851 INFO blam! Oct 13 03:50:50.851 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:50:50.851 INFO blam! Oct 13 03:50:50.853 INFO kablam! su: No module specific data is present Oct 13 03:50:51.447 INFO running `"docker" "rm" "-f" "078899be2cb3b8c5770f7c47adbc32983ea165ba6a087dd784f8d658bc08d355"` Oct 13 03:50:51.711 INFO blam! 078899be2cb3b8c5770f7c47adbc32983ea165ba6a087dd784f8d658bc08d355