Oct 13 05:53:12.191 INFO checking zircon-0.1.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 05:53:12.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 05:53:12.610 INFO blam! deba0fba615333ac19871aca3f12cfaea2119dc4a4370702531433dd63f7ecca Oct 13 05:53:12.620 INFO running `"docker" "start" "-a" "deba0fba615333ac19871aca3f12cfaea2119dc4a4370702531433dd63f7ecca"` Oct 13 05:53:13.844 INFO kablam! usermod: no changes Oct 13 05:53:14.270 INFO kablam! Compiling gcc v0.3.55 Oct 13 05:53:14.280 INFO kablam! Checking base64 v0.5.2 Oct 13 05:53:14.287 INFO kablam! Checking handlebars v0.26.2 Oct 13 05:53:19.297 INFO kablam! Compiling ring v0.9.7 Oct 13 05:53:28.556 INFO kablam! Checking cookie v0.8.1 Oct 13 05:53:29.829 INFO kablam! Checking zircon v0.1.1 (/source) Oct 13 05:53:38.914 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 05:53:38.915 INFO kablam! --> src/config.rs:21:13 Oct 13 05:53:38.915 INFO kablam! | Oct 13 05:53:38.915 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 13 05:53:38.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 05:53:38.915 INFO kablam! | Oct 13 05:53:38.915 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 05:53:38.915 INFO kablam! Oct 13 05:53:39.008 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 05:53:39.009 INFO kablam! --> src/config.rs:21:13 Oct 13 05:53:39.009 INFO kablam! | Oct 13 05:53:39.009 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 13 05:53:39.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 05:53:39.010 INFO kablam! | Oct 13 05:53:39.011 INFO kablam! note: lint level defined here Oct 13 05:53:39.011 INFO kablam! --> src/lib.rs:1:24 Oct 13 05:53:39.012 INFO kablam! | Oct 13 05:53:39.012 INFO kablam! 1 | #![cfg_attr(test, deny(warnings))] Oct 13 05:53:39.013 INFO kablam! | ^^^^^^^^ Oct 13 05:53:39.013 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 05:53:39.014 INFO kablam! Oct 13 05:53:39.178 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 05:53:39.178 INFO kablam! --> src/lib.rs:99:32 Oct 13 05:53:39.178 INFO kablam! | Oct 13 05:53:39.178 INFO kablam! 99 | Ok(resp).into_future().boxed() Oct 13 05:53:39.178 INFO kablam! | ^^^^^ Oct 13 05:53:39.178 INFO kablam! Oct 13 05:53:39.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 05:53:39.198 INFO kablam! --> src/error.rs:21:33 Oct 13 05:53:39.198 INFO kablam! | Oct 13 05:53:39.198 INFO kablam! 21 | Err(self).into_future().boxed() Oct 13 05:53:39.198 INFO kablam! | ^^^^^ Oct 13 05:53:39.198 INFO kablam! Oct 13 05:53:39.210 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 05:53:39.210 INFO kablam! --> src/error.rs:29:54 Oct 13 05:53:39.210 INFO kablam! | Oct 13 05:53:39.211 INFO kablam! 29 | Err(ZirconError::Status(code)).into_future().boxed() Oct 13 05:53:39.211 INFO kablam! | ^^^^^ Oct 13 05:53:39.211 INFO kablam! Oct 13 05:53:39.212 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 05:53:39.212 INFO kablam! --> src/error.rs:33:75 Oct 13 05:53:39.212 INFO kablam! | Oct 13 05:53:39.212 INFO kablam! 33 | Err(ZirconError::StringError(code, message.into())).into_future().boxed() Oct 13 05:53:39.212 INFO kablam! | ^^^^^ Oct 13 05:53:39.212 INFO kablam! Oct 13 05:53:39.236 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 Oct 13 05:53:39.236 INFO kablam! --> src/lib.rs:99:32 Oct 13 05:53:39.236 INFO kablam! | Oct 13 05:53:39.236 INFO kablam! 99 | Ok(resp).into_future().boxed() Oct 13 05:53:39.236 INFO kablam! | ^^^^^ Oct 13 05:53:39.236 INFO kablam! Oct 13 05:53:39.244 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 05:53:39.244 INFO kablam! --> src/request/mod.rs:119:12 Oct 13 05:53:39.244 INFO kablam! | Oct 13 05:53:39.244 INFO kablam! 119 | }).boxed() Oct 13 05:53:39.244 INFO kablam! | ^^^^^ Oct 13 05:53:39.244 INFO kablam! Oct 13 05:53:39.249 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 05:53:39.249 INFO kablam! --> src/request/mod.rs:137:12 Oct 13 05:53:39.249 INFO kablam! | Oct 13 05:53:39.249 INFO kablam! 137 | }).boxed() Oct 13 05:53:39.249 INFO kablam! | ^^^^^ Oct 13 05:53:39.249 INFO kablam! Oct 13 05:53:39.256 INFO kablam! warning: use of deprecated item '>::remote_addr': This method will be gone in future versions. Oct 13 05:53:39.256 INFO kablam! --> src/request/mod.rs:148:34 Oct 13 05:53:39.256 INFO kablam! | Oct 13 05:53:39.256 INFO kablam! 148 | let remote_addr = origin.remote_addr(); Oct 13 05:53:39.256 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:53:39.256 INFO kablam! Oct 13 05:53:39.272 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 Oct 13 05:53:39.272 INFO kablam! --> src/error.rs:21:33 Oct 13 05:53:39.272 INFO kablam! | Oct 13 05:53:39.272 INFO kablam! 21 | Err(self).into_future().boxed() Oct 13 05:53:39.272 INFO kablam! | ^^^^^ Oct 13 05:53:39.272 INFO kablam! Oct 13 05:53:39.272 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 Oct 13 05:53:39.272 INFO kablam! --> src/error.rs:29:54 Oct 13 05:53:39.272 INFO kablam! | Oct 13 05:53:39.272 INFO kablam! 29 | Err(ZirconError::Status(code)).into_future().boxed() Oct 13 05:53:39.272 INFO kablam! | ^^^^^ Oct 13 05:53:39.272 INFO kablam! Oct 13 05:53:39.272 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 Oct 13 05:53:39.272 INFO kablam! --> src/error.rs:33:75 Oct 13 05:53:39.272 INFO kablam! | Oct 13 05:53:39.272 INFO kablam! 33 | Err(ZirconError::StringError(code, message.into())).into_future().boxed() Oct 13 05:53:39.272 INFO kablam! | ^^^^^ Oct 13 05:53:39.272 INFO kablam! Oct 13 05:53:39.278 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 05:53:39.279 INFO kablam! --> src/response.rs:25:32 Oct 13 05:53:39.279 INFO kablam! | Oct 13 05:53:39.279 INFO kablam! 25 | Ok(self).into_future().boxed() Oct 13 05:53:39.279 INFO kablam! | ^^^^^ Oct 13 05:53:39.279 INFO kablam! Oct 13 05:53:39.317 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 Oct 13 05:53:39.317 INFO kablam! --> src/request/mod.rs:119:12 Oct 13 05:53:39.317 INFO kablam! | Oct 13 05:53:39.318 INFO kablam! 119 | }).boxed() Oct 13 05:53:39.318 INFO kablam! | ^^^^^ Oct 13 05:53:39.318 INFO kablam! Oct 13 05:53:39.319 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 13 05:53:39.319 INFO kablam! --> src/zircon.rs:93:18 Oct 13 05:53:39.320 INFO kablam! | Oct 13 05:53:39.320 INFO kablam! 93 | protocol.bind_connection(&handle, socket, addr, ZirconService { Oct 13 05:53:39.320 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:53:39.320 INFO kablam! Oct 13 05:53:39.323 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 Oct 13 05:53:39.323 INFO kablam! --> src/request/mod.rs:137:12 Oct 13 05:53:39.324 INFO kablam! | Oct 13 05:53:39.324 INFO kablam! 137 | }).boxed() Oct 13 05:53:39.324 INFO kablam! | ^^^^^ Oct 13 05:53:39.332 INFO kablam! Oct 13 05:53:39.332 INFO kablam! error: use of deprecated item '>::remote_addr': This method will be gone in future versions. Oct 13 05:53:39.333 INFO kablam! --> src/request/mod.rs:148:34 Oct 13 05:53:39.333 INFO kablam! | Oct 13 05:53:39.333 INFO kablam! 148 | let remote_addr = origin.remote_addr(); Oct 13 05:53:39.334 INFO kablam! | ^^^^^^^^^^^ Oct 13 05:53:39.334 INFO kablam! Oct 13 05:53:39.476 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 05:53:39.477 INFO kablam! --> src/renderers/file_renderer.rs:42:32 Oct 13 05:53:39.477 INFO kablam! | Oct 13 05:53:39.477 INFO kablam! 42 | Ok(self).into_future().boxed() Oct 13 05:53:39.478 INFO kablam! | ^^^^^ Oct 13 05:53:39.478 INFO kablam! Oct 13 05:53:39.483 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 Oct 13 05:53:39.483 INFO kablam! --> src/response.rs:25:32 Oct 13 05:53:39.483 INFO kablam! | Oct 13 05:53:39.484 INFO kablam! 25 | Ok(self).into_future().boxed() Oct 13 05:53:39.484 INFO kablam! | ^^^^^ Oct 13 05:53:39.484 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 05:53:39.485 INFO kablam! --> src/renderers/template_renderer.rs:45:30 Oct 13 05:53:39.485 INFO kablam! | Oct 13 05:53:39.485 INFO kablam! 45 | result.into_future().boxed() Oct 13 05:53:39.486 INFO kablam! | ^^^^^ Oct 13 05:53:39.486 INFO kablam! Oct 13 05:53:39.486 INFO kablam! Oct 13 05:53:39.522 INFO kablam! error: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 13 05:53:39.522 INFO kablam! --> src/zircon.rs:93:18 Oct 13 05:53:39.522 INFO kablam! | Oct 13 05:53:39.522 INFO kablam! 93 | protocol.bind_connection(&handle, socket, addr, ZirconService { Oct 13 05:53:39.522 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:53:39.522 INFO kablam! Oct 13 05:53:39.604 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 05:53:39.604 INFO kablam! --> src/config.rs:21:13 Oct 13 05:53:39.604 INFO kablam! | Oct 13 05:53:39.604 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 13 05:53:39.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 05:53:39.604 INFO kablam! | Oct 13 05:53:39.604 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:53:39.604 INFO kablam! Oct 13 05:53:39.732 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 Oct 13 05:53:39.732 INFO kablam! --> src/renderers/file_renderer.rs:42:32 Oct 13 05:53:39.732 INFO kablam! | Oct 13 05:53:39.732 INFO kablam! 42 | Ok(self).into_future().boxed() Oct 13 05:53:39.732 INFO kablam! | ^^^^^ Oct 13 05:53:39.732 INFO kablam! Oct 13 05:53:39.748 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 Oct 13 05:53:39.749 INFO kablam! --> src/renderers/template_renderer.rs:45:30 Oct 13 05:53:39.749 INFO kablam! | Oct 13 05:53:39.749 INFO kablam! 45 | result.into_future().boxed() Oct 13 05:53:39.749 INFO kablam! | ^^^^^ Oct 13 05:53:39.749 INFO kablam! Oct 13 05:53:39.822 INFO kablam! error: aborting due to 12 previous errors Oct 13 05:53:39.822 INFO kablam! Oct 13 05:53:39.848 INFO kablam! error: Could not compile `zircon`. Oct 13 05:53:39.848 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 05:53:40.018 INFO kablam! error: build failed Oct 13 05:53:40.025 INFO kablam! su: No module specific data is present Oct 13 05:53:41.415 INFO running `"docker" "rm" "-f" "deba0fba615333ac19871aca3f12cfaea2119dc4a4370702531433dd63f7ecca"` Oct 13 05:53:41.724 INFO blam! deba0fba615333ac19871aca3f12cfaea2119dc4a4370702531433dd63f7ecca