Sep 19 17:18:39.674 INFO checking zircon-0.1.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 17:18:39.674 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 17:18:39.674 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:18:39.954 INFO blam! 68a8f52dbad4ff289b0528ddb38db22c14d4edc37baf7ad806f0ea023dc976e1 Sep 19 17:18:39.955 INFO running `"docker" "start" "-a" "68a8f52dbad4ff289b0528ddb38db22c14d4edc37baf7ad806f0ea023dc976e1"` Sep 19 17:18:41.679 INFO kablam! usermod: no changes Sep 19 17:18:42.141 INFO kablam! Checking base64 v0.5.2 Sep 19 17:18:42.149 INFO kablam! Checking regex v0.2.11 Sep 19 17:18:42.149 INFO kablam! Compiling ring v0.9.7 Sep 19 17:18:47.834 INFO kablam! Checking handlebars v0.26.2 Sep 19 17:18:54.214 INFO kablam! Checking cookie v0.8.1 Sep 19 17:18:54.974 INFO kablam! Checking zircon v0.1.1 (/source) Sep 19 17:18:56.614 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 17:18:56.614 INFO kablam! --> src/config.rs:21:13 Sep 19 17:18:56.614 INFO kablam! | Sep 19 17:18:56.614 INFO kablam! 21 | use std::ascii::AsciiExt; Sep 19 17:18:56.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:18:56.614 INFO kablam! | Sep 19 17:18:56.614 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 17:18:56.614 INFO kablam! Sep 19 17:18:56.726 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 17:18:56.726 INFO kablam! --> src/config.rs:21:13 Sep 19 17:18:56.726 INFO kablam! | Sep 19 17:18:56.726 INFO kablam! 21 | use std::ascii::AsciiExt; Sep 19 17:18:56.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:18:56.726 INFO kablam! | Sep 19 17:18:56.726 INFO kablam! note: lint level defined here Sep 19 17:18:56.726 INFO kablam! --> src/lib.rs:1:24 Sep 19 17:18:56.726 INFO kablam! | Sep 19 17:18:56.726 INFO kablam! 1 | #![cfg_attr(test, deny(warnings))] Sep 19 17:18:56.726 INFO kablam! | ^^^^^^^^ Sep 19 17:18:56.726 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 17:18:56.726 INFO kablam! Sep 19 17:18:56.818 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 19 17:18:56.818 INFO kablam! --> src/lib.rs:99:32 Sep 19 17:18:56.818 INFO kablam! | Sep 19 17:18:56.818 INFO kablam! 99 | Ok(resp).into_future().boxed() Sep 19 17:18:56.818 INFO kablam! | ^^^^^ Sep 19 17:18:56.818 INFO kablam! Sep 19 17:18:56.833 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 19 17:18:56.833 INFO kablam! --> src/error.rs:21:33 Sep 19 17:18:56.833 INFO kablam! | Sep 19 17:18:56.833 INFO kablam! 21 | Err(self).into_future().boxed() Sep 19 17:18:56.833 INFO kablam! | ^^^^^ Sep 19 17:18:56.833 INFO kablam! Sep 19 17:18:56.834 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 19 17:18:56.834 INFO kablam! --> src/error.rs:29:54 Sep 19 17:18:56.834 INFO kablam! | Sep 19 17:18:56.834 INFO kablam! 29 | Err(ZirconError::Status(code)).into_future().boxed() Sep 19 17:18:56.834 INFO kablam! | ^^^^^ Sep 19 17:18:56.834 INFO kablam! Sep 19 17:18:56.838 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 19 17:18:56.838 INFO kablam! --> src/error.rs:33:75 Sep 19 17:18:56.838 INFO kablam! | Sep 19 17:18:56.838 INFO kablam! 33 | Err(ZirconError::StringError(code, message.into())).into_future().boxed() Sep 19 17:18:56.838 INFO kablam! | ^^^^^ Sep 19 17:18:56.838 INFO kablam! Sep 19 17:18:56.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 19 17:18:56.854 INFO kablam! --> src/request/mod.rs:119:12 Sep 19 17:18:56.854 INFO kablam! | Sep 19 17:18:56.854 INFO kablam! 119 | }).boxed() Sep 19 17:18:56.854 INFO kablam! | ^^^^^ Sep 19 17:18:56.854 INFO kablam! Sep 19 17:18:56.858 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 19 17:18:56.858 INFO kablam! --> src/request/mod.rs:137:12 Sep 19 17:18:56.858 INFO kablam! | Sep 19 17:18:56.858 INFO kablam! 137 | }).boxed() Sep 19 17:18:56.858 INFO kablam! | ^^^^^ Sep 19 17:18:56.858 INFO kablam! Sep 19 17:18:56.862 INFO kablam! warning: use of deprecated item '>::remote_addr': This method will be gone in future versions. Sep 19 17:18:56.862 INFO kablam! --> src/request/mod.rs:148:34 Sep 19 17:18:56.862 INFO kablam! | Sep 19 17:18:56.862 INFO kablam! 148 | let remote_addr = origin.remote_addr(); Sep 19 17:18:56.862 INFO kablam! | ^^^^^^^^^^^ Sep 19 17:18:56.862 INFO kablam! Sep 19 17:18:56.878 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 19 17:18:56.878 INFO kablam! --> src/response.rs:25:32 Sep 19 17:18:56.878 INFO kablam! | Sep 19 17:18:56.878 INFO kablam! 25 | Ok(self).into_future().boxed() Sep 19 17:18:56.878 INFO kablam! | ^^^^^ Sep 19 17:18:56.878 INFO kablam! Sep 19 17:18:56.882 INFO kablam! error: 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 19 17:18:56.882 INFO kablam! --> src/lib.rs:99:32 Sep 19 17:18:56.882 INFO kablam! | Sep 19 17:18:56.882 INFO kablam! 99 | Ok(resp).into_future().boxed() Sep 19 17:18:56.882 INFO kablam! | ^^^^^ Sep 19 17:18:56.882 INFO kablam! Sep 19 17:18:56.894 INFO kablam! error: 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 19 17:18:56.894 INFO kablam! --> src/error.rs:21:33 Sep 19 17:18:56.894 INFO kablam! | Sep 19 17:18:56.894 INFO kablam! 21 | Err(self).into_future().boxed() Sep 19 17:18:56.894 INFO kablam! | ^^^^^ Sep 19 17:18:56.894 INFO kablam! Sep 19 17:18:56.894 INFO kablam! error: 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 19 17:18:56.894 INFO kablam! --> src/error.rs:29:54 Sep 19 17:18:56.894 INFO kablam! | Sep 19 17:18:56.894 INFO kablam! 29 | Err(ZirconError::Status(code)).into_future().boxed() Sep 19 17:18:56.894 INFO kablam! | ^^^^^ Sep 19 17:18:56.894 INFO kablam! Sep 19 17:18:56.894 INFO kablam! error: 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 19 17:18:56.894 INFO kablam! --> src/error.rs:33:75 Sep 19 17:18:56.894 INFO kablam! | Sep 19 17:18:56.894 INFO kablam! 33 | Err(ZirconError::StringError(code, message.into())).into_future().boxed() Sep 19 17:18:56.894 INFO kablam! | ^^^^^ Sep 19 17:18:56.894 INFO kablam! Sep 19 17:18:56.898 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Sep 19 17:18:56.898 INFO kablam! --> src/zircon.rs:93:18 Sep 19 17:18:56.898 INFO kablam! | Sep 19 17:18:56.898 INFO kablam! 93 | protocol.bind_connection(&handle, socket, addr, ZirconService { Sep 19 17:18:56.898 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 17:18:56.898 INFO kablam! Sep 19 17:18:56.910 INFO kablam! error: 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 19 17:18:56.910 INFO kablam! --> src/request/mod.rs:119:12 Sep 19 17:18:56.910 INFO kablam! | Sep 19 17:18:56.910 INFO kablam! 119 | }).boxed() Sep 19 17:18:56.910 INFO kablam! | ^^^^^ Sep 19 17:18:56.910 INFO kablam! Sep 19 17:18:56.914 INFO kablam! error: 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 19 17:18:56.914 INFO kablam! --> src/request/mod.rs:137:12 Sep 19 17:18:56.914 INFO kablam! | Sep 19 17:18:56.914 INFO kablam! 137 | }).boxed() Sep 19 17:18:56.914 INFO kablam! | ^^^^^ Sep 19 17:18:56.914 INFO kablam! Sep 19 17:18:56.918 INFO kablam! error: use of deprecated item '>::remote_addr': This method will be gone in future versions. Sep 19 17:18:56.918 INFO kablam! --> src/request/mod.rs:148:34 Sep 19 17:18:56.918 INFO kablam! | Sep 19 17:18:56.918 INFO kablam! 148 | let remote_addr = origin.remote_addr(); Sep 19 17:18:56.918 INFO kablam! | ^^^^^^^^^^^ Sep 19 17:18:56.918 INFO kablam! Sep 19 17:18:57.021 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 19 17:18:57.021 INFO kablam! --> src/renderers/file_renderer.rs:42:32 Sep 19 17:18:57.021 INFO kablam! | Sep 19 17:18:57.021 INFO kablam! 42 | Ok(self).into_future().boxed() Sep 19 17:18:57.021 INFO kablam! | ^^^^^ Sep 19 17:18:57.021 INFO kablam! Sep 19 17:18:57.026 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 19 17:18:57.026 INFO kablam! --> src/renderers/template_renderer.rs:45:30 Sep 19 17:18:57.026 INFO kablam! | Sep 19 17:18:57.026 INFO kablam! 45 | result.into_future().boxed() Sep 19 17:18:57.026 INFO kablam! | ^^^^^ Sep 19 17:18:57.038 INFO kablam! error: 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 19 17:18:57.038 INFO kablam! --> src/response.rs:25:32 Sep 19 17:18:57.038 INFO kablam! | Sep 19 17:18:57.038 INFO kablam! 25 | Ok(self).into_future().boxed() Sep 19 17:18:57.038 INFO kablam! | ^^^^^ Sep 19 17:18:57.038 INFO kablam! Sep 19 17:18:57.038 INFO kablam! Sep 19 17:18:57.130 INFO kablam! error: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Sep 19 17:18:57.130 INFO kablam! --> src/zircon.rs:93:18 Sep 19 17:18:57.130 INFO kablam! | Sep 19 17:18:57.130 INFO kablam! 93 | protocol.bind_connection(&handle, socket, addr, ZirconService { Sep 19 17:18:57.130 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 17:18:57.130 INFO kablam! Sep 19 17:18:57.186 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 17:18:57.186 INFO kablam! --> src/config.rs:21:13 Sep 19 17:18:57.186 INFO kablam! | Sep 19 17:18:57.186 INFO kablam! 21 | use std::ascii::AsciiExt; Sep 19 17:18:57.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:18:57.186 INFO kablam! | Sep 19 17:18:57.186 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 17:18:57.186 INFO kablam! Sep 19 17:18:57.445 INFO kablam! error: 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 19 17:18:57.445 INFO kablam! --> src/renderers/file_renderer.rs:42:32 Sep 19 17:18:57.445 INFO kablam! | Sep 19 17:18:57.445 INFO kablam! 42 | Ok(self).into_future().boxed() Sep 19 17:18:57.445 INFO kablam! | ^^^^^ Sep 19 17:18:57.458 INFO kablam! Sep 19 17:18:57.478 INFO kablam! error: 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 19 17:18:57.478 INFO kablam! --> src/renderers/template_renderer.rs:45:30 Sep 19 17:18:57.478 INFO kablam! | Sep 19 17:18:57.478 INFO kablam! 45 | result.into_future().boxed() Sep 19 17:18:57.478 INFO kablam! | ^^^^^ Sep 19 17:18:57.478 INFO kablam! Sep 19 17:18:57.581 INFO kablam! error: aborting due to 12 previous errors Sep 19 17:18:57.594 INFO kablam! Sep 19 17:18:57.615 INFO kablam! error: Could not compile `zircon`. Sep 19 17:18:57.615 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:18:57.727 INFO kablam! error: build failed Sep 19 17:18:57.734 INFO kablam! su: No module specific data is present Sep 19 17:18:58.681 INFO running `"docker" "rm" "-f" "68a8f52dbad4ff289b0528ddb38db22c14d4edc37baf7ad806f0ea023dc976e1"` Sep 19 17:18:58.814 INFO blam! 68a8f52dbad4ff289b0528ddb38db22c14d4edc37baf7ad806f0ea023dc976e1