Oct 13 03:50:43.017 INFO testing pjungwir/rust-thread-read-to-string against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:50:43.019 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:43.800 INFO blam! c6b77a571cd99c5fb85bd292c0113e2d3f906314ccc0cd4743e986c0388c9018 Oct 13 03:50:43.803 INFO running `"docker" "start" "-a" "c6b77a571cd99c5fb85bd292c0113e2d3f906314ccc0cd4743e986c0388c9018"` Oct 13 03:50:44.839 INFO kablam! usermod: no changes Oct 13 03:50:44.951 INFO kablam! Compiling mime v0.2.2 Oct 13 03:50:44.951 INFO kablam! Compiling hyper v0.10.5 Oct 13 03:50:54.995 INFO kablam! Compiling thread-read-to-string v0.1.0 (/source) Oct 13 03:50:55.510 INFO kablam! warning: unused import: `Request` Oct 13 03:50:55.510 INFO kablam! --> src/main.rs:9:21 Oct 13 03:50:55.511 INFO kablam! | Oct 13 03:50:55.511 INFO kablam! 9 | use hyper::client::{Request, Response}; Oct 13 03:50:55.511 INFO kablam! | ^^^^^^^ Oct 13 03:50:55.511 INFO kablam! | Oct 13 03:50:55.512 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:50:55.512 INFO kablam! Oct 13 03:50:55.611 INFO kablam! warning: unused variable: `t` Oct 13 03:50:55.611 INFO kablam! --> src/main.rs:27:7 Oct 13 03:50:55.611 INFO kablam! | Oct 13 03:50:55.611 INFO kablam! 27 | let t = thread::spawn(move || { Oct 13 03:50:55.611 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:50:55.611 INFO kablam! | Oct 13 03:50:55.611 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:50:55.611 INFO kablam! Oct 13 03:50:55.611 INFO kablam! warning: unused variable: `t` Oct 13 03:50:55.611 INFO kablam! --> src/main.rs:73:7 Oct 13 03:50:55.611 INFO kablam! | Oct 13 03:50:55.611 INFO kablam! 73 | let t = thread::spawn(move || { Oct 13 03:50:55.611 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:50:55.611 INFO kablam! Oct 13 03:50:55.611 INFO kablam! warning: unused variable: `t` Oct 13 03:50:55.611 INFO kablam! --> src/main.rs:108:7 Oct 13 03:50:55.611 INFO kablam! | Oct 13 03:50:55.611 INFO kablam! 108 | let t = thread::spawn(move || { Oct 13 03:50:55.611 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:50:55.611 INFO kablam! Oct 13 03:50:55.611 INFO kablam! warning: unused variable: `t` Oct 13 03:50:55.611 INFO kablam! --> src/main.rs:141:7 Oct 13 03:50:55.611 INFO kablam! | Oct 13 03:50:55.611 INFO kablam! 141 | let t = thread::spawn(move || { Oct 13 03:50:55.611 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:50:55.611 INFO kablam! Oct 13 03:50:55.611 INFO kablam! warning: unused variable: `status_code` Oct 13 03:50:55.611 INFO kablam! --> src/main.rs:185:8 Oct 13 03:50:55.611 INFO kablam! | Oct 13 03:50:55.611 INFO kablam! 185 | let (status_code, buf) = get_url_with_timeout_3("http://example.com/").unwrap(); Oct 13 03:50:55.611 INFO kablam! | ^^^^^^^^^^^ help: consider using `_status_code` instead Oct 13 03:50:55.611 INFO kablam! Oct 13 03:50:55.611 INFO kablam! warning: unused variable: `status_code` Oct 13 03:50:55.611 INFO kablam! --> src/main.rs:188:8 Oct 13 03:50:55.611 INFO kablam! | Oct 13 03:50:55.611 INFO kablam! 188 | let (status_code, buf) = get_url_with_timeout_4("http://example.com/").unwrap(); Oct 13 03:50:55.611 INFO kablam! | ^^^^^^^^^^^ help: consider using `_status_code` instead Oct 13 03:50:55.611 INFO kablam! Oct 13 03:50:55.611 INFO kablam! warning: unused variable: `status_code` Oct 13 03:50:55.611 INFO kablam! --> src/main.rs:193:7 Oct 13 03:50:55.611 INFO kablam! | Oct 13 03:50:55.611 INFO kablam! 193 | let status_code = get_url_with_timeout_5("http://example.com/", &shbuf).unwrap(); Oct 13 03:50:55.611 INFO kablam! | ^^^^^^^^^^^ help: consider using `_status_code` instead Oct 13 03:50:55.611 INFO kablam! Oct 13 03:50:55.612 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:55.612 INFO kablam! --> src/main.rs:19:7 Oct 13 03:50:55.612 INFO kablam! | Oct 13 03:50:55.612 INFO kablam! 19 | let mut c = Client::new(); Oct 13 03:50:55.612 INFO kablam! | ----^ Oct 13 03:50:55.612 INFO kablam! | | Oct 13 03:50:55.612 INFO kablam! | help: remove this `mut` Oct 13 03:50:55.612 INFO kablam! | Oct 13 03:50:55.612 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:50:55.612 INFO kablam! Oct 13 03:50:55.612 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:55.612 INFO kablam! --> src/main.rs:20:7 Oct 13 03:50:55.612 INFO kablam! | Oct 13 03:50:55.612 INFO kablam! 20 | let mut req = c.get(url); Oct 13 03:50:55.612 INFO kablam! | ----^^^ Oct 13 03:50:55.612 INFO kablam! | | Oct 13 03:50:55.612 INFO kablam! | help: remove this `mut` Oct 13 03:50:55.612 INFO kablam! Oct 13 03:50:55.615 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:55.615 INFO kablam! --> src/main.rs:74:9 Oct 13 03:50:55.615 INFO kablam! | Oct 13 03:50:55.615 INFO kablam! 74 | let mut c = Client::new(); Oct 13 03:50:55.615 INFO kablam! | ----^ Oct 13 03:50:55.615 INFO kablam! | | Oct 13 03:50:55.615 INFO kablam! | help: remove this `mut` Oct 13 03:50:55.615 INFO kablam! Oct 13 03:50:55.615 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:55.615 INFO kablam! --> src/main.rs:75:9 Oct 13 03:50:55.615 INFO kablam! | Oct 13 03:50:55.615 INFO kablam! 75 | let mut req = c.get(&url); Oct 13 03:50:55.615 INFO kablam! | ----^^^ Oct 13 03:50:55.615 INFO kablam! | | Oct 13 03:50:55.615 INFO kablam! | help: remove this `mut` Oct 13 03:50:55.615 INFO kablam! Oct 13 03:50:55.615 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:55.615 INFO kablam! --> src/main.rs:76:9 Oct 13 03:50:55.615 INFO kablam! | Oct 13 03:50:55.615 INFO kablam! 76 | let mut ret = match req.send() { Oct 13 03:50:55.615 INFO kablam! | ----^^^ Oct 13 03:50:55.615 INFO kablam! | | Oct 13 03:50:55.615 INFO kablam! | help: remove this `mut` Oct 13 03:50:55.615 INFO kablam! Oct 13 03:50:55.619 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:55.619 INFO kablam! --> src/main.rs:109:9 Oct 13 03:50:55.619 INFO kablam! | Oct 13 03:50:55.619 INFO kablam! 109 | let mut c = Client::new(); Oct 13 03:50:55.619 INFO kablam! | ----^ Oct 13 03:50:55.619 INFO kablam! | | Oct 13 03:50:55.619 INFO kablam! | help: remove this `mut` Oct 13 03:50:55.619 INFO kablam! Oct 13 03:50:55.619 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:55.619 INFO kablam! --> src/main.rs:110:9 Oct 13 03:50:55.619 INFO kablam! | Oct 13 03:50:55.619 INFO kablam! 110 | let mut req = c.get(&url); Oct 13 03:50:55.619 INFO kablam! | ----^^^ Oct 13 03:50:55.619 INFO kablam! | | Oct 13 03:50:55.619 INFO kablam! | help: remove this `mut` Oct 13 03:50:55.619 INFO kablam! Oct 13 03:50:55.619 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:55.619 INFO kablam! --> src/main.rs:111:9 Oct 13 03:50:55.619 INFO kablam! | Oct 13 03:50:55.619 INFO kablam! 111 | let mut ret = match req.send() { Oct 13 03:50:55.619 INFO kablam! | ----^^^ Oct 13 03:50:55.619 INFO kablam! | | Oct 13 03:50:55.619 INFO kablam! | help: remove this `mut` Oct 13 03:50:55.619 INFO kablam! Oct 13 03:50:55.623 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:55.623 INFO kablam! --> src/main.rs:142:9 Oct 13 03:50:55.623 INFO kablam! | Oct 13 03:50:55.623 INFO kablam! 142 | let mut c = Client::new(); Oct 13 03:50:55.623 INFO kablam! | ----^ Oct 13 03:50:55.623 INFO kablam! | | Oct 13 03:50:55.623 INFO kablam! | help: remove this `mut` Oct 13 03:50:55.623 INFO kablam! Oct 13 03:50:55.623 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:55.623 INFO kablam! --> src/main.rs:143:9 Oct 13 03:50:55.623 INFO kablam! | Oct 13 03:50:55.623 INFO kablam! 143 | let mut req = c.get(&url); Oct 13 03:50:55.623 INFO kablam! | ----^^^ Oct 13 03:50:55.623 INFO kablam! | | Oct 13 03:50:55.623 INFO kablam! | help: remove this `mut` Oct 13 03:50:55.623 INFO kablam! Oct 13 03:50:55.623 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:55.623 INFO kablam! --> src/main.rs:144:9 Oct 13 03:50:55.624 INFO kablam! | Oct 13 03:50:55.624 INFO kablam! 144 | let mut ret = match req.send() { Oct 13 03:50:55.624 INFO kablam! | ----^^^ Oct 13 03:50:55.624 INFO kablam! | | Oct 13 03:50:55.624 INFO kablam! | help: remove this `mut` Oct 13 03:50:55.624 INFO kablam! Oct 13 03:50:55.624 INFO kablam! warning: variable does not need to be mutable Oct 13 03:50:55.624 INFO kablam! --> src/main.rs:137:38 Oct 13 03:50:55.624 INFO kablam! | Oct 13 03:50:55.624 INFO kablam! 137 | fn get_url_with_timeout_5(url: &str, mut shbuf: &Arc>) -> Result { Oct 13 03:50:55.624 INFO kablam! | ----^^^^^ Oct 13 03:50:55.624 INFO kablam! | | Oct 13 03:50:55.624 INFO kablam! | help: remove this `mut` Oct 13 03:50:55.624 INFO kablam! Oct 13 03:50:57.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.79s Oct 13 03:50:57.660 INFO kablam! su: No module specific data is present Oct 13 03:50:58.135 INFO running `"docker" "rm" "-f" "c6b77a571cd99c5fb85bd292c0113e2d3f906314ccc0cd4743e986c0388c9018"` Oct 13 03:50:58.391 INFO blam! c6b77a571cd99c5fb85bd292c0113e2d3f906314ccc0cd4743e986c0388c9018 Oct 13 03:50:58.398 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:58.804 INFO blam! a1cebf786bd4d34c887f8ba4117fa9387b00498be997314ac154085de7d52895 Oct 13 03:50:58.806 INFO running `"docker" "start" "-a" "a1cebf786bd4d34c887f8ba4117fa9387b00498be997314ac154085de7d52895"` Oct 13 03:51:00.010 INFO kablam! usermod: no changes Oct 13 03:51:00.077 INFO kablam! Compiling thread-read-to-string v0.1.0 (/source) Oct 13 03:51:00.523 INFO kablam! warning: unused import: `Request` Oct 13 03:51:00.523 INFO kablam! --> src/main.rs:9:21 Oct 13 03:51:00.523 INFO kablam! | Oct 13 03:51:00.523 INFO kablam! 9 | use hyper::client::{Request, Response}; Oct 13 03:51:00.523 INFO kablam! | ^^^^^^^ Oct 13 03:51:00.523 INFO kablam! | Oct 13 03:51:00.523 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:51:00.523 INFO kablam! Oct 13 03:51:00.591 INFO kablam! warning: unused variable: `t` Oct 13 03:51:00.591 INFO kablam! --> src/main.rs:27:7 Oct 13 03:51:00.592 INFO kablam! | Oct 13 03:51:00.592 INFO kablam! 27 | let t = thread::spawn(move || { Oct 13 03:51:00.592 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:51:00.592 INFO kablam! | Oct 13 03:51:00.593 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:51:00.593 INFO kablam! Oct 13 03:51:00.593 INFO kablam! warning: unused variable: `t` Oct 13 03:51:00.593 INFO kablam! --> src/main.rs:73:7 Oct 13 03:51:00.594 INFO kablam! | Oct 13 03:51:00.594 INFO kablam! 73 | let t = thread::spawn(move || { Oct 13 03:51:00.594 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:51:00.595 INFO kablam! Oct 13 03:51:00.595 INFO kablam! warning: unused variable: `t` Oct 13 03:51:00.595 INFO kablam! --> src/main.rs:108:7 Oct 13 03:51:00.596 INFO kablam! | Oct 13 03:51:00.596 INFO kablam! 108 | let t = thread::spawn(move || { Oct 13 03:51:00.596 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:51:00.597 INFO kablam! Oct 13 03:51:00.597 INFO kablam! warning: unused variable: `t` Oct 13 03:51:00.597 INFO kablam! --> src/main.rs:141:7 Oct 13 03:51:00.597 INFO kablam! | Oct 13 03:51:00.597 INFO kablam! 141 | let t = thread::spawn(move || { Oct 13 03:51:00.597 INFO kablam! | ^ help: consider using `_t` instead Oct 13 03:51:00.597 INFO kablam! Oct 13 03:51:00.597 INFO kablam! warning: unused variable: `status_code` Oct 13 03:51:00.597 INFO kablam! --> src/main.rs:185:8 Oct 13 03:51:00.597 INFO kablam! | Oct 13 03:51:00.597 INFO kablam! 185 | let (status_code, buf) = get_url_with_timeout_3("http://example.com/").unwrap(); Oct 13 03:51:00.597 INFO kablam! | ^^^^^^^^^^^ help: consider using `_status_code` instead Oct 13 03:51:00.597 INFO kablam! Oct 13 03:51:00.597 INFO kablam! warning: unused variable: `status_code` Oct 13 03:51:00.597 INFO kablam! --> src/main.rs:188:8 Oct 13 03:51:00.597 INFO kablam! | Oct 13 03:51:00.597 INFO kablam! 188 | let (status_code, buf) = get_url_with_timeout_4("http://example.com/").unwrap(); Oct 13 03:51:00.597 INFO kablam! | ^^^^^^^^^^^ help: consider using `_status_code` instead Oct 13 03:51:00.597 INFO kablam! Oct 13 03:51:00.597 INFO kablam! warning: unused variable: `status_code` Oct 13 03:51:00.597 INFO kablam! --> src/main.rs:193:7 Oct 13 03:51:00.597 INFO kablam! | Oct 13 03:51:00.597 INFO kablam! 193 | let status_code = get_url_with_timeout_5("http://example.com/", &shbuf).unwrap(); Oct 13 03:51:00.597 INFO kablam! | ^^^^^^^^^^^ help: consider using `_status_code` instead Oct 13 03:51:00.597 INFO kablam! Oct 13 03:51:00.597 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:00.597 INFO kablam! --> src/main.rs:19:7 Oct 13 03:51:00.598 INFO kablam! | Oct 13 03:51:00.598 INFO kablam! 19 | let mut c = Client::new(); Oct 13 03:51:00.598 INFO kablam! | ----^ Oct 13 03:51:00.598 INFO kablam! | | Oct 13 03:51:00.598 INFO kablam! | help: remove this `mut` Oct 13 03:51:00.598 INFO kablam! | Oct 13 03:51:00.598 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:51:00.598 INFO kablam! Oct 13 03:51:00.598 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:00.598 INFO kablam! --> src/main.rs:20:7 Oct 13 03:51:00.598 INFO kablam! | Oct 13 03:51:00.598 INFO kablam! 20 | let mut req = c.get(url); Oct 13 03:51:00.598 INFO kablam! | ----^^^ Oct 13 03:51:00.598 INFO kablam! | | Oct 13 03:51:00.598 INFO kablam! | help: remove this `mut` Oct 13 03:51:00.598 INFO kablam! Oct 13 03:51:00.600 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:00.600 INFO kablam! --> src/main.rs:74:9 Oct 13 03:51:00.600 INFO kablam! | Oct 13 03:51:00.600 INFO kablam! 74 | let mut c = Client::new(); Oct 13 03:51:00.600 INFO kablam! | ----^ Oct 13 03:51:00.600 INFO kablam! | | Oct 13 03:51:00.601 INFO kablam! | help: remove this `mut` Oct 13 03:51:00.601 INFO kablam! Oct 13 03:51:00.601 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:00.601 INFO kablam! --> src/main.rs:75:9 Oct 13 03:51:00.601 INFO kablam! | Oct 13 03:51:00.601 INFO kablam! 75 | let mut req = c.get(&url); Oct 13 03:51:00.601 INFO kablam! | ----^^^ Oct 13 03:51:00.601 INFO kablam! | | Oct 13 03:51:00.601 INFO kablam! | help: remove this `mut` Oct 13 03:51:00.601 INFO kablam! Oct 13 03:51:00.601 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:00.601 INFO kablam! --> src/main.rs:76:9 Oct 13 03:51:00.601 INFO kablam! | Oct 13 03:51:00.601 INFO kablam! 76 | let mut ret = match req.send() { Oct 13 03:51:00.601 INFO kablam! | ----^^^ Oct 13 03:51:00.601 INFO kablam! | | Oct 13 03:51:00.601 INFO kablam! | help: remove this `mut` Oct 13 03:51:00.601 INFO kablam! Oct 13 03:51:00.603 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:00.603 INFO kablam! --> src/main.rs:109:9 Oct 13 03:51:00.603 INFO kablam! | Oct 13 03:51:00.603 INFO kablam! 109 | let mut c = Client::new(); Oct 13 03:51:00.603 INFO kablam! | ----^ Oct 13 03:51:00.603 INFO kablam! | | Oct 13 03:51:00.603 INFO kablam! | help: remove this `mut` Oct 13 03:51:00.603 INFO kablam! Oct 13 03:51:00.603 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:00.603 INFO kablam! --> src/main.rs:110:9 Oct 13 03:51:00.603 INFO kablam! | Oct 13 03:51:00.603 INFO kablam! 110 | let mut req = c.get(&url); Oct 13 03:51:00.603 INFO kablam! | ----^^^ Oct 13 03:51:00.603 INFO kablam! | | Oct 13 03:51:00.603 INFO kablam! | help: remove this `mut` Oct 13 03:51:00.603 INFO kablam! Oct 13 03:51:00.611 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:00.611 INFO kablam! --> src/main.rs:111:9 Oct 13 03:51:00.611 INFO kablam! | Oct 13 03:51:00.611 INFO kablam! 111 | let mut ret = match req.send() { Oct 13 03:51:00.611 INFO kablam! | ----^^^ Oct 13 03:51:00.612 INFO kablam! | | Oct 13 03:51:00.612 INFO kablam! | help: remove this `mut` Oct 13 03:51:00.612 INFO kablam! Oct 13 03:51:00.612 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:00.612 INFO kablam! --> src/main.rs:142:9 Oct 13 03:51:00.612 INFO kablam! | Oct 13 03:51:00.613 INFO kablam! 142 | let mut c = Client::new(); Oct 13 03:51:00.613 INFO kablam! | ----^ Oct 13 03:51:00.613 INFO kablam! | | Oct 13 03:51:00.613 INFO kablam! | help: remove this `mut` Oct 13 03:51:00.613 INFO kablam! Oct 13 03:51:00.613 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:00.613 INFO kablam! --> src/main.rs:143:9 Oct 13 03:51:00.614 INFO kablam! | Oct 13 03:51:00.614 INFO kablam! 143 | let mut req = c.get(&url); Oct 13 03:51:00.614 INFO kablam! | ----^^^ Oct 13 03:51:00.614 INFO kablam! | | Oct 13 03:51:00.614 INFO kablam! | help: remove this `mut` Oct 13 03:51:00.614 INFO kablam! Oct 13 03:51:00.615 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:00.615 INFO kablam! --> src/main.rs:144:9 Oct 13 03:51:00.615 INFO kablam! | Oct 13 03:51:00.615 INFO kablam! 144 | let mut ret = match req.send() { Oct 13 03:51:00.615 INFO kablam! | ----^^^ Oct 13 03:51:00.615 INFO kablam! | | Oct 13 03:51:00.615 INFO kablam! | help: remove this `mut` Oct 13 03:51:00.616 INFO kablam! Oct 13 03:51:00.616 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:00.616 INFO kablam! --> src/main.rs:137:38 Oct 13 03:51:00.616 INFO kablam! | Oct 13 03:51:00.616 INFO kablam! 137 | fn get_url_with_timeout_5(url: &str, mut shbuf: &Arc>) -> Result { Oct 13 03:51:00.616 INFO kablam! | ----^^^^^ Oct 13 03:51:00.616 INFO kablam! | | Oct 13 03:51:00.616 INFO kablam! | help: remove this `mut` Oct 13 03:51:00.617 INFO kablam! Oct 13 03:51:01.069 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 13 03:51:01.074 INFO kablam! su: No module specific data is present Oct 13 03:51:01.531 INFO running `"docker" "rm" "-f" "a1cebf786bd4d34c887f8ba4117fa9387b00498be997314ac154085de7d52895"` Oct 13 03:51:01.692 INFO blam! a1cebf786bd4d34c887f8ba4117fa9387b00498be997314ac154085de7d52895 Oct 13 03:51:01.696 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:51:01.966 INFO blam! 1b91065ed3eab818a1245685c8e97b0d64b2b1e57bffa495c42b4207ed518b22 Oct 13 03:51:01.975 INFO running `"docker" "start" "-a" "1b91065ed3eab818a1245685c8e97b0d64b2b1e57bffa495c42b4207ed518b22"` Oct 13 03:51:02.615 INFO kablam! usermod: no changes Oct 13 03:51:02.656 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 03:51:02.668 INFO kablam! Running /target/debug/deps/thread_read_to_string-a55da702b1442755 Oct 13 03:51:02.670 INFO blam! Oct 13 03:51:02.670 INFO blam! running 0 tests Oct 13 03:51:02.670 INFO blam! Oct 13 03:51:02.670 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:51:02.670 INFO blam! Oct 13 03:51:02.674 INFO kablam! su: No module specific data is present Oct 13 03:51:02.928 INFO running `"docker" "rm" "-f" "1b91065ed3eab818a1245685c8e97b0d64b2b1e57bffa495c42b4207ed518b22"` Oct 13 03:51:03.019 INFO blam! 1b91065ed3eab818a1245685c8e97b0d64b2b1e57bffa495c42b4207ed518b22