Sep 19 17:18:39.654 INFO checking zircon-0.1.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 17:18:39.654 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 17:18:39.654 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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.946 INFO blam! 930350ffe15adac9b612771b0f096aeaa44a1e08ba3b73b9b922af7df549d1fb Sep 19 17:18:39.949 INFO running `"docker" "start" "-a" "930350ffe15adac9b612771b0f096aeaa44a1e08ba3b73b9b922af7df549d1fb"` Sep 19 17:18:41.447 INFO kablam! usermod: no changes Sep 19 17:18:41.956 INFO kablam! Compiling crossbeam-utils v0.2.2 Sep 19 17:18:41.962 INFO kablam! Checking base64 v0.5.2 Sep 19 17:18:41.970 INFO kablam! Compiling num_cpus v1.8.0 Sep 19 17:18:41.981 INFO kablam! Checking handlebars v0.26.2 Sep 19 17:18:43.986 INFO kablam! Compiling crossbeam-epoch v0.3.1 Sep 19 17:18:46.779 INFO kablam! Compiling crossbeam-deque v0.2.0 Sep 19 17:18:47.496 INFO kablam! Compiling rayon-core v1.4.1 Sep 19 17:18:50.848 INFO kablam! Compiling rayon v0.7.1 Sep 19 17:18:53.345 INFO kablam! Compiling ring v0.9.7 Sep 19 17:19:01.606 INFO kablam! Checking cookie v0.8.1 Sep 19 17:19:02.258 INFO kablam! Checking zircon v0.1.1 (/source) Sep 19 17:19:03.518 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 17:19:03.518 INFO kablam! --> src/config.rs:21:13 Sep 19 17:19:03.518 INFO kablam! | Sep 19 17:19:03.518 INFO kablam! 21 | use std::ascii::AsciiExt; Sep 19 17:19:03.518 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:19:03.518 INFO kablam! | Sep 19 17:19:03.518 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 17:19:03.518 INFO kablam! Sep 19 17:19:03.587 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 17:19:03.587 INFO kablam! --> src/config.rs:21:13 Sep 19 17:19:03.587 INFO kablam! | Sep 19 17:19:03.587 INFO kablam! 21 | use std::ascii::AsciiExt; Sep 19 17:19:03.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:19:03.587 INFO kablam! | Sep 19 17:19:03.587 INFO kablam! note: lint level defined here Sep 19 17:19:03.595 INFO kablam! --> src/lib.rs:1:24 Sep 19 17:19:03.595 INFO kablam! | Sep 19 17:19:03.595 INFO kablam! 1 | #![cfg_attr(test, deny(warnings))] Sep 19 17:19:03.595 INFO kablam! | ^^^^^^^^ Sep 19 17:19:03.595 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 17:19:03.595 INFO kablam! Sep 19 17:19:03.752 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:19:03.752 INFO kablam! --> src/lib.rs:99:32 Sep 19 17:19:03.752 INFO kablam! | Sep 19 17:19:03.752 INFO kablam! 99 | Ok(resp).into_future().boxed() Sep 19 17:19:03.752 INFO kablam! | ^^^^^ Sep 19 17:19:03.752 INFO kablam! Sep 19 17:19:03.778 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:19:03.778 INFO kablam! --> src/error.rs:21:33 Sep 19 17:19:03.778 INFO kablam! | Sep 19 17:19:03.778 INFO kablam! 21 | Err(self).into_future().boxed() Sep 19 17:19:03.778 INFO kablam! | ^^^^^ Sep 19 17:19:03.778 INFO kablam! Sep 19 17:19:03.778 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:19:03.778 INFO kablam! --> src/lib.rs:99:32 Sep 19 17:19:03.778 INFO kablam! | Sep 19 17:19:03.778 INFO kablam! 99 | Ok(resp).into_future().boxed() Sep 19 17:19:03.778 INFO kablam! | ^^^^^ Sep 19 17:19:03.778 INFO kablam! Sep 19 17:19:03.781 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:19:03.781 INFO kablam! --> src/error.rs:29:54 Sep 19 17:19:03.781 INFO kablam! | Sep 19 17:19:03.781 INFO kablam! 29 | Err(ZirconError::Status(code)).into_future().boxed() Sep 19 17:19:03.781 INFO kablam! | ^^^^^ Sep 19 17:19:03.781 INFO kablam! Sep 19 17:19:03.782 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:19:03.782 INFO kablam! --> src/error.rs:33:75 Sep 19 17:19:03.782 INFO kablam! | Sep 19 17:19:03.782 INFO kablam! 33 | Err(ZirconError::StringError(code, message.into())).into_future().boxed() Sep 19 17:19:03.782 INFO kablam! | ^^^^^ Sep 19 17:19:03.782 INFO kablam! Sep 19 17:19:03.790 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:19:03.790 INFO kablam! --> src/error.rs:21:33 Sep 19 17:19:03.790 INFO kablam! | Sep 19 17:19:03.790 INFO kablam! 21 | Err(self).into_future().boxed() Sep 19 17:19:03.790 INFO kablam! | ^^^^^ Sep 19 17:19:03.790 INFO kablam! Sep 19 17:19:03.791 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:19:03.791 INFO kablam! --> src/error.rs:29:54 Sep 19 17:19:03.791 INFO kablam! | Sep 19 17:19:03.791 INFO kablam! 29 | Err(ZirconError::Status(code)).into_future().boxed() Sep 19 17:19:03.791 INFO kablam! | ^^^^^ Sep 19 17:19:03.791 INFO kablam! Sep 19 17:19:03.792 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:19:03.792 INFO kablam! --> src/error.rs:33:75 Sep 19 17:19:03.792 INFO kablam! | Sep 19 17:19:03.792 INFO kablam! 33 | Err(ZirconError::StringError(code, message.into())).into_future().boxed() Sep 19 17:19:03.792 INFO kablam! | ^^^^^ Sep 19 17:19:03.792 INFO kablam! Sep 19 17:19:03.808 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:19:03.808 INFO kablam! --> src/request/mod.rs:119:12 Sep 19 17:19:03.808 INFO kablam! | Sep 19 17:19:03.808 INFO kablam! 119 | }).boxed() Sep 19 17:19:03.808 INFO kablam! | ^^^^^ Sep 19 17:19:03.808 INFO kablam! Sep 19 17:19:03.812 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:19:03.812 INFO kablam! --> src/request/mod.rs:119:12 Sep 19 17:19:03.812 INFO kablam! | Sep 19 17:19:03.812 INFO kablam! 119 | }).boxed() Sep 19 17:19:03.812 INFO kablam! | ^^^^^ Sep 19 17:19:03.812 INFO kablam! Sep 19 17:19:03.812 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:19:03.812 INFO kablam! --> src/request/mod.rs:137:12 Sep 19 17:19:03.812 INFO kablam! | Sep 19 17:19:03.812 INFO kablam! 137 | }).boxed() Sep 19 17:19:03.812 INFO kablam! | ^^^^^ Sep 19 17:19:03.812 INFO kablam! Sep 19 17:19:03.815 INFO kablam! error: use of deprecated item '>::remote_addr': This method will be gone in future versions. Sep 19 17:19:03.815 INFO kablam! --> src/request/mod.rs:148:34 Sep 19 17:19:03.815 INFO kablam! | Sep 19 17:19:03.815 INFO kablam! 148 | let remote_addr = origin.remote_addr(); Sep 19 17:19:03.815 INFO kablam! | ^^^^^^^^^^^ Sep 19 17:19:03.815 INFO kablam! Sep 19 17:19:03.815 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:19:03.815 INFO kablam! --> src/request/mod.rs:137:12 Sep 19 17:19:03.815 INFO kablam! | Sep 19 17:19:03.815 INFO kablam! 137 | }).boxed() Sep 19 17:19:03.815 INFO kablam! | ^^^^^ Sep 19 17:19:03.815 INFO kablam! Sep 19 17:19:03.818 INFO kablam! warning: use of deprecated item '>::remote_addr': This method will be gone in future versions. Sep 19 17:19:03.818 INFO kablam! --> src/request/mod.rs:148:34 Sep 19 17:19:03.818 INFO kablam! | Sep 19 17:19:03.818 INFO kablam! 148 | let remote_addr = origin.remote_addr(); Sep 19 17:19:03.818 INFO kablam! | ^^^^^^^^^^^ Sep 19 17:19:03.818 INFO kablam! Sep 19 17:19:03.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:19:03.833 INFO kablam! --> src/response.rs:25:32 Sep 19 17:19:03.833 INFO kablam! | Sep 19 17:19:03.833 INFO kablam! 25 | Ok(self).into_future().boxed() Sep 19 17:19:03.833 INFO kablam! | ^^^^^ Sep 19 17:19:03.833 INFO kablam! Sep 19 17:19:03.863 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:19:03.863 INFO kablam! --> src/zircon.rs:93:18 Sep 19 17:19:03.863 INFO kablam! | Sep 19 17:19:03.863 INFO kablam! 93 | protocol.bind_connection(&handle, socket, addr, ZirconService { Sep 19 17:19:03.863 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 17:19:03.863 INFO kablam! Sep 19 17:19:03.875 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:19:03.875 INFO kablam! --> src/response.rs:25:32 Sep 19 17:19:03.875 INFO kablam! | Sep 19 17:19:03.875 INFO kablam! 25 | Ok(self).into_future().boxed() Sep 19 17:19:03.875 INFO kablam! | ^^^^^ Sep 19 17:19:03.875 INFO kablam! Sep 19 17:19:03.910 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:19:03.910 INFO kablam! --> src/zircon.rs:93:18 Sep 19 17:19:03.910 INFO kablam! | Sep 19 17:19:03.910 INFO kablam! 93 | protocol.bind_connection(&handle, socket, addr, ZirconService { Sep 19 17:19:03.910 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 17:19:03.911 INFO kablam! Sep 19 17:19:03.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 19 17:19:03.994 INFO kablam! --> src/renderers/file_renderer.rs:42:32 Sep 19 17:19:03.994 INFO kablam! | Sep 19 17:19:03.994 INFO kablam! 42 | Ok(self).into_future().boxed() Sep 19 17:19:03.994 INFO kablam! | ^^^^^ Sep 19 17:19:03.994 INFO kablam! Sep 19 17:19:04.062 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:19:04.062 INFO kablam! --> src/renderers/template_renderer.rs:45:30 Sep 19 17:19:04.062 INFO kablam! | Sep 19 17:19:04.062 INFO kablam! 45 | result.into_future().boxed() Sep 19 17:19:04.062 INFO kablam! | ^^^^^ Sep 19 17:19:04.062 INFO kablam! Sep 19 17:19:04.074 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:19:04.074 INFO kablam! --> src/renderers/file_renderer.rs:42:32 Sep 19 17:19:04.074 INFO kablam! | Sep 19 17:19:04.074 INFO kablam! 42 | Ok(self).into_future().boxed() Sep 19 17:19:04.074 INFO kablam! | ^^^^^ Sep 19 17:19:04.074 INFO kablam! Sep 19 17:19:04.083 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:19:04.083 INFO kablam! --> src/renderers/template_renderer.rs:45:30 Sep 19 17:19:04.083 INFO kablam! | Sep 19 17:19:04.083 INFO kablam! 45 | result.into_future().boxed() Sep 19 17:19:04.083 INFO kablam! | ^^^^^ Sep 19 17:19:04.083 INFO kablam! Sep 19 17:19:04.142 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 17:19:04.142 INFO kablam! --> src/config.rs:21:13 Sep 19 17:19:04.142 INFO kablam! | Sep 19 17:19:04.142 INFO kablam! 21 | use std::ascii::AsciiExt; Sep 19 17:19:04.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 17:19:04.142 INFO kablam! | Sep 19 17:19:04.142 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 17:19:04.142 INFO kablam! Sep 19 17:19:04.154 INFO kablam! error: aborting due to 12 previous errors Sep 19 17:19:04.154 INFO kablam! Sep 19 17:19:04.181 INFO kablam! error: Could not compile `zircon`. Sep 19 17:19:04.181 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 17:19:04.482 INFO kablam! error: build failed Sep 19 17:19:04.482 INFO kablam! su: No module specific data is present Sep 19 17:19:05.373 INFO running `"docker" "rm" "-f" "930350ffe15adac9b612771b0f096aeaa44a1e08ba3b73b9b922af7df549d1fb"` Sep 19 17:19:05.500 INFO blam! 930350ffe15adac9b612771b0f096aeaa44a1e08ba3b73b9b922af7df549d1fb