Oct 27 11:29:29.200 INFO checking Hoverbear/fun_with_futures against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 11:29:29.200 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:29.667 INFO blam! 77a86cbb4df7de83cf1ced7b02f1c2d58349eda87e486f5bccd0d880c17d4674 Oct 27 11:29:29.669 INFO running `"docker" "start" "-a" "77a86cbb4df7de83cf1ced7b02f1c2d58349eda87e486f5bccd0d880c17d4674"` Oct 27 11:29:30.529 INFO kablam! usermod: no changes Oct 27 11:29:30.643 INFO kablam! Checking futures-cpupool v0.1.3 Oct 27 11:29:31.495 INFO kablam! Checking fun_with_futures v0.1.0 (/source) Oct 27 11:29:37.807 INFO kablam! warning: unused variable: `url` Oct 27 11:29:37.807 INFO kablam! --> examples/10-tokio-codec-http.rs:103:36 Oct 27 11:29:37.807 INFO kablam! | Oct 27 11:29:37.808 INFO kablam! 103 | ExampleRequest::Get { url: url } => { Oct 27 11:29:37.808 INFO kablam! | ^^^ help: consider using `_url` instead Oct 27 11:29:37.808 INFO kablam! | Oct 27 11:29:37.809 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:29:37.809 INFO kablam! Oct 27 11:29:37.810 INFO kablam! warning: unused variable: `url` Oct 27 11:29:37.810 INFO kablam! --> examples/10-tokio-codec-http.rs:106:37 Oct 27 11:29:37.811 INFO kablam! | Oct 27 11:29:37.811 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 27 11:29:37.812 INFO kablam! | ^^^ help: consider using `_url` instead Oct 27 11:29:37.812 INFO kablam! Oct 27 11:29:37.887 INFO kablam! warning: the `url:` in this pattern is redundant Oct 27 11:29:37.888 INFO kablam! --> examples/10-tokio-codec-http.rs:103:31 Oct 27 11:29:37.888 INFO kablam! | Oct 27 11:29:37.889 INFO kablam! 103 | ExampleRequest::Get { url: url } => { Oct 27 11:29:37.889 INFO kablam! | ----^^^^ Oct 27 11:29:37.890 INFO kablam! | | Oct 27 11:29:37.890 INFO kablam! | help: remove this Oct 27 11:29:37.899 INFO kablam! | Oct 27 11:29:37.900 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 27 11:29:37.900 INFO kablam! Oct 27 11:29:37.901 INFO kablam! warning: the `url:` in this pattern is redundant Oct 27 11:29:37.901 INFO kablam! --> examples/10-tokio-codec-http.rs:106:32 Oct 27 11:29:37.902 INFO kablam! | Oct 27 11:29:37.902 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 27 11:29:37.903 INFO kablam! | ----^^^^ Oct 27 11:29:37.903 INFO kablam! | | Oct 27 11:29:37.904 INFO kablam! | help: remove this Oct 27 11:29:37.904 INFO kablam! Oct 27 11:29:37.905 INFO kablam! warning: the `content:` in this pattern is redundant Oct 27 11:29:37.905 INFO kablam! --> examples/10-tokio-codec-http.rs:106:42 Oct 27 11:29:37.906 INFO kablam! | Oct 27 11:29:37.906 INFO kablam! 106 | ExampleRequest::Post { url: url, content: content } => { Oct 27 11:29:37.907 INFO kablam! | --------^^^^^^^^ Oct 27 11:29:37.907 INFO kablam! | | Oct 27 11:29:37.908 INFO kablam! | help: remove this Oct 27 11:29:37.908 INFO kablam! Oct 27 11:29:38.951 INFO kablam! warning: the `url:` in this pattern is redundant Oct 27 11:29:38.951 INFO kablam! --> examples/11-tokio-full.rs:151:35 Oct 27 11:29:38.951 INFO kablam! | Oct 27 11:29:38.951 INFO kablam! 151 | ExampleRequest::Get { url: url } => { Oct 27 11:29:38.951 INFO kablam! | ----^^^^ Oct 27 11:29:38.951 INFO kablam! | | Oct 27 11:29:38.951 INFO kablam! | help: remove this Oct 27 11:29:38.967 INFO kablam! | Oct 27 11:29:38.967 INFO kablam! = note: #[warn(non_shorthand_field_patterns)] on by default Oct 27 11:29:38.967 INFO kablam! Oct 27 11:29:38.967 INFO kablam! warning: the `url:` in this pattern is redundant Oct 27 11:29:38.967 INFO kablam! --> examples/11-tokio-full.rs:157:36 Oct 27 11:29:38.967 INFO kablam! | Oct 27 11:29:38.967 INFO kablam! 157 | ExampleRequest::Post { url: url, content: content } => { Oct 27 11:29:38.967 INFO kablam! | ----^^^^ Oct 27 11:29:38.967 INFO kablam! | | Oct 27 11:29:38.967 INFO kablam! | help: remove this Oct 27 11:29:38.967 INFO kablam! Oct 27 11:29:38.967 INFO kablam! warning: the `content:` in this pattern is redundant Oct 27 11:29:38.967 INFO kablam! --> examples/11-tokio-full.rs:157:46 Oct 27 11:29:38.967 INFO kablam! | Oct 27 11:29:38.967 INFO kablam! 157 | ExampleRequest::Post { url: url, content: content } => { Oct 27 11:29:38.967 INFO kablam! | --------^^^^^^^^ Oct 27 11:29:38.967 INFO kablam! | | Oct 27 11:29:38.967 INFO kablam! | help: remove this Oct 27 11:29:38.967 INFO kablam! Oct 27 11:29:39.400 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.84s Oct 27 11:29:39.418 INFO kablam! su: No module specific data is present Oct 27 11:29:40.028 INFO running `"docker" "rm" "-f" "77a86cbb4df7de83cf1ced7b02f1c2d58349eda87e486f5bccd0d880c17d4674"` Oct 27 11:29:40.277 INFO blam! 77a86cbb4df7de83cf1ced7b02f1c2d58349eda87e486f5bccd0d880c17d4674