Oct 13 04:20:40.955 INFO checking Hoverbear/fun_with_futures against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 04:20:40.955 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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 04:20:41.317 INFO blam! 2eda96b10d06737e953d00c6b7dc0ce0e96c137ccf50ca37181e8a1c73f69cf2 Oct 13 04:20:41.324 INFO running `"docker" "start" "-a" "2eda96b10d06737e953d00c6b7dc0ce0e96c137ccf50ca37181e8a1c73f69cf2"` Oct 13 04:20:42.320 INFO kablam! usermod: no changes Oct 13 04:20:42.484 INFO kablam! Checking net2 v0.2.26 Oct 13 04:20:42.496 INFO kablam! Checking tokio-service v0.1.0 Oct 13 04:20:42.496 INFO kablam! Checking futures-cpupool v0.1.3 Oct 13 04:20:44.118 INFO kablam! Checking mio v0.6.4 Oct 13 04:20:45.908 INFO kablam! Checking tokio-core v0.1.4 Oct 13 04:20:47.681 INFO kablam! Checking tokio-proto v0.1.0 Oct 13 04:20:50.262 INFO kablam! Checking fun_with_futures v0.1.0 (/source) Oct 13 04:20:54.962 INFO kablam! warning: unused variable: `url` Oct 13 04:20:54.962 INFO kablam! --> examples/10-tokio-codec-http.rs:103:36 Oct 13 04:20:54.962 INFO kablam! | Oct 13 04:20:54.962 INFO kablam! 103 | ExampleRequest::Get { url: url } => { Oct 13 04:20:54.962 INFO kablam! | ^^^ help: consider using `_url` instead Oct 13 04:20:54.962 INFO kablam! | Oct 13 04:20:54.962 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:20:54.962 INFO kablam! Oct 13 04:20:54.962 INFO kablam! warning: unused variable: `url` Oct 13 04:20:54.962 INFO kablam! --> examples/10-tokio-codec-http.rs:106:37 Oct 13 04:20:54.962 INFO kablam! | Oct 13 04:20:54.962 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 13 04:20:54.962 INFO kablam! | ^^^ help: consider using `_url` instead Oct 13 04:20:54.962 INFO kablam! Oct 13 04:20:54.996 INFO kablam! warning: the `url:` in this pattern is redundant Oct 13 04:20:54.996 INFO kablam! --> examples/10-tokio-codec-http.rs:103:31 Oct 13 04:20:54.996 INFO kablam! | Oct 13 04:20:54.996 INFO kablam! 103 | ExampleRequest::Get { url: url } => { Oct 13 04:20:54.996 INFO kablam! | ----^^^^ Oct 13 04:20:54.996 INFO kablam! | | Oct 13 04:20:54.996 INFO kablam! | help: remove this Oct 13 04:20:54.996 INFO kablam! | Oct 13 04:20:54.996 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 13 04:20:54.996 INFO kablam! Oct 13 04:20:54.996 INFO kablam! warning: the `url:` in this pattern is redundant Oct 13 04:20:54.996 INFO kablam! --> examples/10-tokio-codec-http.rs:106:32 Oct 13 04:20:54.996 INFO kablam! | Oct 13 04:20:54.996 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 13 04:20:54.996 INFO kablam! | ----^^^^ Oct 13 04:20:54.997 INFO kablam! | | Oct 13 04:20:54.997 INFO kablam! | help: remove this Oct 13 04:20:54.997 INFO kablam! Oct 13 04:20:54.997 INFO kablam! warning: the `content:` in this pattern is redundant Oct 13 04:20:54.997 INFO kablam! --> examples/10-tokio-codec-http.rs:106:42 Oct 13 04:20:54.997 INFO kablam! | Oct 13 04:20:54.997 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 13 04:20:54.997 INFO kablam! | --------^^^^^^^^ Oct 13 04:20:54.997 INFO kablam! | | Oct 13 04:20:54.997 INFO kablam! | help: remove this Oct 13 04:20:54.997 INFO kablam! Oct 13 04:20:55.472 INFO kablam! warning: the `url:` in this pattern is redundant Oct 13 04:20:55.473 INFO kablam! --> examples/11-tokio-full.rs:151:35 Oct 13 04:20:55.473 INFO kablam! | Oct 13 04:20:55.473 INFO kablam! 151 | ExampleRequest::Get { url: url } => { Oct 13 04:20:55.473 INFO kablam! | ----^^^^ Oct 13 04:20:55.473 INFO kablam! | | Oct 13 04:20:55.473 INFO kablam! | help: remove this Oct 13 04:20:55.473 INFO kablam! | Oct 13 04:20:55.473 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 13 04:20:55.473 INFO kablam! Oct 13 04:20:55.473 INFO kablam! warning: the `url:` in this pattern is redundant Oct 13 04:20:55.473 INFO kablam! --> examples/11-tokio-full.rs:157:36 Oct 13 04:20:55.473 INFO kablam! | Oct 13 04:20:55.473 INFO kablam! 157 | ExampleRequest::Post { url: url, content: content } => { Oct 13 04:20:55.473 INFO kablam! | ----^^^^ Oct 13 04:20:55.473 INFO kablam! | | Oct 13 04:20:55.473 INFO kablam! | help: remove this Oct 13 04:20:55.473 INFO kablam! Oct 13 04:20:55.473 INFO kablam! warning: the `content:` in this pattern is redundant Oct 13 04:20:55.473 INFO kablam! --> examples/11-tokio-full.rs:157:46 Oct 13 04:20:55.473 INFO kablam! | Oct 13 04:20:55.473 INFO kablam! 157 | ExampleRequest::Post { url: url, content: content } => { Oct 13 04:20:55.473 INFO kablam! | --------^^^^^^^^ Oct 13 04:20:55.473 INFO kablam! | | Oct 13 04:20:55.473 INFO kablam! | help: remove this Oct 13 04:20:55.478 INFO kablam! Oct 13 04:20:55.841 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.48s Oct 13 04:20:55.852 INFO kablam! su: No module specific data is present Oct 13 04:20:56.748 INFO running `"docker" "rm" "-f" "2eda96b10d06737e953d00c6b7dc0ce0e96c137ccf50ca37181e8a1c73f69cf2"` Oct 13 04:20:56.981 INFO blam! 2eda96b10d06737e953d00c6b7dc0ce0e96c137ccf50ca37181e8a1c73f69cf2