Oct 21 21:22:25.841 INFO checking Hoverbear/fun_with_futures against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:22:25.841 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 21:22:26.241 INFO blam! 3c460c95823ce7d99721f709e3d626824a3e6f5828dec8656de6a2625d7bd589 Oct 21 21:22:26.246 INFO running `"docker" "start" "-a" "3c460c95823ce7d99721f709e3d626824a3e6f5828dec8656de6a2625d7bd589"` Oct 21 21:22:27.667 INFO kablam! usermod: no changes Oct 21 21:22:27.828 INFO kablam! Checking futures-cpupool v0.1.3 Oct 21 21:22:28.796 INFO kablam! Checking fun_with_futures v0.1.0 (/source) Oct 21 21:22:32.957 INFO kablam! warning: the `url:` in this pattern is redundant Oct 21 21:22:32.957 INFO kablam! --> examples/11-tokio-full.rs:151:35 Oct 21 21:22:32.957 INFO kablam! | Oct 21 21:22:32.957 INFO kablam! 151 | ExampleRequest::Get { url: url } => { Oct 21 21:22:32.957 INFO kablam! | ----^^^^ Oct 21 21:22:32.958 INFO kablam! | | Oct 21 21:22:32.958 INFO kablam! | help: remove this Oct 21 21:22:32.958 INFO kablam! | Oct 21 21:22:32.958 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 21 21:22:32.958 INFO kablam! Oct 21 21:22:32.958 INFO kablam! warning: the `url:` in this pattern is redundant Oct 21 21:22:32.958 INFO kablam! --> examples/11-tokio-full.rs:157:36 Oct 21 21:22:32.958 INFO kablam! | Oct 21 21:22:32.958 INFO kablam! 157 | ExampleRequest::Post { url: url, content: content } => { Oct 21 21:22:32.958 INFO kablam! | ----^^^^ Oct 21 21:22:32.958 INFO kablam! | | Oct 21 21:22:32.958 INFO kablam! | help: remove this Oct 21 21:22:32.958 INFO kablam! Oct 21 21:22:32.958 INFO kablam! warning: the `content:` in this pattern is redundant Oct 21 21:22:32.958 INFO kablam! --> examples/11-tokio-full.rs:157:46 Oct 21 21:22:32.958 INFO kablam! | Oct 21 21:22:32.958 INFO kablam! 157 | ExampleRequest::Post { url: url, content: content } => { Oct 21 21:22:32.958 INFO kablam! | --------^^^^^^^^ Oct 21 21:22:32.958 INFO kablam! | | Oct 21 21:22:32.958 INFO kablam! | help: remove this Oct 21 21:22:32.958 INFO kablam! Oct 21 21:22:34.228 INFO kablam! warning: unused variable: `url` Oct 21 21:22:34.228 INFO kablam! --> examples/10-tokio-codec-http.rs:103:36 Oct 21 21:22:34.228 INFO kablam! | Oct 21 21:22:34.228 INFO kablam! 103 | ExampleRequest::Get { url: url } => { Oct 21 21:22:34.228 INFO kablam! | ^^^ help: consider using `_url` instead Oct 21 21:22:34.228 INFO kablam! | Oct 21 21:22:34.228 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:22:34.228 INFO kablam! Oct 21 21:22:34.228 INFO kablam! warning: unused variable: `url` Oct 21 21:22:34.228 INFO kablam! --> examples/10-tokio-codec-http.rs:106:37 Oct 21 21:22:34.228 INFO kablam! | Oct 21 21:22:34.228 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 21 21:22:34.228 INFO kablam! | ^^^ help: consider using `_url` instead Oct 21 21:22:34.228 INFO kablam! Oct 21 21:22:34.240 INFO kablam! warning: the `url:` in this pattern is redundant Oct 21 21:22:34.240 INFO kablam! --> examples/10-tokio-codec-http.rs:103:31 Oct 21 21:22:34.240 INFO kablam! | Oct 21 21:22:34.240 INFO kablam! 103 | ExampleRequest::Get { url: url } => { Oct 21 21:22:34.240 INFO kablam! | ----^^^^ Oct 21 21:22:34.240 INFO kablam! | | Oct 21 21:22:34.240 INFO kablam! | help: remove this Oct 21 21:22:34.240 INFO kablam! | Oct 21 21:22:34.240 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 21 21:22:34.240 INFO kablam! Oct 21 21:22:34.240 INFO kablam! warning: the `url:` in this pattern is redundant Oct 21 21:22:34.240 INFO kablam! --> examples/10-tokio-codec-http.rs:106:32 Oct 21 21:22:34.240 INFO kablam! | Oct 21 21:22:34.240 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 21 21:22:34.240 INFO kablam! | ----^^^^ Oct 21 21:22:34.241 INFO kablam! | | Oct 21 21:22:34.241 INFO kablam! | help: remove this Oct 21 21:22:34.241 INFO kablam! Oct 21 21:22:34.241 INFO kablam! warning: the `content:` in this pattern is redundant Oct 21 21:22:34.241 INFO kablam! --> examples/10-tokio-codec-http.rs:106:42 Oct 21 21:22:34.241 INFO kablam! | Oct 21 21:22:34.241 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 21 21:22:34.241 INFO kablam! | --------^^^^^^^^ Oct 21 21:22:34.241 INFO kablam! | | Oct 21 21:22:34.241 INFO kablam! | help: remove this Oct 21 21:22:34.241 INFO kablam! Oct 21 21:22:34.899 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.20s Oct 21 21:22:34.908 INFO kablam! su: No module specific data is present Oct 21 21:22:35.470 INFO running `"docker" "rm" "-f" "3c460c95823ce7d99721f709e3d626824a3e6f5828dec8656de6a2625d7bd589"` Oct 21 21:22:35.728 INFO blam! 3c460c95823ce7d99721f709e3d626824a3e6f5828dec8656de6a2625d7bd589