Oct 27 11:29:29.748 INFO checking Hoverbear/fun_with_futures against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:29:29.748 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 27 11:29:30.281 INFO blam! 514c1f568182da4e90eae6b42f274956635ce425b0db5a588f25b5ae843fb75b Oct 27 11:29:30.285 INFO running `"docker" "start" "-a" "514c1f568182da4e90eae6b42f274956635ce425b0db5a588f25b5ae843fb75b"` Oct 27 11:29:31.455 INFO kablam! usermod: no changes Oct 27 11:29:31.595 INFO kablam! Checking futures-cpupool v0.1.3 Oct 27 11:29:32.359 INFO kablam! Checking fun_with_futures v0.1.0 (/source) Oct 27 11:29:39.099 INFO kablam! warning: unused variable: `url` Oct 27 11:29:39.099 INFO kablam! --> examples/10-tokio-codec-http.rs:103:36 Oct 27 11:29:39.099 INFO kablam! | Oct 27 11:29:39.099 INFO kablam! 103 | ExampleRequest::Get { url: url } => { Oct 27 11:29:39.099 INFO kablam! | ^^^ help: consider using `_url` instead Oct 27 11:29:39.099 INFO kablam! | Oct 27 11:29:39.099 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:29:39.099 INFO kablam! Oct 27 11:29:39.099 INFO kablam! warning: unused variable: `url` Oct 27 11:29:39.099 INFO kablam! --> examples/10-tokio-codec-http.rs:106:37 Oct 27 11:29:39.099 INFO kablam! | Oct 27 11:29:39.099 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 27 11:29:39.099 INFO kablam! | ^^^ help: consider using `_url` instead Oct 27 11:29:39.099 INFO kablam! Oct 27 11:29:39.115 INFO kablam! warning: the `url:` in this pattern is redundant Oct 27 11:29:39.115 INFO kablam! --> examples/10-tokio-codec-http.rs:103:31 Oct 27 11:29:39.115 INFO kablam! | Oct 27 11:29:39.115 INFO kablam! 103 | ExampleRequest::Get { url: url } => { Oct 27 11:29:39.115 INFO kablam! | ----^^^^ Oct 27 11:29:39.115 INFO kablam! | | Oct 27 11:29:39.115 INFO kablam! | help: remove this Oct 27 11:29:39.115 INFO kablam! | Oct 27 11:29:39.115 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 27 11:29:39.115 INFO kablam! Oct 27 11:29:39.115 INFO kablam! warning: the `url:` in this pattern is redundant Oct 27 11:29:39.115 INFO kablam! --> examples/10-tokio-codec-http.rs:106:32 Oct 27 11:29:39.115 INFO kablam! | Oct 27 11:29:39.115 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 27 11:29:39.115 INFO kablam! | ----^^^^ Oct 27 11:29:39.115 INFO kablam! | | Oct 27 11:29:39.115 INFO kablam! | help: remove this Oct 27 11:29:39.115 INFO kablam! Oct 27 11:29:39.115 INFO kablam! warning: the `content:` in this pattern is redundant Oct 27 11:29:39.115 INFO kablam! --> examples/10-tokio-codec-http.rs:106:42 Oct 27 11:29:39.115 INFO kablam! | Oct 27 11:29:39.115 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 27 11:29:39.115 INFO kablam! | --------^^^^^^^^ Oct 27 11:29:39.115 INFO kablam! | | Oct 27 11:29:39.115 INFO kablam! | help: remove this Oct 27 11:29:39.115 INFO kablam! Oct 27 11:29:39.519 INFO kablam! warning: the `url:` in this pattern is redundant Oct 27 11:29:39.519 INFO kablam! --> examples/11-tokio-full.rs:151:35 Oct 27 11:29:39.519 INFO kablam! | Oct 27 11:29:39.519 INFO kablam! 151 | ExampleRequest::Get { url: url } => { Oct 27 11:29:39.519 INFO kablam! | ----^^^^ Oct 27 11:29:39.519 INFO kablam! | | Oct 27 11:29:39.519 INFO kablam! | help: remove this Oct 27 11:29:39.519 INFO kablam! | Oct 27 11:29:39.519 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 27 11:29:39.519 INFO kablam! Oct 27 11:29:39.519 INFO kablam! warning: the `url:` in this pattern is redundant Oct 27 11:29:39.519 INFO kablam! --> examples/11-tokio-full.rs:157:36 Oct 27 11:29:39.519 INFO kablam! | Oct 27 11:29:39.519 INFO kablam! 157 | ExampleRequest::Post { url: url, content: content } => { Oct 27 11:29:39.519 INFO kablam! | ----^^^^ Oct 27 11:29:39.519 INFO kablam! | | Oct 27 11:29:39.519 INFO kablam! | help: remove this Oct 27 11:29:39.519 INFO kablam! Oct 27 11:29:39.519 INFO kablam! warning: the `content:` in this pattern is redundant Oct 27 11:29:39.519 INFO kablam! --> examples/11-tokio-full.rs:157:46 Oct 27 11:29:39.519 INFO kablam! | Oct 27 11:29:39.519 INFO kablam! 157 | ExampleRequest::Post { url: url, content: content } => { Oct 27 11:29:39.519 INFO kablam! | --------^^^^^^^^ Oct 27 11:29:39.519 INFO kablam! | | Oct 27 11:29:39.519 INFO kablam! | help: remove this Oct 27 11:29:39.519 INFO kablam! Oct 27 11:29:40.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.79s Oct 27 11:29:40.302 INFO kablam! su: No module specific data is present Oct 27 11:29:41.269 INFO running `"docker" "rm" "-f" "514c1f568182da4e90eae6b42f274956635ce425b0db5a588f25b5ae843fb75b"` Oct 27 11:29:41.630 INFO blam! 514c1f568182da4e90eae6b42f274956635ce425b0db5a588f25b5ae843fb75b