Sep 06 05:39:09.172 INFO checking happy-0.1.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 05:39:09.172 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 05:39:09.172 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 05:39:09.330 INFO blam! 55ce9ca8c53c93afdbbea020737b13c6b455447fa8330c423eeac99d6d7972bc Sep 06 05:39:09.332 INFO running `"docker" "start" "-a" "55ce9ca8c53c93afdbbea020737b13c6b455447fa8330c423eeac99d6d7972bc"` Sep 06 05:39:10.091 INFO kablam! usermod: no changes Sep 06 05:39:10.277 INFO kablam! Checking combine v2.4.0 Sep 06 05:39:12.324 INFO kablam! Checking happy v0.1.1 (file:///source) Sep 06 05:39:13.805 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 06 05:39:13.805 INFO kablam! --> src/api.rs:5:15 Sep 06 05:39:13.805 INFO kablam! | Sep 06 05:39:13.805 INFO kablam! 5 | use futures::{BoxFuture, Future}; Sep 06 05:39:13.805 INFO kablam! | ^^^^^^^^^ Sep 06 05:39:13.805 INFO kablam! | Sep 06 05:39:13.805 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 05:39:13.805 INFO kablam! Sep 06 05:39:13.805 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 06 05:39:13.805 INFO kablam! --> src/api.rs:31:13 Sep 06 05:39:13.806 INFO kablam! | Sep 06 05:39:13.806 INFO kablam! 31 | BoxFuture + Send + Sync> ; Sep 06 05:39:13.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:39:13.806 INFO kablam! Sep 06 05:39:13.806 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 06 05:39:13.806 INFO kablam! --> src/parse_route.rs:62:30 Sep 06 05:39:13.806 INFO kablam! | Sep 06 05:39:13.806 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Sep 06 05:39:13.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:39:13.806 INFO kablam! Sep 06 05:39:13.806 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 05:39:13.806 INFO kablam! --> src/parse_route.rs:48:9 Sep 06 05:39:13.806 INFO kablam! | Sep 06 05:39:13.806 INFO kablam! 48 | use std::ascii::AsciiExt; Sep 06 05:39:13.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:39:13.806 INFO kablam! Sep 06 05:39:13.806 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 06 05:39:13.806 INFO kablam! --> src/api.rs:115:29 Sep 06 05:39:13.806 INFO kablam! | Sep 06 05:39:13.806 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Sep 06 05:39:13.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:39:13.806 INFO kablam! Sep 06 05:39:13.806 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 06 05:39:13.806 INFO kablam! --> src/api.rs:174:19 Sep 06 05:39:13.806 INFO kablam! | Sep 06 05:39:13.806 INFO kablam! 174 | type Future = BoxFuture; Sep 06 05:39:13.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:39:13.806 INFO kablam! Sep 06 05:39:13.849 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 06 05:39:13.849 INFO kablam! --> src/api.rs:5:15 Sep 06 05:39:13.849 INFO kablam! | Sep 06 05:39:13.849 INFO kablam! 5 | use futures::{BoxFuture, Future}; Sep 06 05:39:13.849 INFO kablam! | ^^^^^^^^^ Sep 06 05:39:13.849 INFO kablam! | Sep 06 05:39:13.849 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 05:39:13.849 INFO kablam! Sep 06 05:39:13.849 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 06 05:39:13.849 INFO kablam! --> src/api.rs:31:13 Sep 06 05:39:13.849 INFO kablam! | Sep 06 05:39:13.849 INFO kablam! 31 | BoxFuture + Send + Sync> ; Sep 06 05:39:13.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:39:13.849 INFO kablam! Sep 06 05:39:13.849 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Sep 06 05:39:13.849 INFO kablam! --> src/parse_route.rs:62:30 Sep 06 05:39:13.849 INFO kablam! | Sep 06 05:39:13.849 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Sep 06 05:39:13.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:39:13.849 INFO kablam! Sep 06 05:39:13.850 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 05:39:13.850 INFO kablam! --> src/parse_route.rs:48:9 Sep 06 05:39:13.850 INFO kablam! | Sep 06 05:39:13.850 INFO kablam! 48 | use std::ascii::AsciiExt; Sep 06 05:39:13.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 05:39:13.850 INFO kablam! Sep 06 05:39:13.850 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 06 05:39:13.850 INFO kablam! --> src/api.rs:115:29 Sep 06 05:39:13.850 INFO kablam! | Sep 06 05:39:13.850 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Sep 06 05:39:13.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:39:13.850 INFO kablam! Sep 06 05:39:13.850 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 06 05:39:13.850 INFO kablam! --> src/api.rs:174:19 Sep 06 05:39:13.850 INFO kablam! | Sep 06 05:39:13.850 INFO kablam! 174 | type Future = BoxFuture; Sep 06 05:39:13.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 05:39:13.850 INFO kablam! Sep 06 05:39:13.891 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 06 05:39:13.891 INFO kablam! --> src/api.rs:89:65 Sep 06 05:39:13.891 INFO kablam! | Sep 06 05:39:13.891 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Sep 06 05:39:13.891 INFO kablam! | ^^^^^ Sep 06 05:39:13.891 INFO kablam! Sep 06 05:39:13.896 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 06 05:39:13.896 INFO kablam! --> src/api.rs:108:16 Sep 06 05:39:13.896 INFO kablam! | Sep 06 05:39:13.896 INFO kablam! 108 | }).boxed() Sep 06 05:39:13.896 INFO kablam! | ^^^^^ Sep 06 05:39:13.896 INFO kablam! Sep 06 05:39:13.918 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 06 05:39:13.918 INFO kablam! --> src/api.rs:191:33 Sep 06 05:39:13.918 INFO kablam! | Sep 06 05:39:13.918 INFO kablam! 191 | return ok(response).boxed() Sep 06 05:39:13.918 INFO kablam! | ^^^^^ Sep 06 05:39:13.918 INFO kablam! Sep 06 05:39:13.954 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 06 05:39:13.954 INFO kablam! --> src/api.rs:89:65 Sep 06 05:39:13.954 INFO kablam! | Sep 06 05:39:13.954 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Sep 06 05:39:13.954 INFO kablam! | ^^^^^ Sep 06 05:39:13.954 INFO kablam! Sep 06 05:39:13.958 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 06 05:39:13.958 INFO kablam! --> src/api.rs:108:16 Sep 06 05:39:13.958 INFO kablam! | Sep 06 05:39:13.958 INFO kablam! 108 | }).boxed() Sep 06 05:39:13.958 INFO kablam! | ^^^^^ Sep 06 05:39:13.958 INFO kablam! Sep 06 05:39:13.958 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 06 05:39:13.958 INFO kablam! --> src/api.rs:235:20 Sep 06 05:39:13.958 INFO kablam! | Sep 06 05:39:13.958 INFO kablam! 235 | result.boxed() Sep 06 05:39:13.958 INFO kablam! | ^^^^^ Sep 06 05:39:13.958 INFO kablam! Sep 06 05:39:13.963 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 06 05:39:13.963 INFO kablam! --> src/api.rs:243:21 Sep 06 05:39:13.963 INFO kablam! | Sep 06 05:39:13.963 INFO kablam! 243 | ok(res).boxed() Sep 06 05:39:13.963 INFO kablam! | ^^^^^ Sep 06 05:39:13.963 INFO kablam! Sep 06 05:39:13.986 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 06 05:39:13.986 INFO kablam! --> src/api.rs:191:33 Sep 06 05:39:13.986 INFO kablam! | Sep 06 05:39:13.986 INFO kablam! 191 | return ok(response).boxed() Sep 06 05:39:13.986 INFO kablam! | ^^^^^ Sep 06 05:39:13.986 INFO kablam! Sep 06 05:39:13.993 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 06 05:39:13.993 INFO kablam! --> src/api.rs:235:20 Sep 06 05:39:13.994 INFO kablam! | Sep 06 05:39:13.994 INFO kablam! 235 | result.boxed() Sep 06 05:39:13.994 INFO kablam! | ^^^^^ Sep 06 05:39:13.994 INFO kablam! Sep 06 05:39:13.994 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 06 05:39:13.994 INFO kablam! --> src/api.rs:243:21 Sep 06 05:39:13.994 INFO kablam! | Sep 06 05:39:13.994 INFO kablam! 243 | ok(res).boxed() Sep 06 05:39:13.994 INFO kablam! | ^^^^^ Sep 06 05:39:13.994 INFO kablam! Sep 06 05:39:16.426 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.31s Sep 06 05:39:16.450 INFO kablam! su: No module specific data is present Sep 06 05:39:17.503 INFO running `"docker" "rm" "-f" "55ce9ca8c53c93afdbbea020737b13c6b455447fa8330c423eeac99d6d7972bc"` Sep 06 05:39:17.617 INFO blam! 55ce9ca8c53c93afdbbea020737b13c6b455447fa8330c423eeac99d6d7972bc