Sep 04 14:42:04.554 INFO checking happy-0.1.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 14:42:04.554 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 14:42:04.554 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 14:42:04.720 INFO blam! 104fd9e9ef61c0c6abaab9106690669d664de48739be0b308e3dee65e2f7ecc1 Sep 04 14:42:04.722 INFO running `"docker" "start" "-a" "104fd9e9ef61c0c6abaab9106690669d664de48739be0b308e3dee65e2f7ecc1"` Sep 04 14:42:05.689 INFO kablam! Checking combine v2.4.0 Sep 04 14:42:05.693 INFO kablam! Checking tokio-proto v0.1.1 Sep 04 14:42:10.397 INFO kablam! Checking hyper v0.11.27 Sep 04 14:42:21.241 INFO kablam! Checking happy v0.1.1 (file:///source) Sep 04 14:42:25.124 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 04 14:42:25.124 INFO kablam! --> src/api.rs:5:15 Sep 04 14:42:25.124 INFO kablam! | Sep 04 14:42:25.124 INFO kablam! 5 | use futures::{BoxFuture, Future}; Sep 04 14:42:25.124 INFO kablam! | ^^^^^^^^^ Sep 04 14:42:25.124 INFO kablam! | Sep 04 14:42:25.124 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 14:42:25.124 INFO kablam! Sep 04 14:42:25.124 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 04 14:42:25.124 INFO kablam! --> src/api.rs:31:13 Sep 04 14:42:25.124 INFO kablam! | Sep 04 14:42:25.125 INFO kablam! 31 | BoxFuture + Send + Sync> ; Sep 04 14:42:25.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:42:25.125 INFO kablam! Sep 04 14:42:25.125 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 04 14:42:25.125 INFO kablam! --> src/parse_route.rs:62:30 Sep 04 14:42:25.125 INFO kablam! | Sep 04 14:42:25.125 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Sep 04 14:42:25.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:42:25.125 INFO kablam! Sep 04 14:42:25.125 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 14:42:25.125 INFO kablam! --> src/parse_route.rs:48:9 Sep 04 14:42:25.125 INFO kablam! | Sep 04 14:42:25.125 INFO kablam! 48 | use std::ascii::AsciiExt; Sep 04 14:42:25.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 14:42:25.125 INFO kablam! Sep 04 14:42:25.126 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 04 14:42:25.126 INFO kablam! --> src/api.rs:115:29 Sep 04 14:42:25.126 INFO kablam! | Sep 04 14:42:25.126 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Sep 04 14:42:25.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:42:25.126 INFO kablam! Sep 04 14:42:25.126 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 04 14:42:25.126 INFO kablam! --> src/api.rs:174:19 Sep 04 14:42:25.126 INFO kablam! | Sep 04 14:42:25.126 INFO kablam! 174 | type Future = BoxFuture; Sep 04 14:42:25.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:42:25.126 INFO kablam! Sep 04 14:42:25.332 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 04 14:42:25.332 INFO kablam! --> src/api.rs:89:65 Sep 04 14:42:25.332 INFO kablam! | Sep 04 14:42:25.332 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Sep 04 14:42:25.332 INFO kablam! | ^^^^^ Sep 04 14:42:25.332 INFO kablam! Sep 04 14:42:25.341 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 04 14:42:25.341 INFO kablam! --> src/api.rs:108:16 Sep 04 14:42:25.341 INFO kablam! | Sep 04 14:42:25.341 INFO kablam! 108 | }).boxed() Sep 04 14:42:25.341 INFO kablam! | ^^^^^ Sep 04 14:42:25.341 INFO kablam! Sep 04 14:42:25.383 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 04 14:42:25.383 INFO kablam! --> src/api.rs:191:33 Sep 04 14:42:25.383 INFO kablam! | Sep 04 14:42:25.384 INFO kablam! 191 | return ok(response).boxed() Sep 04 14:42:25.384 INFO kablam! | ^^^^^ Sep 04 14:42:25.384 INFO kablam! Sep 04 14:42:25.405 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 04 14:42:25.405 INFO kablam! --> src/api.rs:235:20 Sep 04 14:42:25.405 INFO kablam! | Sep 04 14:42:25.405 INFO kablam! 235 | result.boxed() Sep 04 14:42:25.405 INFO kablam! | ^^^^^ Sep 04 14:42:25.405 INFO kablam! Sep 04 14:42:25.408 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 04 14:42:25.408 INFO kablam! --> src/api.rs:243:21 Sep 04 14:42:25.408 INFO kablam! | Sep 04 14:42:25.408 INFO kablam! 243 | ok(res).boxed() Sep 04 14:42:25.408 INFO kablam! | ^^^^^ Sep 04 14:42:25.408 INFO kablam! Sep 04 14:42:25.540 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 04 14:42:25.540 INFO kablam! --> src/api.rs:5:15 Sep 04 14:42:25.540 INFO kablam! | Sep 04 14:42:25.540 INFO kablam! 5 | use futures::{BoxFuture, Future}; Sep 04 14:42:25.540 INFO kablam! | ^^^^^^^^^ Sep 04 14:42:25.541 INFO kablam! | Sep 04 14:42:25.541 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 14:42:25.541 INFO kablam! Sep 04 14:42:25.541 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 04 14:42:25.541 INFO kablam! --> src/api.rs:31:13 Sep 04 14:42:25.541 INFO kablam! | Sep 04 14:42:25.541 INFO kablam! 31 | BoxFuture + Send + Sync> ; Sep 04 14:42:25.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:42:25.541 INFO kablam! Sep 04 14:42:25.541 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 04 14:42:25.541 INFO kablam! --> src/parse_route.rs:62:30 Sep 04 14:42:25.541 INFO kablam! | Sep 04 14:42:25.541 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Sep 04 14:42:25.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:42:25.541 INFO kablam! Sep 04 14:42:25.541 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 14:42:25.541 INFO kablam! --> src/parse_route.rs:48:9 Sep 04 14:42:25.541 INFO kablam! | Sep 04 14:42:25.542 INFO kablam! 48 | use std::ascii::AsciiExt; Sep 04 14:42:25.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 14:42:25.542 INFO kablam! Sep 04 14:42:25.542 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 04 14:42:25.542 INFO kablam! --> src/api.rs:115:29 Sep 04 14:42:25.542 INFO kablam! | Sep 04 14:42:25.542 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Sep 04 14:42:25.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:42:25.542 INFO kablam! Sep 04 14:42:25.542 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 04 14:42:25.542 INFO kablam! --> src/api.rs:174:19 Sep 04 14:42:25.542 INFO kablam! | Sep 04 14:42:25.542 INFO kablam! 174 | type Future = BoxFuture; Sep 04 14:42:25.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 14:42:25.542 INFO kablam! Sep 04 14:42:25.754 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 04 14:42:25.754 INFO kablam! --> src/api.rs:89:65 Sep 04 14:42:25.755 INFO kablam! | Sep 04 14:42:25.755 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Sep 04 14:42:25.755 INFO kablam! | ^^^^^ Sep 04 14:42:25.755 INFO kablam! Sep 04 14:42:25.764 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 04 14:42:25.764 INFO kablam! --> src/api.rs:108:16 Sep 04 14:42:25.764 INFO kablam! | Sep 04 14:42:25.765 INFO kablam! 108 | }).boxed() Sep 04 14:42:25.765 INFO kablam! | ^^^^^ Sep 04 14:42:25.765 INFO kablam! Sep 04 14:42:25.811 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 04 14:42:25.811 INFO kablam! --> src/api.rs:191:33 Sep 04 14:42:25.811 INFO kablam! | Sep 04 14:42:25.811 INFO kablam! 191 | return ok(response).boxed() Sep 04 14:42:25.811 INFO kablam! | ^^^^^ Sep 04 14:42:25.811 INFO kablam! Sep 04 14:42:25.832 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 04 14:42:25.832 INFO kablam! --> src/api.rs:235:20 Sep 04 14:42:25.832 INFO kablam! | Sep 04 14:42:25.832 INFO kablam! 235 | result.boxed() Sep 04 14:42:25.832 INFO kablam! | ^^^^^ Sep 04 14:42:25.832 INFO kablam! Sep 04 14:42:25.835 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 04 14:42:25.835 INFO kablam! --> src/api.rs:243:21 Sep 04 14:42:25.835 INFO kablam! | Sep 04 14:42:25.835 INFO kablam! 243 | ok(res).boxed() Sep 04 14:42:25.836 INFO kablam! | ^^^^^ Sep 04 14:42:25.836 INFO kablam! Sep 04 14:42:30.712 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.21s Sep 04 14:42:30.725 INFO kablam! su: No module specific data is present Sep 04 14:42:31.202 INFO running `"docker" "rm" "-f" "104fd9e9ef61c0c6abaab9106690669d664de48739be0b308e3dee65e2f7ecc1"` Sep 04 14:42:31.324 INFO blam! 104fd9e9ef61c0c6abaab9106690669d664de48739be0b308e3dee65e2f7ecc1