Oct 15 13:09:38.247 INFO testing zircon-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 13:09:38.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 13:09:38.547 INFO blam! 9b798a906b0a790b5ee7be2baa488d3d388ce896fa76b120a7c083ecab2a24a8 Oct 15 13:09:38.552 INFO running `"docker" "start" "-a" "9b798a906b0a790b5ee7be2baa488d3d388ce896fa76b120a7c083ecab2a24a8"` Oct 15 13:09:39.835 INFO kablam! usermod: no changes Oct 15 13:09:40.240 INFO kablam! Compiling base64 v0.5.2 Oct 15 13:09:40.243 INFO kablam! Compiling tokio-service v0.1.0 Oct 15 13:09:40.244 INFO kablam! Compiling relay v0.1.1 Oct 15 13:09:40.319 INFO kablam! Compiling lock_api v0.1.4 Oct 15 13:09:40.319 INFO kablam! Compiling want v0.0.4 Oct 15 13:09:40.319 INFO kablam! Compiling mio v0.6.16 Oct 15 13:09:40.320 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 15 13:09:40.320 INFO kablam! Compiling memchr v2.1.0 Oct 15 13:09:42.399 INFO kablam! Compiling mime v0.2.6 Oct 15 13:09:43.435 INFO kablam! Compiling tokio-io v0.1.9 Oct 15 13:09:44.503 INFO kablam! Compiling crossbeam-epoch v0.5.2 Oct 15 13:09:46.961 INFO kablam! Compiling parking_lot_core v0.3.1 Oct 15 13:09:47.080 INFO kablam! Compiling aho-corasick v0.6.8 Oct 15 13:09:47.115 INFO kablam! Compiling ring v0.9.7 Oct 15 13:09:50.803 INFO kablam! Compiling crossbeam-deque v0.6.1 Oct 15 13:09:52.653 INFO kablam! Compiling tokio-codec v0.1.1 Oct 15 13:09:55.127 INFO kablam! Compiling regex v0.2.11 Oct 15 13:09:55.147 INFO kablam! Compiling mio-uds v0.6.7 Oct 15 13:09:55.268 INFO kablam! Compiling parking_lot v0.6.4 Oct 15 13:09:55.595 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 15 13:10:02.543 INFO kablam! Compiling tokio-reactor v0.1.6 Oct 15 13:10:08.855 INFO kablam! Compiling tokio-fs v0.1.3 Oct 15 13:10:16.707 INFO kablam! Compiling handlebars v0.26.2 Oct 15 13:10:16.714 INFO kablam! Compiling tokio-udp v0.1.2 Oct 15 13:10:16.727 INFO kablam! Compiling tokio-uds v0.2.2 Oct 15 13:10:16.748 INFO kablam! Compiling tokio-tcp v0.1.2 Oct 15 13:10:17.111 INFO kablam! Compiling cookie v0.8.1 Oct 15 13:10:23.335 INFO kablam! Compiling tokio v0.1.11 Oct 15 13:10:29.067 INFO kablam! Compiling tokio-core v0.1.17 Oct 15 13:10:34.331 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 13:10:38.069 INFO kablam! Compiling hyper v0.11.27 Oct 15 13:10:47.196 INFO kablam! Compiling zircon v0.1.1 (/source) Oct 15 13:10:50.835 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 15 13:10:50.835 INFO kablam! --> src/config.rs:21:13 Oct 15 13:10:50.835 INFO kablam! | Oct 15 13:10:50.835 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 15 13:10:50.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 13:10:50.835 INFO kablam! | Oct 15 13:10:50.835 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 13:10:50.835 INFO kablam! Oct 15 13:10:50.963 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 15 13:10:50.963 INFO kablam! --> src/lib.rs:99:32 Oct 15 13:10:50.964 INFO kablam! | Oct 15 13:10:50.964 INFO kablam! 99 | Ok(resp).into_future().boxed() Oct 15 13:10:50.964 INFO kablam! | ^^^^^ Oct 15 13:10:50.964 INFO kablam! Oct 15 13:10:50.971 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 15 13:10:50.971 INFO kablam! --> src/error.rs:21:33 Oct 15 13:10:50.971 INFO kablam! | Oct 15 13:10:50.972 INFO kablam! 21 | Err(self).into_future().boxed() Oct 15 13:10:50.972 INFO kablam! | ^^^^^ Oct 15 13:10:50.972 INFO kablam! Oct 15 13:10:50.972 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 15 13:10:50.973 INFO kablam! --> src/error.rs:29:54 Oct 15 13:10:50.973 INFO kablam! | Oct 15 13:10:50.973 INFO kablam! 29 | Err(ZirconError::Status(code)).into_future().boxed() Oct 15 13:10:50.973 INFO kablam! | ^^^^^ Oct 15 13:10:50.974 INFO kablam! Oct 15 13:10:50.974 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 15 13:10:50.974 INFO kablam! --> src/error.rs:33:75 Oct 15 13:10:50.974 INFO kablam! | Oct 15 13:10:50.975 INFO kablam! 33 | Err(ZirconError::StringError(code, message.into())).into_future().boxed() Oct 15 13:10:50.975 INFO kablam! | ^^^^^ Oct 15 13:10:50.975 INFO kablam! Oct 15 13:10:50.983 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 15 13:10:50.983 INFO kablam! --> src/request/mod.rs:119:12 Oct 15 13:10:50.983 INFO kablam! | Oct 15 13:10:50.983 INFO kablam! 119 | }).boxed() Oct 15 13:10:50.983 INFO kablam! | ^^^^^ Oct 15 13:10:50.983 INFO kablam! Oct 15 13:10:50.986 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 15 13:10:50.990 INFO kablam! --> src/request/mod.rs:137:12 Oct 15 13:10:50.990 INFO kablam! | Oct 15 13:10:50.991 INFO kablam! 137 | }).boxed() Oct 15 13:10:50.991 INFO kablam! | ^^^^^ Oct 15 13:10:50.991 INFO kablam! Oct 15 13:10:50.991 INFO kablam! warning: use of deprecated item '>::remote_addr': This method will be gone in future versions. Oct 15 13:10:50.991 INFO kablam! --> src/request/mod.rs:148:34 Oct 15 13:10:50.991 INFO kablam! | Oct 15 13:10:50.995 INFO kablam! 148 | let remote_addr = origin.remote_addr(); Oct 15 13:10:50.995 INFO kablam! | ^^^^^^^^^^^ Oct 15 13:10:50.995 INFO kablam! Oct 15 13:10:51.011 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 15 13:10:51.011 INFO kablam! --> src/response.rs:25:32 Oct 15 13:10:51.011 INFO kablam! | Oct 15 13:10:51.012 INFO kablam! 25 | Ok(self).into_future().boxed() Oct 15 13:10:51.012 INFO kablam! | ^^^^^ Oct 15 13:10:51.012 INFO kablam! Oct 15 13:10:51.022 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 15 13:10:51.022 INFO kablam! --> src/zircon.rs:93:18 Oct 15 13:10:51.022 INFO kablam! | Oct 15 13:10:51.022 INFO kablam! 93 | protocol.bind_connection(&handle, socket, addr, ZirconService { Oct 15 13:10:51.022 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 13:10:51.022 INFO kablam! Oct 15 13:10:51.076 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 15 13:10:51.076 INFO kablam! --> src/renderers/file_renderer.rs:42:32 Oct 15 13:10:51.077 INFO kablam! | Oct 15 13:10:51.077 INFO kablam! 42 | Ok(self).into_future().boxed() Oct 15 13:10:51.077 INFO kablam! | ^^^^^ Oct 15 13:10:51.078 INFO kablam! Oct 15 13:10:51.085 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 15 13:10:51.085 INFO kablam! --> src/renderers/template_renderer.rs:45:30 Oct 15 13:10:51.085 INFO kablam! | Oct 15 13:10:51.085 INFO kablam! 45 | result.into_future().boxed() Oct 15 13:10:51.085 INFO kablam! | ^^^^^ Oct 15 13:10:51.085 INFO kablam! Oct 15 13:10:51.119 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 15 13:10:51.119 INFO kablam! --> src/config.rs:21:13 Oct 15 13:10:51.119 INFO kablam! | Oct 15 13:10:51.119 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 15 13:10:51.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 13:10:51.119 INFO kablam! | Oct 15 13:10:51.119 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:10:51.119 INFO kablam! Oct 15 13:10:52.326 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Oct 15 13:10:52.334 INFO kablam! su: No module specific data is present Oct 15 13:10:52.651 INFO running `"docker" "rm" "-f" "9b798a906b0a790b5ee7be2baa488d3d388ce896fa76b120a7c083ecab2a24a8"` Oct 15 13:10:52.770 INFO blam! 9b798a906b0a790b5ee7be2baa488d3d388ce896fa76b120a7c083ecab2a24a8 Oct 15 13:10:52.773 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 13:10:52.938 INFO blam! 7abca68d33d637e0d99417937bc9b4bff66f0a24132471a2f0ad4e457ef34cba Oct 15 13:10:52.939 INFO running `"docker" "start" "-a" "7abca68d33d637e0d99417937bc9b4bff66f0a24132471a2f0ad4e457ef34cba"` Oct 15 13:10:54.251 INFO kablam! usermod: no changes Oct 15 13:10:54.497 INFO kablam! Compiling zircon v0.1.1 (/source) Oct 15 13:11:11.395 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 15 13:11:11.396 INFO kablam! --> src/config.rs:21:13 Oct 15 13:11:11.396 INFO kablam! | Oct 15 13:11:11.396 INFO kablam! 21 | use std::ascii::AsciiExt; Oct 15 13:11:11.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 13:11:11.397 INFO kablam! | Oct 15 13:11:11.397 INFO kablam! note: lint level defined here Oct 15 13:11:11.397 INFO kablam! --> src/lib.rs:1:24 Oct 15 13:11:11.398 INFO kablam! | Oct 15 13:11:11.398 INFO kablam! 1 | #![cfg_attr(test, deny(warnings))] Oct 15 13:11:11.398 INFO kablam! | ^^^^^^^^ Oct 15 13:11:11.399 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 15 13:11:11.399 INFO kablam! Oct 15 13:11:12.051 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 15 13:11:12.051 INFO kablam! --> src/lib.rs:99:32 Oct 15 13:11:12.051 INFO kablam! | Oct 15 13:11:12.051 INFO kablam! 99 | Ok(resp).into_future().boxed() Oct 15 13:11:12.051 INFO kablam! | ^^^^^ Oct 15 13:11:12.107 INFO kablam! Oct 15 13:11:12.143 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 15 13:11:12.143 INFO kablam! --> src/error.rs:21:33 Oct 15 13:11:12.143 INFO kablam! | Oct 15 13:11:12.143 INFO kablam! 21 | Err(self).into_future().boxed() Oct 15 13:11:12.143 INFO kablam! | ^^^^^ Oct 15 13:11:12.164 INFO kablam! Oct 15 13:11:12.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 15 13:11:12.167 INFO kablam! --> src/error.rs:29:54 Oct 15 13:11:12.167 INFO kablam! | Oct 15 13:11:12.167 INFO kablam! 29 | Err(ZirconError::Status(code)).into_future().boxed() Oct 15 13:11:12.167 INFO kablam! | ^^^^^ Oct 15 13:11:12.169 INFO kablam! Oct 15 13:11:12.175 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 15 13:11:12.175 INFO kablam! --> src/error.rs:33:75 Oct 15 13:11:12.175 INFO kablam! | Oct 15 13:11:12.175 INFO kablam! 33 | Err(ZirconError::StringError(code, message.into())).into_future().boxed() Oct 15 13:11:12.175 INFO kablam! | ^^^^^ Oct 15 13:11:12.175 INFO kablam! Oct 15 13:11:12.187 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 15 13:11:12.187 INFO kablam! --> src/request/mod.rs:119:12 Oct 15 13:11:12.187 INFO kablam! | Oct 15 13:11:12.187 INFO kablam! 119 | }).boxed() Oct 15 13:11:12.187 INFO kablam! | ^^^^^ Oct 15 13:11:12.187 INFO kablam! Oct 15 13:11:12.191 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 15 13:11:12.191 INFO kablam! --> src/request/mod.rs:137:12 Oct 15 13:11:12.191 INFO kablam! | Oct 15 13:11:12.191 INFO kablam! 137 | }).boxed() Oct 15 13:11:12.191 INFO kablam! | ^^^^^ Oct 15 13:11:12.194 INFO kablam! Oct 15 13:11:12.199 INFO kablam! error: use of deprecated item '>::remote_addr': This method will be gone in future versions. Oct 15 13:11:12.199 INFO kablam! --> src/request/mod.rs:148:34 Oct 15 13:11:12.199 INFO kablam! | Oct 15 13:11:12.199 INFO kablam! 148 | let remote_addr = origin.remote_addr(); Oct 15 13:11:12.199 INFO kablam! | ^^^^^^^^^^^ Oct 15 13:11:12.199 INFO kablam! Oct 15 13:11:12.275 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 15 13:11:12.275 INFO kablam! --> src/response.rs:25:32 Oct 15 13:11:12.275 INFO kablam! | Oct 15 13:11:12.275 INFO kablam! 25 | Ok(self).into_future().boxed() Oct 15 13:11:12.275 INFO kablam! | ^^^^^ Oct 15 13:11:12.315 INFO kablam! Oct 15 13:11:12.451 INFO kablam! error: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 15 13:11:12.452 INFO kablam! --> src/zircon.rs:93:18 Oct 15 13:11:12.452 INFO kablam! | Oct 15 13:11:12.452 INFO kablam! 93 | protocol.bind_connection(&handle, socket, addr, ZirconService { Oct 15 13:11:12.452 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 13:11:12.452 INFO kablam! Oct 15 13:11:13.220 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 15 13:11:13.220 INFO kablam! --> src/renderers/file_renderer.rs:42:32 Oct 15 13:11:13.220 INFO kablam! | Oct 15 13:11:13.220 INFO kablam! 42 | Ok(self).into_future().boxed() Oct 15 13:11:13.220 INFO kablam! | ^^^^^ Oct 15 13:11:13.235 INFO kablam! Oct 15 13:11:13.260 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 15 13:11:13.260 INFO kablam! --> src/renderers/template_renderer.rs:45:30 Oct 15 13:11:13.260 INFO kablam! | Oct 15 13:11:13.260 INFO kablam! 45 | result.into_future().boxed() Oct 15 13:11:13.260 INFO kablam! | ^^^^^ Oct 15 13:11:13.271 INFO kablam! Oct 15 13:11:13.518 INFO kablam! error: aborting due to 12 previous errors Oct 15 13:11:13.543 INFO kablam! Oct 15 13:11:13.627 INFO kablam! error: Could not compile `zircon`. Oct 15 13:11:13.627 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 15 13:11:38.498 INFO kablam! error: build failed Oct 15 13:11:38.500 INFO kablam! su: No module specific data is present Oct 15 13:11:39.184 INFO running `"docker" "rm" "-f" "7abca68d33d637e0d99417937bc9b4bff66f0a24132471a2f0ad4e457ef34cba"` Oct 15 13:11:39.339 INFO blam! 7abca68d33d637e0d99417937bc9b4bff66f0a24132471a2f0ad4e457ef34cba