Sep 02 11:18:18.064 INFO checking happy-0.1.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 11:18:18.065 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 11:18:18.065 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 11:18:18.238 INFO blam! 2ee1995bf82f2964873c8d6607ece9b52259c6005b2a3dc5f12e42192b546c9b Sep 02 11:18:18.239 INFO running `"docker" "start" "-a" "2ee1995bf82f2964873c8d6607ece9b52259c6005b2a3dc5f12e42192b546c9b"` Sep 02 11:18:19.281 INFO kablam! Checking combine v2.4.0 Sep 02 11:18:19.284 INFO kablam! Checking tokio-proto v0.1.1 Sep 02 11:18:24.509 INFO kablam! Checking hyper v0.11.27 Sep 02 11:18:35.285 INFO kablam! Checking happy v0.1.1 (file:///source) Sep 02 11:18:40.595 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:40.596 INFO kablam! --> src/api.rs:5:15 Sep 02 11:18:40.596 INFO kablam! | Sep 02 11:18:40.596 INFO kablam! 5 | use futures::{BoxFuture, Future}; Sep 02 11:18:40.596 INFO kablam! | ^^^^^^^^^ Sep 02 11:18:40.596 INFO kablam! | Sep 02 11:18:40.596 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 11:18:40.596 INFO kablam! Sep 02 11:18:40.596 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:40.596 INFO kablam! --> src/api.rs:31:13 Sep 02 11:18:40.596 INFO kablam! | Sep 02 11:18:40.596 INFO kablam! 31 | BoxFuture + Send + Sync> ; Sep 02 11:18:40.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:18:40.597 INFO kablam! Sep 02 11:18:40.597 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 02 11:18:40.597 INFO kablam! --> src/parse_route.rs:62:30 Sep 02 11:18:40.597 INFO kablam! | Sep 02 11:18:40.597 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Sep 02 11:18:40.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:18:40.597 INFO kablam! Sep 02 11:18:40.598 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 11:18:40.598 INFO kablam! --> src/parse_route.rs:48:9 Sep 02 11:18:40.598 INFO kablam! | Sep 02 11:18:40.598 INFO kablam! 48 | use std::ascii::AsciiExt; Sep 02 11:18:40.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 11:18:40.598 INFO kablam! Sep 02 11:18:40.599 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:40.599 INFO kablam! --> src/api.rs:115:29 Sep 02 11:18:40.599 INFO kablam! | Sep 02 11:18:40.599 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Sep 02 11:18:40.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:18:40.599 INFO kablam! Sep 02 11:18:40.600 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:40.600 INFO kablam! --> src/api.rs:174:19 Sep 02 11:18:40.600 INFO kablam! | Sep 02 11:18:40.600 INFO kablam! 174 | type Future = BoxFuture; Sep 02 11:18:40.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:18:40.600 INFO kablam! Sep 02 11:18:40.876 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:40.876 INFO kablam! --> src/api.rs:89:65 Sep 02 11:18:40.876 INFO kablam! | Sep 02 11:18:40.876 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Sep 02 11:18:40.876 INFO kablam! | ^^^^^ Sep 02 11:18:40.876 INFO kablam! Sep 02 11:18:40.889 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:40.889 INFO kablam! --> src/api.rs:108:16 Sep 02 11:18:40.890 INFO kablam! | Sep 02 11:18:40.890 INFO kablam! 108 | }).boxed() Sep 02 11:18:40.890 INFO kablam! | ^^^^^ Sep 02 11:18:40.890 INFO kablam! Sep 02 11:18:40.932 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:40.932 INFO kablam! --> src/api.rs:5:15 Sep 02 11:18:40.932 INFO kablam! | Sep 02 11:18:40.932 INFO kablam! 5 | use futures::{BoxFuture, Future}; Sep 02 11:18:40.932 INFO kablam! | ^^^^^^^^^ Sep 02 11:18:40.932 INFO kablam! | Sep 02 11:18:40.932 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 11:18:40.932 INFO kablam! Sep 02 11:18:40.932 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:40.932 INFO kablam! --> src/api.rs:31:13 Sep 02 11:18:40.932 INFO kablam! | Sep 02 11:18:40.932 INFO kablam! 31 | BoxFuture + Send + Sync> ; Sep 02 11:18:40.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:18:40.932 INFO kablam! Sep 02 11:18:40.932 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 02 11:18:40.932 INFO kablam! --> src/parse_route.rs:62:30 Sep 02 11:18:40.932 INFO kablam! | Sep 02 11:18:40.932 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Sep 02 11:18:40.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:18:40.932 INFO kablam! Sep 02 11:18:40.932 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 11:18:40.933 INFO kablam! --> src/parse_route.rs:48:9 Sep 02 11:18:40.933 INFO kablam! | Sep 02 11:18:40.933 INFO kablam! 48 | use std::ascii::AsciiExt; Sep 02 11:18:40.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 11:18:40.933 INFO kablam! Sep 02 11:18:40.934 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:40.934 INFO kablam! --> src/api.rs:115:29 Sep 02 11:18:40.934 INFO kablam! | Sep 02 11:18:40.934 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Sep 02 11:18:40.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:18:40.934 INFO kablam! Sep 02 11:18:40.934 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:40.934 INFO kablam! --> src/api.rs:174:19 Sep 02 11:18:40.935 INFO kablam! | Sep 02 11:18:40.935 INFO kablam! 174 | type Future = BoxFuture; Sep 02 11:18:40.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 11:18:40.935 INFO kablam! Sep 02 11:18:40.950 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:40.950 INFO kablam! --> src/api.rs:191:33 Sep 02 11:18:40.950 INFO kablam! | Sep 02 11:18:40.950 INFO kablam! 191 | return ok(response).boxed() Sep 02 11:18:40.950 INFO kablam! | ^^^^^ Sep 02 11:18:40.950 INFO kablam! Sep 02 11:18:40.974 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:40.974 INFO kablam! --> src/api.rs:235:20 Sep 02 11:18:40.974 INFO kablam! | Sep 02 11:18:40.974 INFO kablam! 235 | result.boxed() Sep 02 11:18:40.975 INFO kablam! | ^^^^^ Sep 02 11:18:40.975 INFO kablam! Sep 02 11:18:40.979 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:40.979 INFO kablam! --> src/api.rs:243:21 Sep 02 11:18:40.979 INFO kablam! | Sep 02 11:18:40.979 INFO kablam! 243 | ok(res).boxed() Sep 02 11:18:40.979 INFO kablam! | ^^^^^ Sep 02 11:18:40.979 INFO kablam! Sep 02 11:18:41.215 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:41.217 INFO kablam! --> src/api.rs:89:65 Sep 02 11:18:41.217 INFO kablam! | Sep 02 11:18:41.217 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Sep 02 11:18:41.217 INFO kablam! | ^^^^^ Sep 02 11:18:41.217 INFO kablam! Sep 02 11:18:41.229 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:41.229 INFO kablam! --> src/api.rs:108:16 Sep 02 11:18:41.229 INFO kablam! | Sep 02 11:18:41.229 INFO kablam! 108 | }).boxed() Sep 02 11:18:41.229 INFO kablam! | ^^^^^ Sep 02 11:18:41.229 INFO kablam! Sep 02 11:18:41.287 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:41.288 INFO kablam! --> src/api.rs:191:33 Sep 02 11:18:41.288 INFO kablam! | Sep 02 11:18:41.288 INFO kablam! 191 | return ok(response).boxed() Sep 02 11:18:41.288 INFO kablam! | ^^^^^ Sep 02 11:18:41.288 INFO kablam! Sep 02 11:18:41.313 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:41.313 INFO kablam! --> src/api.rs:235:20 Sep 02 11:18:41.313 INFO kablam! | Sep 02 11:18:41.313 INFO kablam! 235 | result.boxed() Sep 02 11:18:41.313 INFO kablam! | ^^^^^ Sep 02 11:18:41.313 INFO kablam! Sep 02 11:18:41.318 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 02 11:18:41.318 INFO kablam! --> src/api.rs:243:21 Sep 02 11:18:41.318 INFO kablam! | Sep 02 11:18:41.318 INFO kablam! 243 | ok(res).boxed() Sep 02 11:18:41.318 INFO kablam! | ^^^^^ Sep 02 11:18:41.318 INFO kablam! Sep 02 11:18:46.976 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.93s Sep 02 11:18:46.991 INFO kablam! su: No module specific data is present Sep 02 11:18:47.427 INFO running `"docker" "rm" "-f" "2ee1995bf82f2964873c8d6607ece9b52259c6005b2a3dc5f12e42192b546c9b"` Sep 02 11:18:47.520 INFO blam! 2ee1995bf82f2964873c8d6607ece9b52259c6005b2a3dc5f12e42192b546c9b