Oct 13 13:55:15.409 INFO checking happy-0.1.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 13:55:15.409 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 13:55:15.795 INFO blam! 77706132a00294d321b3594129ddf26c9a21548f05b03c89e8d2cbf4eeefda61 Oct 13 13:55:15.797 INFO running `"docker" "start" "-a" "77706132a00294d321b3594129ddf26c9a21548f05b03c89e8d2cbf4eeefda61"` Oct 13 13:55:17.332 INFO kablam! usermod: no changes Oct 13 13:55:17.692 INFO kablam! Checking combine v2.4.0 Oct 13 13:55:17.780 INFO kablam! Checking tokio-proto v0.1.1 Oct 13 13:55:25.904 INFO kablam! Checking hyper v0.11.27 Oct 13 13:55:34.122 INFO kablam! Checking happy v0.1.1 (/source) Oct 13 13:55:40.058 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 Oct 13 13:55:40.058 INFO kablam! --> src/api.rs:5:15 Oct 13 13:55:40.058 INFO kablam! | Oct 13 13:55:40.058 INFO kablam! 5 | use futures::{BoxFuture, Future}; Oct 13 13:55:40.058 INFO kablam! | ^^^^^^^^^ Oct 13 13:55:40.058 INFO kablam! | Oct 13 13:55:40.058 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 13:55:40.058 INFO kablam! Oct 13 13:55:40.058 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 Oct 13 13:55:40.058 INFO kablam! --> src/api.rs:31:13 Oct 13 13:55:40.058 INFO kablam! | Oct 13 13:55:40.058 INFO kablam! 31 | BoxFuture + Send + Sync> ; Oct 13 13:55:40.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:55:40.058 INFO kablam! Oct 13 13:55:40.058 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Oct 13 13:55:40.058 INFO kablam! --> src/parse_route.rs:62:30 Oct 13 13:55:40.058 INFO kablam! | Oct 13 13:55:40.058 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Oct 13 13:55:40.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:55:40.058 INFO kablam! Oct 13 13:55:40.063 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 13:55:40.063 INFO kablam! --> src/parse_route.rs:48:9 Oct 13 13:55:40.063 INFO kablam! | Oct 13 13:55:40.064 INFO kablam! 48 | use std::ascii::AsciiExt; Oct 13 13:55:40.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 13:55:40.064 INFO kablam! Oct 13 13:55:40.064 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 Oct 13 13:55:40.064 INFO kablam! --> src/api.rs:115:29 Oct 13 13:55:40.064 INFO kablam! | Oct 13 13:55:40.064 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Oct 13 13:55:40.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:55:40.064 INFO kablam! Oct 13 13:55:40.064 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 Oct 13 13:55:40.064 INFO kablam! --> src/api.rs:174:19 Oct 13 13:55:40.064 INFO kablam! | Oct 13 13:55:40.064 INFO kablam! 174 | type Future = BoxFuture; Oct 13 13:55:40.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:55:40.064 INFO kablam! Oct 13 13:55:40.170 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 Oct 13 13:55:40.170 INFO kablam! --> src/api.rs:89:65 Oct 13 13:55:40.170 INFO kablam! | Oct 13 13:55:40.170 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Oct 13 13:55:40.170 INFO kablam! | ^^^^^ Oct 13 13:55:40.170 INFO kablam! Oct 13 13:55:40.173 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 Oct 13 13:55:40.173 INFO kablam! --> src/api.rs:108:16 Oct 13 13:55:40.173 INFO kablam! | Oct 13 13:55:40.173 INFO kablam! 108 | }).boxed() Oct 13 13:55:40.173 INFO kablam! | ^^^^^ Oct 13 13:55:40.173 INFO kablam! Oct 13 13:55:40.198 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 Oct 13 13:55:40.198 INFO kablam! --> src/api.rs:191:33 Oct 13 13:55:40.198 INFO kablam! | Oct 13 13:55:40.198 INFO kablam! 191 | return ok(response).boxed() Oct 13 13:55:40.198 INFO kablam! | ^^^^^ Oct 13 13:55:40.198 INFO kablam! Oct 13 13:55:40.211 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 Oct 13 13:55:40.211 INFO kablam! --> src/api.rs:235:20 Oct 13 13:55:40.211 INFO kablam! | Oct 13 13:55:40.211 INFO kablam! 235 | result.boxed() Oct 13 13:55:40.211 INFO kablam! | ^^^^^ Oct 13 13:55:40.211 INFO kablam! Oct 13 13:55:40.211 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 Oct 13 13:55:40.211 INFO kablam! --> src/api.rs:243:21 Oct 13 13:55:40.211 INFO kablam! | Oct 13 13:55:40.211 INFO kablam! 243 | ok(res).boxed() Oct 13 13:55:40.211 INFO kablam! | ^^^^^ Oct 13 13:55:40.211 INFO kablam! Oct 13 13:55: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 Oct 13 13:55:40.600 INFO kablam! --> src/api.rs:5:15 Oct 13 13:55:40.600 INFO kablam! | Oct 13 13:55:40.601 INFO kablam! 5 | use futures::{BoxFuture, Future}; Oct 13 13:55:40.601 INFO kablam! | ^^^^^^^^^ Oct 13 13:55:40.601 INFO kablam! | Oct 13 13:55:40.601 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 13:55:40.601 INFO kablam! Oct 13 13:55:40.602 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 Oct 13 13:55:40.602 INFO kablam! --> src/api.rs:31:13 Oct 13 13:55:40.602 INFO kablam! | Oct 13 13:55:40.602 INFO kablam! 31 | BoxFuture + Send + Sync> ; Oct 13 13:55:40.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:55:40.603 INFO kablam! Oct 13 13:55:40.603 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Oct 13 13:55:40.603 INFO kablam! --> src/parse_route.rs:62:30 Oct 13 13:55:40.604 INFO kablam! | Oct 13 13:55:40.604 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Oct 13 13:55:40.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:55:40.604 INFO kablam! Oct 13 13:55:40.605 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 13:55:40.605 INFO kablam! --> src/parse_route.rs:48:9 Oct 13 13:55:40.605 INFO kablam! | Oct 13 13:55:40.606 INFO kablam! 48 | use std::ascii::AsciiExt; Oct 13 13:55:40.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 13:55:40.606 INFO kablam! Oct 13 13:55:40.612 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 Oct 13 13:55:40.612 INFO kablam! --> src/api.rs:115:29 Oct 13 13:55:40.612 INFO kablam! | Oct 13 13:55:40.612 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Oct 13 13:55:40.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:55:40.612 INFO kablam! Oct 13 13:55:40.612 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 Oct 13 13:55:40.612 INFO kablam! --> src/api.rs:174:19 Oct 13 13:55:40.612 INFO kablam! | Oct 13 13:55:40.612 INFO kablam! 174 | type Future = BoxFuture; Oct 13 13:55:40.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 13:55:40.612 INFO kablam! Oct 13 13:55:40.713 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 Oct 13 13:55:40.713 INFO kablam! --> src/api.rs:89:65 Oct 13 13:55:40.713 INFO kablam! | Oct 13 13:55:40.713 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Oct 13 13:55:40.713 INFO kablam! | ^^^^^ Oct 13 13:55:40.713 INFO kablam! Oct 13 13:55:40.719 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 Oct 13 13:55:40.719 INFO kablam! --> src/api.rs:108:16 Oct 13 13:55:40.719 INFO kablam! | Oct 13 13:55:40.719 INFO kablam! 108 | }).boxed() Oct 13 13:55:40.719 INFO kablam! | ^^^^^ Oct 13 13:55:40.719 INFO kablam! Oct 13 13:55:40.745 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 Oct 13 13:55:40.745 INFO kablam! --> src/api.rs:191:33 Oct 13 13:55:40.745 INFO kablam! | Oct 13 13:55:40.745 INFO kablam! 191 | return ok(response).boxed() Oct 13 13:55:40.745 INFO kablam! | ^^^^^ Oct 13 13:55:40.745 INFO kablam! Oct 13 13:55:40.755 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 Oct 13 13:55:40.755 INFO kablam! --> src/api.rs:235:20 Oct 13 13:55:40.755 INFO kablam! | Oct 13 13:55:40.755 INFO kablam! 235 | result.boxed() Oct 13 13:55:40.755 INFO kablam! | ^^^^^ Oct 13 13:55:40.755 INFO kablam! Oct 13 13:55:40.757 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 Oct 13 13:55:40.757 INFO kablam! --> src/api.rs:243:21 Oct 13 13:55:40.757 INFO kablam! | Oct 13 13:55:40.757 INFO kablam! 243 | ok(res).boxed() Oct 13 13:55:40.757 INFO kablam! | ^^^^^ Oct 13 13:55:40.757 INFO kablam! Oct 13 13:55:46.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.91s Oct 13 13:55:46.282 INFO kablam! su: No module specific data is present Oct 13 13:55:47.599 INFO running `"docker" "rm" "-f" "77706132a00294d321b3594129ddf26c9a21548f05b03c89e8d2cbf4eeefda61"` Oct 13 13:55:47.700 INFO blam! 77706132a00294d321b3594129ddf26c9a21548f05b03c89e8d2cbf4eeefda61