Oct 21 22:11:39.128 INFO checking zircon-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:11:39.128 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 22:11:39.360 INFO blam! efff1a684ebd9093856381cf8e480bd0a0365e0f34ce34cf2101244fba45a773 Oct 21 22:11:39.366 INFO running `"docker" "start" "-a" "efff1a684ebd9093856381cf8e480bd0a0365e0f34ce34cf2101244fba45a773"` Oct 21 22:11:39.812 INFO kablam! usermod: no changes Oct 21 22:11:40.118 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 21 22:11:40.118 INFO kablam! Checking base64 v0.5.2 Oct 21 22:11:40.123 INFO kablam! Checking regex v0.2.11 Oct 21 22:11:40.123 INFO kablam! Checking tokio-core v0.1.17 Oct 21 22:11:41.073 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 21 22:11:43.332 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 21 22:11:45.396 INFO kablam! Checking handlebars v0.26.2 Oct 21 22:11:45.764 INFO kablam! Compiling rayon-core v1.4.1 Oct 21 22:11:46.360 INFO kablam! Checking tokio-proto v0.1.1 Oct 21 22:11:49.916 INFO kablam! Compiling rayon v0.7.1 Oct 21 22:11:55.536 INFO kablam! Compiling ring v0.9.7 Oct 21 22:11:56.548 INFO kablam! Checking hyper v0.11.27 Oct 21 22:12:04.968 INFO kablam! Checking cookie v0.8.1 Oct 21 22:12:07.763 INFO kablam! Checking zircon v0.1.1 (/source) Oct 21 22:12:13.852 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 22:12:13.852 INFO kablam! --> src/config.rs:21:13 Oct 21 22:12:13.852 INFO kablam! | Oct 21 22:12:13.852 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 21 22:12:13.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 22:12:13.852 INFO kablam! | Oct 21 22:12:13.852 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:12:13.852 INFO kablam! Oct 21 22:12:14.020 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 21 22:12:14.020 INFO kablam! --> src/lib.rs:99:32 Oct 21 22:12:14.020 INFO kablam! | Oct 21 22:12:14.020 INFO kablam! 99 | Ok(resp).into_future().boxed() Oct 21 22:12:14.020 INFO kablam! | ^^^^^ Oct 21 22:12:14.020 INFO kablam! Oct 21 22:12:14.032 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 21 22:12:14.032 INFO kablam! --> src/error.rs:21:33 Oct 21 22:12:14.032 INFO kablam! | Oct 21 22:12:14.032 INFO kablam! 21 | Err(self).into_future().boxed() Oct 21 22:12:14.032 INFO kablam! | ^^^^^ Oct 21 22:12:14.032 INFO kablam! Oct 21 22:12:14.032 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 21 22:12:14.032 INFO kablam! --> src/error.rs:29:54 Oct 21 22:12:14.032 INFO kablam! | Oct 21 22:12:14.032 INFO kablam! 29 | Err(ZirconError::Status(code)).into_future().boxed() Oct 21 22:12:14.032 INFO kablam! | ^^^^^ Oct 21 22:12:14.032 INFO kablam! Oct 21 22:12:14.032 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 21 22:12:14.032 INFO kablam! --> src/error.rs:33:75 Oct 21 22:12:14.032 INFO kablam! | Oct 21 22:12:14.032 INFO kablam! 33 | Err(ZirconError::StringError(code, message.into())).into_future().boxed() Oct 21 22:12:14.032 INFO kablam! | ^^^^^ Oct 21 22:12:14.032 INFO kablam! Oct 21 22:12:14.052 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 21 22:12:14.052 INFO kablam! --> src/request/mod.rs:119:12 Oct 21 22:12:14.052 INFO kablam! | Oct 21 22:12:14.052 INFO kablam! 119 | }).boxed() Oct 21 22:12:14.052 INFO kablam! | ^^^^^ Oct 21 22:12:14.052 INFO kablam! Oct 21 22:12:14.057 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 21 22:12:14.057 INFO kablam! --> src/request/mod.rs:137:12 Oct 21 22:12:14.057 INFO kablam! | Oct 21 22:12:14.057 INFO kablam! 137 | }).boxed() Oct 21 22:12:14.057 INFO kablam! | ^^^^^ Oct 21 22:12:14.057 INFO kablam! Oct 21 22:12:14.061 INFO kablam! warning: use of deprecated item '>::remote_addr': This method will be gone in future versions. Oct 21 22:12:14.061 INFO kablam! --> src/request/mod.rs:148:34 Oct 21 22:12:14.061 INFO kablam! | Oct 21 22:12:14.061 INFO kablam! 148 | let remote_addr = origin.remote_addr(); Oct 21 22:12:14.061 INFO kablam! | ^^^^^^^^^^^ Oct 21 22:12:14.061 INFO kablam! Oct 21 22:12:14.080 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 21 22:12:14.080 INFO kablam! --> src/response.rs:25:32 Oct 21 22:12:14.080 INFO kablam! | Oct 21 22:12:14.080 INFO kablam! 25 | Ok(self).into_future().boxed() Oct 21 22:12:14.080 INFO kablam! | ^^^^^ Oct 21 22:12:14.080 INFO kablam! Oct 21 22:12:14.105 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 21 22:12:14.105 INFO kablam! --> src/zircon.rs:93:18 Oct 21 22:12:14.105 INFO kablam! | Oct 21 22:12:14.105 INFO kablam! 93 | protocol.bind_connection(&handle, socket, addr, ZirconService { Oct 21 22:12:14.105 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:12:14.105 INFO kablam! Oct 21 22:12:14.177 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 21 22:12:14.177 INFO kablam! --> src/renderers/file_renderer.rs:42:32 Oct 21 22:12:14.177 INFO kablam! | Oct 21 22:12:14.177 INFO kablam! 42 | Ok(self).into_future().boxed() Oct 21 22:12:14.177 INFO kablam! | ^^^^^ Oct 21 22:12:14.177 INFO kablam! Oct 21 22:12:14.192 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 21 22:12:14.192 INFO kablam! --> src/renderers/template_renderer.rs:45:30 Oct 21 22:12:14.192 INFO kablam! | Oct 21 22:12:14.192 INFO kablam! 45 | result.into_future().boxed() Oct 21 22:12:14.192 INFO kablam! | ^^^^^ Oct 21 22:12:14.192 INFO kablam! Oct 21 22:12:14.224 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 21 22:12:14.224 INFO kablam! --> src/config.rs:21:13 Oct 21 22:12:14.224 INFO kablam! | Oct 21 22:12:14.224 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 21 22:12:14.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 22:12:14.224 INFO kablam! | Oct 21 22:12:14.224 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:12:14.224 INFO kablam! Oct 21 22:12:14.372 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 22:12:14.372 INFO kablam! --> src/config.rs:21:13 Oct 21 22:12:14.372 INFO kablam! | Oct 21 22:12:14.372 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 21 22:12:14.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 22:12:14.372 INFO kablam! | Oct 21 22:12:14.372 INFO kablam! note: lint level defined here Oct 21 22:12:14.372 INFO kablam! --> src/lib.rs:1:24 Oct 21 22:12:14.372 INFO kablam! | Oct 21 22:12:14.372 INFO kablam! 1 | #![cfg_attr(test, deny(warnings))] Oct 21 22:12:14.372 INFO kablam! | ^^^^^^^^ Oct 21 22:12:14.372 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 21 22:12:14.372 INFO kablam! Oct 21 22:12:15.224 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 21 22:12:15.224 INFO kablam! --> src/lib.rs:99:32 Oct 21 22:12:15.224 INFO kablam! | Oct 21 22:12:15.224 INFO kablam! 99 | Ok(resp).into_future().boxed() Oct 21 22:12:15.224 INFO kablam! | ^^^^^ Oct 21 22:12:15.224 INFO kablam! Oct 21 22:12:15.308 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 21 22:12:15.308 INFO kablam! --> src/error.rs:21:33 Oct 21 22:12:15.308 INFO kablam! | Oct 21 22:12:15.308 INFO kablam! 21 | Err(self).into_future().boxed() Oct 21 22:12:15.308 INFO kablam! | ^^^^^ Oct 21 22:12:15.308 INFO kablam! Oct 21 22:12:15.332 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 21 22:12:15.332 INFO kablam! --> src/error.rs:29:54 Oct 21 22:12:15.332 INFO kablam! | Oct 21 22:12:15.332 INFO kablam! 29 | Err(ZirconError::Status(code)).into_future().boxed() Oct 21 22:12:15.332 INFO kablam! | ^^^^^ Oct 21 22:12:15.332 INFO kablam! Oct 21 22:12:15.332 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 21 22:12:15.332 INFO kablam! --> src/error.rs:33:75 Oct 21 22:12:15.332 INFO kablam! | Oct 21 22:12:15.332 INFO kablam! 33 | Err(ZirconError::StringError(code, message.into())).into_future().boxed() Oct 21 22:12:15.332 INFO kablam! | ^^^^^ Oct 21 22:12:15.332 INFO kablam! Oct 21 22:12:15.424 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 21 22:12:15.424 INFO kablam! --> src/request/mod.rs:119:12 Oct 21 22:12:15.424 INFO kablam! | Oct 21 22:12:15.424 INFO kablam! 119 | }).boxed() Oct 21 22:12:15.424 INFO kablam! | ^^^^^ Oct 21 22:12:15.424 INFO kablam! Oct 21 22:12:15.440 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 21 22:12:15.440 INFO kablam! --> src/request/mod.rs:137:12 Oct 21 22:12:15.440 INFO kablam! | Oct 21 22:12:15.440 INFO kablam! 137 | }).boxed() Oct 21 22:12:15.440 INFO kablam! | ^^^^^ Oct 21 22:12:15.440 INFO kablam! Oct 21 22:12:15.476 INFO kablam! error: use of deprecated item '>::remote_addr': This method will be gone in future versions. Oct 21 22:12:15.476 INFO kablam! --> src/request/mod.rs:148:34 Oct 21 22:12:15.476 INFO kablam! | Oct 21 22:12:15.476 INFO kablam! 148 | let remote_addr = origin.remote_addr(); Oct 21 22:12:15.476 INFO kablam! | ^^^^^^^^^^^ Oct 21 22:12:15.476 INFO kablam! Oct 21 22:12:15.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 Oct 21 22:12:15.894 INFO kablam! --> src/response.rs:25:32 Oct 21 22:12:15.894 INFO kablam! | Oct 21 22:12:15.894 INFO kablam! 25 | Ok(self).into_future().boxed() Oct 21 22:12:15.895 INFO kablam! | ^^^^^ Oct 21 22:12:15.895 INFO kablam! Oct 21 22:12:16.096 INFO kablam! error: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 21 22:12:16.096 INFO kablam! --> src/zircon.rs:93:18 Oct 21 22:12:16.096 INFO kablam! | Oct 21 22:12:16.096 INFO kablam! 93 | protocol.bind_connection(&handle, socket, addr, ZirconService { Oct 21 22:12:16.096 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 22:12:16.096 INFO kablam! Oct 21 22:12:16.520 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 21 22:12:16.520 INFO kablam! --> src/renderers/file_renderer.rs:42:32 Oct 21 22:12:16.520 INFO kablam! | Oct 21 22:12:16.520 INFO kablam! 42 | Ok(self).into_future().boxed() Oct 21 22:12:16.520 INFO kablam! | ^^^^^ Oct 21 22:12:16.520 INFO kablam! Oct 21 22:12:16.526 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 21 22:12:16.526 INFO kablam! --> src/renderers/template_renderer.rs:45:30 Oct 21 22:12:16.526 INFO kablam! | Oct 21 22:12:16.526 INFO kablam! 45 | result.into_future().boxed() Oct 21 22:12:16.526 INFO kablam! | ^^^^^ Oct 21 22:12:16.526 INFO kablam! Oct 21 22:12:16.687 INFO kablam! error: aborting due to 12 previous errors Oct 21 22:12:16.687 INFO kablam! Oct 21 22:12:16.742 INFO kablam! error: Could not compile `zircon`. Oct 21 22:12:16.743 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 22:12:34.920 INFO kablam! error: build failed Oct 21 22:12:34.920 INFO kablam! su: No module specific data is present Oct 21 22:12:35.995 INFO running `"docker" "rm" "-f" "efff1a684ebd9093856381cf8e480bd0a0365e0f34ce34cf2101244fba45a773"` Oct 21 22:12:36.408 INFO blam! efff1a684ebd9093856381cf8e480bd0a0365e0f34ce34cf2101244fba45a773