Sep 21 08:56:04.097 INFO checking happy-0.1.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 08:56:04.097 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 08:56:04.097 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 08:56:04.237 INFO blam! 5cf25da9ac7f9efc8f608f9d516ab95d869035b3821702fa51b28e3fa2017879 Sep 21 08:56:04.239 INFO running `"docker" "start" "-a" "5cf25da9ac7f9efc8f608f9d516ab95d869035b3821702fa51b28e3fa2017879"` Sep 21 08:56:05.170 INFO kablam! usermod: no changes Sep 21 08:56:05.317 INFO kablam! Checking combine v2.4.0 Sep 21 08:56:08.150 INFO kablam! Checking happy v0.1.1 (/source) Sep 21 08:56:11.644 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 21 08:56:11.644 INFO kablam! --> src/api.rs:5:15 Sep 21 08:56:11.644 INFO kablam! | Sep 21 08:56:11.644 INFO kablam! 5 | use futures::{BoxFuture, Future}; Sep 21 08:56:11.644 INFO kablam! | ^^^^^^^^^ Sep 21 08:56:11.644 INFO kablam! | Sep 21 08:56:11.644 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 08:56:11.644 INFO kablam! Sep 21 08:56:11.654 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 21 08:56:11.654 INFO kablam! --> src/api.rs:31:13 Sep 21 08:56:11.654 INFO kablam! | Sep 21 08:56:11.654 INFO kablam! 31 | BoxFuture + Send + Sync> ; Sep 21 08:56:11.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:56:11.654 INFO kablam! Sep 21 08:56:11.654 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 21 08:56:11.654 INFO kablam! --> src/parse_route.rs:62:30 Sep 21 08:56:11.654 INFO kablam! | Sep 21 08:56:11.654 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Sep 21 08:56:11.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:56:11.655 INFO kablam! Sep 21 08:56:11.655 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 08:56:11.655 INFO kablam! --> src/parse_route.rs:48:9 Sep 21 08:56:11.655 INFO kablam! | Sep 21 08:56:11.655 INFO kablam! 48 | use std::ascii::AsciiExt; Sep 21 08:56:11.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 08:56:11.655 INFO kablam! Sep 21 08:56:11.655 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 21 08:56:11.655 INFO kablam! --> src/api.rs:115:29 Sep 21 08:56:11.655 INFO kablam! | Sep 21 08:56:11.655 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Sep 21 08:56:11.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:56:11.655 INFO kablam! Sep 21 08:56:11.655 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 21 08:56:11.655 INFO kablam! --> src/api.rs:174:19 Sep 21 08:56:11.655 INFO kablam! | Sep 21 08:56:11.655 INFO kablam! 174 | type Future = BoxFuture; Sep 21 08:56:11.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:56:11.655 INFO kablam! Sep 21 08:56:11.702 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 21 08:56:11.702 INFO kablam! --> src/api.rs:5:15 Sep 21 08:56:11.702 INFO kablam! | Sep 21 08:56:11.702 INFO kablam! 5 | use futures::{BoxFuture, Future}; Sep 21 08:56:11.702 INFO kablam! | ^^^^^^^^^ Sep 21 08:56:11.702 INFO kablam! | Sep 21 08:56:11.702 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 08:56:11.702 INFO kablam! Sep 21 08:56:11.702 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 21 08:56:11.702 INFO kablam! --> src/api.rs:31:13 Sep 21 08:56:11.702 INFO kablam! | Sep 21 08:56:11.702 INFO kablam! 31 | BoxFuture + Send + Sync> ; Sep 21 08:56:11.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:56:11.702 INFO kablam! Sep 21 08:56:11.702 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 21 08:56:11.702 INFO kablam! --> src/parse_route.rs:62:30 Sep 21 08:56:11.702 INFO kablam! | Sep 21 08:56:11.702 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Sep 21 08:56:11.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:56:11.702 INFO kablam! Sep 21 08:56:11.702 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 08:56:11.702 INFO kablam! --> src/parse_route.rs:48:9 Sep 21 08:56:11.702 INFO kablam! | Sep 21 08:56:11.702 INFO kablam! 48 | use std::ascii::AsciiExt; Sep 21 08:56:11.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 08:56:11.702 INFO kablam! Sep 21 08:56:11.702 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 21 08:56:11.702 INFO kablam! --> src/api.rs:115:29 Sep 21 08:56:11.702 INFO kablam! | Sep 21 08:56:11.702 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Sep 21 08:56:11.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:56:11.702 INFO kablam! Sep 21 08:56:11.702 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 21 08:56:11.702 INFO kablam! --> src/api.rs:174:19 Sep 21 08:56:11.702 INFO kablam! | Sep 21 08:56:11.702 INFO kablam! 174 | type Future = BoxFuture; Sep 21 08:56:11.702 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 08:56:11.702 INFO kablam! Sep 21 08:56:11.778 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 21 08:56:11.778 INFO kablam! --> src/api.rs:89:65 Sep 21 08:56:11.778 INFO kablam! | Sep 21 08:56:11.778 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Sep 21 08:56:11.778 INFO kablam! | ^^^^^ Sep 21 08:56:11.778 INFO kablam! Sep 21 08:56:11.786 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 21 08:56:11.786 INFO kablam! --> src/api.rs:108:16 Sep 21 08:56:11.786 INFO kablam! | Sep 21 08:56:11.786 INFO kablam! 108 | }).boxed() Sep 21 08:56:11.786 INFO kablam! | ^^^^^ Sep 21 08:56:11.786 INFO kablam! Sep 21 08:56:11.814 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 21 08:56:11.814 INFO kablam! --> src/api.rs:191:33 Sep 21 08:56:11.814 INFO kablam! | Sep 21 08:56:11.814 INFO kablam! 191 | return ok(response).boxed() Sep 21 08:56:11.814 INFO kablam! | ^^^^^ Sep 21 08:56:11.814 INFO kablam! Sep 21 08:56:11.821 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 21 08:56:11.821 INFO kablam! --> src/api.rs:235:20 Sep 21 08:56:11.821 INFO kablam! | Sep 21 08:56:11.821 INFO kablam! 235 | result.boxed() Sep 21 08:56:11.821 INFO kablam! | ^^^^^ Sep 21 08:56:11.821 INFO kablam! Sep 21 08:56:11.821 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 21 08:56:11.821 INFO kablam! --> src/api.rs:243:21 Sep 21 08:56:11.821 INFO kablam! | Sep 21 08:56:11.821 INFO kablam! 243 | ok(res).boxed() Sep 21 08:56:11.821 INFO kablam! | ^^^^^ Sep 21 08:56:11.821 INFO kablam! Sep 21 08:56:11.850 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 21 08:56:11.850 INFO kablam! --> src/api.rs:89:65 Sep 21 08:56:11.850 INFO kablam! | Sep 21 08:56:11.850 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Sep 21 08:56:11.850 INFO kablam! | ^^^^^ Sep 21 08:56:11.850 INFO kablam! Sep 21 08:56:11.854 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 21 08:56:11.854 INFO kablam! --> src/api.rs:108:16 Sep 21 08:56:11.854 INFO kablam! | Sep 21 08:56:11.854 INFO kablam! 108 | }).boxed() Sep 21 08:56:11.854 INFO kablam! | ^^^^^ Sep 21 08:56:11.854 INFO kablam! Sep 21 08:56:11.882 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 21 08:56:11.882 INFO kablam! --> src/api.rs:191:33 Sep 21 08:56:11.882 INFO kablam! | Sep 21 08:56:11.882 INFO kablam! 191 | return ok(response).boxed() Sep 21 08:56:11.882 INFO kablam! | ^^^^^ Sep 21 08:56:11.882 INFO kablam! Sep 21 08:56:11.894 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 21 08:56:11.894 INFO kablam! --> src/api.rs:235:20 Sep 21 08:56:11.894 INFO kablam! | Sep 21 08:56:11.894 INFO kablam! 235 | result.boxed() Sep 21 08:56:11.894 INFO kablam! | ^^^^^ Sep 21 08:56:11.894 INFO kablam! Sep 21 08:56:11.894 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 21 08:56:11.894 INFO kablam! --> src/api.rs:243:21 Sep 21 08:56:11.894 INFO kablam! | Sep 21 08:56:11.894 INFO kablam! 243 | ok(res).boxed() Sep 21 08:56:11.894 INFO kablam! | ^^^^^ Sep 21 08:56:11.894 INFO kablam! Sep 21 08:56:14.502 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.31s Sep 21 08:56:14.515 INFO kablam! su: No module specific data is present Sep 21 08:56:15.327 INFO running `"docker" "rm" "-f" "5cf25da9ac7f9efc8f608f9d516ab95d869035b3821702fa51b28e3fa2017879"` Sep 21 08:56:15.437 INFO blam! 5cf25da9ac7f9efc8f608f9d516ab95d869035b3821702fa51b28e3fa2017879