Oct 27 21:00:37.785 INFO checking happy-0.1.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 21:00:37.786 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 21:00:38.264 INFO blam! 7b3310b6fbe75f9786ae40e7e5f4298a2958fe60afff632d92f3e6151f2622f9 Oct 27 21:00:38.271 INFO running `"docker" "start" "-a" "7b3310b6fbe75f9786ae40e7e5f4298a2958fe60afff632d92f3e6151f2622f9"` Oct 27 21:00:39.640 INFO kablam! usermod: no changes Oct 27 21:00:40.071 INFO kablam! Checking combine v2.4.0 Oct 27 21:00:40.079 INFO kablam! Checking tokio v0.1.11 Oct 27 21:00:45.183 INFO kablam! Checking tokio-core v0.1.17 Oct 27 21:00:49.411 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 21:00:54.594 INFO kablam! Checking hyper v0.11.27 Oct 27 21:01:02.731 INFO kablam! Checking happy v0.1.1 (/source) Oct 27 21:01:09.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 Oct 27 21:01:09.387 INFO kablam! --> src/api.rs:5:15 Oct 27 21:01:09.387 INFO kablam! | Oct 27 21:01:09.387 INFO kablam! 5 | use futures::{BoxFuture, Future}; Oct 27 21:01:09.387 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:09.387 INFO kablam! | Oct 27 21:01:09.387 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 21:01:09.387 INFO kablam! Oct 27 21:01:09.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 Oct 27 21:01:09.387 INFO kablam! --> src/api.rs:31:13 Oct 27 21:01:09.387 INFO kablam! | Oct 27 21:01:09.387 INFO kablam! 31 | BoxFuture + Send + Sync> ; Oct 27 21:01:09.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:09.387 INFO kablam! Oct 27 21:01:09.387 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Oct 27 21:01:09.387 INFO kablam! --> src/parse_route.rs:62:30 Oct 27 21:01:09.387 INFO kablam! | Oct 27 21:01:09.387 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Oct 27 21:01:09.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:09.387 INFO kablam! Oct 27 21:01:09.387 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 21:01:09.387 INFO kablam! --> src/parse_route.rs:48:9 Oct 27 21:01:09.387 INFO kablam! | Oct 27 21:01:09.387 INFO kablam! 48 | use std::ascii::AsciiExt; Oct 27 21:01:09.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:09.387 INFO kablam! Oct 27 21:01:09.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 Oct 27 21:01:09.387 INFO kablam! --> src/api.rs:115:29 Oct 27 21:01:09.387 INFO kablam! | Oct 27 21:01:09.387 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Oct 27 21:01:09.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:09.387 INFO kablam! Oct 27 21:01:09.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 Oct 27 21:01:09.387 INFO kablam! --> src/api.rs:174:19 Oct 27 21:01:09.387 INFO kablam! | Oct 27 21:01:09.387 INFO kablam! 174 | type Future = BoxFuture; Oct 27 21:01:09.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:09.387 INFO kablam! Oct 27 21:01:09.487 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 27 21:01:09.487 INFO kablam! --> src/api.rs:89:65 Oct 27 21:01:09.487 INFO kablam! | Oct 27 21:01:09.487 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Oct 27 21:01:09.487 INFO kablam! | ^^^^^ Oct 27 21:01:09.487 INFO kablam! Oct 27 21:01:09.491 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 27 21:01:09.491 INFO kablam! --> src/api.rs:108:16 Oct 27 21:01:09.491 INFO kablam! | Oct 27 21:01:09.491 INFO kablam! 108 | }).boxed() Oct 27 21:01:09.491 INFO kablam! | ^^^^^ Oct 27 21:01:09.491 INFO kablam! Oct 27 21:01:09.515 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 27 21:01:09.515 INFO kablam! --> src/api.rs:191:33 Oct 27 21:01:09.515 INFO kablam! | Oct 27 21:01:09.515 INFO kablam! 191 | return ok(response).boxed() Oct 27 21:01:09.515 INFO kablam! | ^^^^^ Oct 27 21:01:09.515 INFO kablam! Oct 27 21:01:09.534 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 27 21:01:09.534 INFO kablam! --> src/api.rs:235:20 Oct 27 21:01:09.534 INFO kablam! | Oct 27 21:01:09.534 INFO kablam! 235 | result.boxed() Oct 27 21:01:09.534 INFO kablam! | ^^^^^ Oct 27 21:01:09.534 INFO kablam! Oct 27 21:01:09.534 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 27 21:01:09.534 INFO kablam! --> src/api.rs:243:21 Oct 27 21:01:09.535 INFO kablam! | Oct 27 21:01:09.535 INFO kablam! 243 | ok(res).boxed() Oct 27 21:01:09.535 INFO kablam! | ^^^^^ Oct 27 21:01:09.535 INFO kablam! Oct 27 21:01:09.859 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 27 21:01:09.859 INFO kablam! --> src/api.rs:5:15 Oct 27 21:01:09.859 INFO kablam! | Oct 27 21:01:09.859 INFO kablam! 5 | use futures::{BoxFuture, Future}; Oct 27 21:01:09.859 INFO kablam! | ^^^^^^^^^ Oct 27 21:01:09.859 INFO kablam! | Oct 27 21:01:09.859 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 21:01:09.859 INFO kablam! Oct 27 21:01:09.859 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 27 21:01:09.859 INFO kablam! --> src/api.rs:31:13 Oct 27 21:01:09.860 INFO kablam! | Oct 27 21:01:09.860 INFO kablam! 31 | BoxFuture + Send + Sync> ; Oct 27 21:01:09.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:09.860 INFO kablam! Oct 27 21:01:09.860 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt::eq_ignore_ascii_case': use inherent methods instead Oct 27 21:01:09.860 INFO kablam! --> src/parse_route.rs:62:30 Oct 27 21:01:09.860 INFO kablam! | Oct 27 21:01:09.860 INFO kablam! 62 | string_cmp(s, |a, b| AsciiExt::eq_ignore_ascii_case(&a, &b)) Oct 27 21:01:09.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:09.860 INFO kablam! Oct 27 21:01:09.860 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 21:01:09.860 INFO kablam! --> src/parse_route.rs:48:9 Oct 27 21:01:09.860 INFO kablam! | Oct 27 21:01:09.860 INFO kablam! 48 | use std::ascii::AsciiExt; Oct 27 21:01:09.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:09.860 INFO kablam! Oct 27 21:01:09.860 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 27 21:01:09.860 INFO kablam! --> src/api.rs:115:29 Oct 27 21:01:09.860 INFO kablam! | Oct 27 21:01:09.860 INFO kablam! 115 | F: Fn(Request) -> BoxFuture + Send + Sync + 'static { Oct 27 21:01:09.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:09.860 INFO kablam! Oct 27 21:01:09.860 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 27 21:01:09.860 INFO kablam! --> src/api.rs:174:19 Oct 27 21:01:09.860 INFO kablam! | Oct 27 21:01:09.861 INFO kablam! 174 | type Future = BoxFuture; Oct 27 21:01:09.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 21:01:09.861 INFO kablam! Oct 27 21:01:09.967 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 27 21:01:09.967 INFO kablam! --> src/api.rs:89:65 Oct 27 21:01:09.967 INFO kablam! | Oct 27 21:01:09.967 INFO kablam! 89 | Err(e) => return err(ErrorKind::Deserialize(e)).boxed(), Oct 27 21:01:09.967 INFO kablam! | ^^^^^ Oct 27 21:01:09.967 INFO kablam! Oct 27 21:01:09.979 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 27 21:01:09.979 INFO kablam! --> src/api.rs:108:16 Oct 27 21:01:09.979 INFO kablam! | Oct 27 21:01:09.979 INFO kablam! 108 | }).boxed() Oct 27 21:01:09.979 INFO kablam! | ^^^^^ Oct 27 21:01:09.979 INFO kablam! Oct 27 21:01:09.995 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 27 21:01:09.995 INFO kablam! --> src/api.rs:191:33 Oct 27 21:01:09.995 INFO kablam! | Oct 27 21:01:09.995 INFO kablam! 191 | return ok(response).boxed() Oct 27 21:01:09.995 INFO kablam! | ^^^^^ Oct 27 21:01:09.995 INFO kablam! Oct 27 21:01:10.006 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 27 21:01:10.006 INFO kablam! --> src/api.rs:235:20 Oct 27 21:01:10.007 INFO kablam! | Oct 27 21:01:10.007 INFO kablam! 235 | result.boxed() Oct 27 21:01:10.007 INFO kablam! | ^^^^^ Oct 27 21:01:10.007 INFO kablam! Oct 27 21:01:10.019 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 27 21:01:10.019 INFO kablam! --> src/api.rs:243:21 Oct 27 21:01:10.019 INFO kablam! | Oct 27 21:01:10.019 INFO kablam! 243 | ok(res).boxed() Oct 27 21:01:10.019 INFO kablam! | ^^^^^ Oct 27 21:01:10.019 INFO kablam! Oct 27 21:01:15.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.71s Oct 27 21:01:15.407 INFO kablam! su: No module specific data is present Oct 27 21:01:16.229 INFO running `"docker" "rm" "-f" "7b3310b6fbe75f9786ae40e7e5f4298a2958fe60afff632d92f3e6151f2622f9"` Oct 27 21:01:16.543 INFO blam! 7b3310b6fbe75f9786ae40e7e5f4298a2958fe60afff632d92f3e6151f2622f9