Oct 27 13:03:02.300 INFO checking zircon-0.1.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 13:03:02.301 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 13:03:02.705 INFO blam! 9a9a878eee807196b523f32fa258b991b42a3854d5beb41e3c041e3b7b0afcc1 Oct 27 13:03:02.707 INFO running `"docker" "start" "-a" "9a9a878eee807196b523f32fa258b991b42a3854d5beb41e3c041e3b7b0afcc1"` Oct 27 13:03:04.123 INFO kablam! usermod: no changes Oct 27 13:03:04.607 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 27 13:03:04.607 INFO kablam! Checking base64 v0.5.2 Oct 27 13:03:04.607 INFO kablam! Checking log v0.3.9 Oct 27 13:03:04.607 INFO kablam! Checking want v0.0.4 Oct 27 13:03:04.607 INFO kablam! Checking tokio-core v0.1.17 Oct 27 13:03:07.080 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 27 13:03:07.095 INFO kablam! Checking handlebars v0.26.2 Oct 27 13:03:07.095 INFO kablam! Checking mime v0.2.6 Oct 27 13:03:11.611 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 27 13:03:13.058 INFO kablam! Compiling rayon-core v1.4.1 Oct 27 13:03:16.275 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 13:03:19.099 INFO kablam! Compiling rayon v0.7.1 Oct 27 13:03:24.197 INFO kablam! Compiling ring v0.9.7 Oct 27 13:03:24.913 INFO kablam! Checking hyper v0.11.27 Oct 27 13:03:35.843 INFO kablam! Checking cookie v0.8.1 Oct 27 13:03:39.547 INFO kablam! Checking zircon v0.1.1 (/source) Oct 27 13:03:46.847 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 13:03:46.847 INFO kablam! --> src/config.rs:21:13 Oct 27 13:03:46.848 INFO kablam! | Oct 27 13:03:46.848 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 27 13:03:46.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 13:03:46.848 INFO kablam! | Oct 27 13:03:46.849 INFO kablam! note: lint level defined here Oct 27 13:03:46.849 INFO kablam! --> src/lib.rs:1:24 Oct 27 13:03:46.849 INFO kablam! | Oct 27 13:03:46.850 INFO kablam! 1 | #![cfg_attr(test, deny(warnings))] Oct 27 13:03:46.850 INFO kablam! | ^^^^^^^^ Oct 27 13:03:46.850 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 13:03:46.850 INFO kablam! Oct 27 13:03:47.002 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 13:03:47.007 INFO kablam! --> src/config.rs:21:13 Oct 27 13:03:47.007 INFO kablam! | Oct 27 13:03:47.008 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 27 13:03:47.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 13:03:47.008 INFO kablam! | Oct 27 13:03:47.009 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 13:03:47.009 INFO kablam! Oct 27 13:03:47.037 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 27 13:03:47.039 INFO kablam! --> src/lib.rs:99:32 Oct 27 13:03:47.039 INFO kablam! | Oct 27 13:03:47.040 INFO kablam! 99 | Ok(resp).into_future().boxed() Oct 27 13:03:47.040 INFO kablam! | ^^^^^ Oct 27 13:03:47.040 INFO kablam! Oct 27 13:03:47.055 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 27 13:03:47.056 INFO kablam! --> src/error.rs:21:33 Oct 27 13:03:47.056 INFO kablam! | Oct 27 13:03:47.058 INFO kablam! 21 | Err(self).into_future().boxed() Oct 27 13:03:47.059 INFO kablam! | ^^^^^ Oct 27 13:03:47.059 INFO kablam! Oct 27 13:03:47.060 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 27 13:03:47.060 INFO kablam! --> src/error.rs:29:54 Oct 27 13:03:47.061 INFO kablam! | Oct 27 13:03:47.061 INFO kablam! 29 | Err(ZirconError::Status(code)).into_future().boxed() Oct 27 13:03:47.062 INFO kablam! | ^^^^^ Oct 27 13:03:47.063 INFO kablam! Oct 27 13:03:47.064 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 27 13:03:47.064 INFO kablam! --> src/error.rs:33:75 Oct 27 13:03:47.065 INFO kablam! | Oct 27 13:03:47.066 INFO kablam! 33 | Err(ZirconError::StringError(code, message.into())).into_future().boxed() Oct 27 13:03:47.066 INFO kablam! | ^^^^^ Oct 27 13:03:47.066 INFO kablam! Oct 27 13:03:47.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 Oct 27 13:03:47.084 INFO kablam! --> src/request/mod.rs:119:12 Oct 27 13:03:47.085 INFO kablam! | Oct 27 13:03:47.085 INFO kablam! 119 | }).boxed() Oct 27 13:03:47.089 INFO kablam! | ^^^^^ Oct 27 13:03:47.089 INFO kablam! Oct 27 13:03:47.095 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 27 13:03:47.096 INFO kablam! --> src/request/mod.rs:137:12 Oct 27 13:03:47.096 INFO kablam! | Oct 27 13:03:47.097 INFO kablam! 137 | }).boxed() Oct 27 13:03:47.097 INFO kablam! | ^^^^^ Oct 27 13:03:47.100 INFO kablam! Oct 27 13:03:47.100 INFO kablam! error: use of deprecated item '>::remote_addr': This method will be gone in future versions. Oct 27 13:03:47.101 INFO kablam! --> src/request/mod.rs:148:34 Oct 27 13:03:47.102 INFO kablam! | Oct 27 13:03:47.102 INFO kablam! 148 | let remote_addr = origin.remote_addr(); Oct 27 13:03:47.103 INFO kablam! | ^^^^^^^^^^^ Oct 27 13:03:47.103 INFO kablam! Oct 27 13:03:47.167 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 27 13:03:47.168 INFO kablam! --> src/response.rs:25:32 Oct 27 13:03:47.168 INFO kablam! | Oct 27 13:03:47.169 INFO kablam! 25 | Ok(self).into_future().boxed() Oct 27 13:03:47.170 INFO kablam! | ^^^^^ Oct 27 13:03:47.175 INFO kablam! Oct 27 13:03:47.194 INFO kablam! error: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 27 13:03:47.195 INFO kablam! --> src/zircon.rs:93:18 Oct 27 13:03:47.195 INFO kablam! | Oct 27 13:03:47.196 INFO kablam! 93 | protocol.bind_connection(&handle, socket, addr, ZirconService { Oct 27 13:03:47.197 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 13:03:47.197 INFO kablam! Oct 27 13:03:47.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 27 13:03:47.245 INFO kablam! --> src/lib.rs:99:32 Oct 27 13:03:47.245 INFO kablam! | Oct 27 13:03:47.251 INFO kablam! 99 | Ok(resp).into_future().boxed() Oct 27 13:03:47.251 INFO kablam! | ^^^^^ Oct 27 13:03:47.252 INFO kablam! Oct 27 13:03:47.267 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 13:03:47.268 INFO kablam! --> src/error.rs:21:33 Oct 27 13:03:47.268 INFO kablam! | Oct 27 13:03:47.268 INFO kablam! 21 | Err(self).into_future().boxed() Oct 27 13:03:47.268 INFO kablam! | ^^^^^ Oct 27 13:03:47.269 INFO kablam! Oct 27 13:03:47.269 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 13:03:47.269 INFO kablam! --> src/error.rs:29:54 Oct 27 13:03:47.270 INFO kablam! | Oct 27 13:03:47.270 INFO kablam! 29 | Err(ZirconError::Status(code)).into_future().boxed() Oct 27 13:03:47.270 INFO kablam! | ^^^^^ Oct 27 13:03:47.271 INFO kablam! Oct 27 13:03:47.271 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 13:03:47.271 INFO kablam! --> src/error.rs:33:75 Oct 27 13:03:47.272 INFO kablam! | Oct 27 13:03:47.272 INFO kablam! 33 | Err(ZirconError::StringError(code, message.into())).into_future().boxed() Oct 27 13:03:47.272 INFO kablam! | ^^^^^ Oct 27 13:03:47.273 INFO kablam! Oct 27 13:03:47.283 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 13:03:47.284 INFO kablam! --> src/request/mod.rs:119:12 Oct 27 13:03:47.284 INFO kablam! | Oct 27 13:03:47.285 INFO kablam! 119 | }).boxed() Oct 27 13:03:47.285 INFO kablam! | ^^^^^ Oct 27 13:03:47.285 INFO kablam! Oct 27 13:03:47.299 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 13:03:47.300 INFO kablam! --> src/request/mod.rs:137:12 Oct 27 13:03:47.300 INFO kablam! | Oct 27 13:03:47.300 INFO kablam! 137 | }).boxed() Oct 27 13:03:47.303 INFO kablam! | ^^^^^ Oct 27 13:03:47.303 INFO kablam! Oct 27 13:03:47.304 INFO kablam! warning: use of deprecated item '>::remote_addr': This method will be gone in future versions. Oct 27 13:03:47.304 INFO kablam! --> src/request/mod.rs:148:34 Oct 27 13:03:47.304 INFO kablam! | Oct 27 13:03:47.304 INFO kablam! 148 | let remote_addr = origin.remote_addr(); Oct 27 13:03:47.305 INFO kablam! | ^^^^^^^^^^^ Oct 27 13:03:47.305 INFO kablam! Oct 27 13:03:47.323 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 13:03:47.323 INFO kablam! --> src/response.rs:25:32 Oct 27 13:03:47.324 INFO kablam! | Oct 27 13:03:47.324 INFO kablam! 25 | Ok(self).into_future().boxed() Oct 27 13:03:47.324 INFO kablam! | ^^^^^ Oct 27 13:03:47.325 INFO kablam! Oct 27 13:03:47.351 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 27 13:03:47.351 INFO kablam! --> src/zircon.rs:93:18 Oct 27 13:03:47.352 INFO kablam! | Oct 27 13:03:47.352 INFO kablam! 93 | protocol.bind_connection(&handle, socket, addr, ZirconService { Oct 27 13:03:47.352 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 13:03:47.353 INFO kablam! Oct 27 13:03:47.372 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 27 13:03:47.375 INFO kablam! --> src/renderers/file_renderer.rs:42:32 Oct 27 13:03:47.375 INFO kablam! | Oct 27 13:03:47.376 INFO kablam! 42 | Ok(self).into_future().boxed() Oct 27 13:03:47.379 INFO kablam! | ^^^^^ Oct 27 13:03:47.380 INFO kablam! Oct 27 13:03:47.385 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 27 13:03:47.385 INFO kablam! --> src/renderers/template_renderer.rs:45:30 Oct 27 13:03:47.385 INFO kablam! | Oct 27 13:03:47.385 INFO kablam! 45 | result.into_future().boxed() Oct 27 13:03:47.385 INFO kablam! | ^^^^^ Oct 27 13:03:47.387 INFO kablam! Oct 27 13:03:47.459 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 13:03:47.460 INFO kablam! --> src/renderers/file_renderer.rs:42:32 Oct 27 13:03:47.460 INFO kablam! | Oct 27 13:03:47.460 INFO kablam! 42 | Ok(self).into_future().boxed() Oct 27 13:03:47.460 INFO kablam! | ^^^^^ Oct 27 13:03:47.461 INFO kablam! Oct 27 13:03:47.467 INFO kablam! error: aborting due to 12 previous errors Oct 27 13:03:47.467 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 13:03:47.468 INFO kablam! --> src/renderers/template_renderer.rs:45:30 Oct 27 13:03:47.468 INFO kablam! | Oct 27 13:03:47.468 INFO kablam! 45 | result.into_future().boxed() Oct 27 13:03:47.469 INFO kablam! | ^^^^^ Oct 27 13:03:47.469 INFO kablam! Oct 27 13:03:47.469 INFO kablam! Oct 27 13:03:47.491 INFO kablam! error: Could not compile `zircon`. Oct 27 13:03:47.492 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 13:03:47.515 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 13:03:47.515 INFO kablam! --> src/config.rs:21:13 Oct 27 13:03:47.516 INFO kablam! | Oct 27 13:03:47.516 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 27 13:03:47.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 13:03:47.517 INFO kablam! | Oct 27 13:03:47.517 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 13:03:47.517 INFO kablam! Oct 27 13:03:47.775 INFO kablam! error: build failed Oct 27 13:03:47.777 INFO kablam! su: No module specific data is present Oct 27 13:03:48.747 INFO running `"docker" "rm" "-f" "9a9a878eee807196b523f32fa258b991b42a3854d5beb41e3c041e3b7b0afcc1"` Oct 27 13:03:49.051 INFO blam! 9a9a878eee807196b523f32fa258b991b42a3854d5beb41e3c041e3b7b0afcc1