Sep 20 00:16:12.804 INFO checking happy-0.1.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 00:16:12.804 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 00:16:12.804 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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=1000" "-e" "CMD=cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:16:12.970 INFO blam! cab30351d2470c3bf1078391ec6673c0dc9db1c41bdc8881a09363e33ccb1ab0 Sep 20 00:16:12.972 INFO running `"docker" "start" "-a" "cab30351d2470c3bf1078391ec6673c0dc9db1c41bdc8881a09363e33ccb1ab0"` Sep 20 00:16:14.190 INFO kablam! usermod: no changes Sep 20 00:16:14.390 INFO kablam! Checking combine v2.4.0 Sep 20 00:16:14.391 INFO kablam! Checking tokio-proto v0.1.1 Sep 20 00:16:17.683 INFO kablam! Checking hyper v0.11.27 Sep 20 00:16:24.430 INFO kablam! Checking happy v0.1.1 (/source) Sep 20 00:16:26.955 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 20 00:16:26.955 INFO kablam! --> src/api.rs:5:15 Sep 20 00:16:26.955 INFO kablam! | Sep 20 00:16:26.955 INFO kablam! 5 | use futures::{BoxFuture, Future}; Sep 20 00:16:26.955 INFO kablam! | ^^^^^^^^^ Sep 20 00:16:26.955 INFO kablam! | Sep 20 00:16:26.955 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 00:16:26.955 INFO kablam! Sep 20 00:16:26.955 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 20 00:16:26.955 INFO kablam! --> src/api.rs:31:13 Sep 20 00:16:26.955 INFO kablam! | Sep 20 00:16:26.955 INFO kablam! 31 | BoxFuture + Send + Sync> ; Sep 20 00:16:26.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:16:26.955 INFO kablam! Sep 20 00:16:26.957 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 20 00:16:26.957 INFO kablam! --> src/parse_route.rs:62:30 Sep 20 00:16:26.957 INFO kablam! | Sep 20 00:16:26.957 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Sep 20 00:16:26.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:16:26.957 INFO kablam! Sep 20 00:16:26.957 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 00:16:26.957 INFO kablam! --> src/parse_route.rs:48:9 Sep 20 00:16:26.957 INFO kablam! | Sep 20 00:16:26.957 INFO kablam! 48 | use std::ascii::AsciiExt; Sep 20 00:16:26.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 00:16:26.958 INFO kablam! Sep 20 00:16:26.958 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 20 00:16:26.958 INFO kablam! --> src/api.rs:115:29 Sep 20 00:16:26.958 INFO kablam! | Sep 20 00:16:26.958 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Sep 20 00:16:26.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:16:26.958 INFO kablam! Sep 20 00:16:26.958 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 20 00:16:26.958 INFO kablam! --> src/api.rs:174:19 Sep 20 00:16:26.958 INFO kablam! | Sep 20 00:16:26.958 INFO kablam! 174 | type Future = BoxFuture; Sep 20 00:16:26.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:16:26.958 INFO kablam! Sep 20 00:16:27.268 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 20 00:16:27.268 INFO kablam! --> src/api.rs:89:65 Sep 20 00:16:27.268 INFO kablam! | Sep 20 00:16:27.268 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Sep 20 00:16:27.268 INFO kablam! | ^^^^^ Sep 20 00:16:27.268 INFO kablam! Sep 20 00:16:27.274 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 20 00:16:27.274 INFO kablam! --> src/api.rs:108:16 Sep 20 00:16:27.274 INFO kablam! | Sep 20 00:16:27.274 INFO kablam! 108 | }).boxed() Sep 20 00:16:27.274 INFO kablam! | ^^^^^ Sep 20 00:16:27.274 INFO kablam! Sep 20 00:16:27.346 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 20 00:16:27.346 INFO kablam! --> src/api.rs:191:33 Sep 20 00:16:27.346 INFO kablam! | Sep 20 00:16:27.346 INFO kablam! 191 | return ok(response).boxed() Sep 20 00:16:27.346 INFO kablam! | ^^^^^ Sep 20 00:16:27.346 INFO kablam! Sep 20 00:16:27.357 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 20 00:16:27.357 INFO kablam! --> src/api.rs:235:20 Sep 20 00:16:27.357 INFO kablam! | Sep 20 00:16:27.357 INFO kablam! 235 | result.boxed() Sep 20 00:16:27.357 INFO kablam! | ^^^^^ Sep 20 00:16:27.357 INFO kablam! Sep 20 00:16:27.359 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 20 00:16:27.359 INFO kablam! --> src/api.rs:243:21 Sep 20 00:16:27.359 INFO kablam! | Sep 20 00:16:27.359 INFO kablam! 243 | ok(res).boxed() Sep 20 00:16:27.359 INFO kablam! | ^^^^^ Sep 20 00:16:27.359 INFO kablam! Sep 20 00:16:27.387 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 20 00:16:27.387 INFO kablam! --> src/api.rs:5:15 Sep 20 00:16:27.387 INFO kablam! | Sep 20 00:16:27.387 INFO kablam! 5 | use futures::{BoxFuture, Future}; Sep 20 00:16:27.387 INFO kablam! | ^^^^^^^^^ Sep 20 00:16:27.387 INFO kablam! | Sep 20 00:16:27.387 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 00:16:27.387 INFO kablam! Sep 20 00:16:27.387 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 20 00:16:27.387 INFO kablam! --> src/api.rs:31:13 Sep 20 00:16:27.387 INFO kablam! | Sep 20 00:16:27.387 INFO kablam! 31 | BoxFuture + Send + Sync> ; Sep 20 00:16:27.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:16:27.388 INFO kablam! Sep 20 00:16:27.388 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 20 00:16:27.388 INFO kablam! --> src/parse_route.rs:62:30 Sep 20 00:16:27.388 INFO kablam! | Sep 20 00:16:27.388 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Sep 20 00:16:27.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:16:27.388 INFO kablam! Sep 20 00:16:27.388 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 00:16:27.388 INFO kablam! --> src/parse_route.rs:48:9 Sep 20 00:16:27.388 INFO kablam! | Sep 20 00:16:27.388 INFO kablam! 48 | use std::ascii::AsciiExt; Sep 20 00:16:27.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 00:16:27.388 INFO kablam! Sep 20 00:16:27.388 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 20 00:16:27.388 INFO kablam! --> src/api.rs:115:29 Sep 20 00:16:27.388 INFO kablam! | Sep 20 00:16:27.388 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Sep 20 00:16:27.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:16:27.388 INFO kablam! Sep 20 00:16:27.388 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 20 00:16:27.388 INFO kablam! --> src/api.rs:174:19 Sep 20 00:16:27.388 INFO kablam! | Sep 20 00:16:27.388 INFO kablam! 174 | type Future = BoxFuture; Sep 20 00:16:27.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:16:27.388 INFO kablam! Sep 20 00:16:27.818 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 20 00:16:27.818 INFO kablam! --> src/api.rs:89:65 Sep 20 00:16:27.818 INFO kablam! | Sep 20 00:16:27.818 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Sep 20 00:16:27.818 INFO kablam! | ^^^^^ Sep 20 00:16:27.818 INFO kablam! Sep 20 00:16:27.827 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 20 00:16:27.827 INFO kablam! --> src/api.rs:108:16 Sep 20 00:16:27.827 INFO kablam! | Sep 20 00:16:27.827 INFO kablam! 108 | }).boxed() Sep 20 00:16:27.827 INFO kablam! | ^^^^^ Sep 20 00:16:27.827 INFO kablam! Sep 20 00:16:27.867 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 20 00:16:27.867 INFO kablam! --> src/api.rs:191:33 Sep 20 00:16:27.867 INFO kablam! | Sep 20 00:16:27.867 INFO kablam! 191 | return ok(response).boxed() Sep 20 00:16:27.867 INFO kablam! | ^^^^^ Sep 20 00:16:27.867 INFO kablam! Sep 20 00:16:27.874 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 20 00:16:27.874 INFO kablam! --> src/api.rs:235:20 Sep 20 00:16:27.874 INFO kablam! | Sep 20 00:16:27.874 INFO kablam! 235 | result.boxed() Sep 20 00:16:27.874 INFO kablam! | ^^^^^ Sep 20 00:16:27.874 INFO kablam! Sep 20 00:16:27.883 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 20 00:16:27.883 INFO kablam! --> src/api.rs:243:21 Sep 20 00:16:27.883 INFO kablam! | Sep 20 00:16:27.883 INFO kablam! 243 | ok(res).boxed() Sep 20 00:16:27.883 INFO kablam! | ^^^^^ Sep 20 00:16:27.883 INFO kablam! Sep 20 00:16:30.251 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.04s Sep 20 00:16:30.268 INFO kablam! su: No module specific data is present Sep 20 00:16:31.303 INFO running `"docker" "rm" "-f" "cab30351d2470c3bf1078391ec6673c0dc9db1c41bdc8881a09363e33ccb1ab0"` Sep 20 00:16:31.710 INFO blam! cab30351d2470c3bf1078391ec6673c0dc9db1c41bdc8881a09363e33ccb1ab0