Oct 11 08:29:17.775 INFO testing websocket-0.20.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 08:29:17.775 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 08:29:17.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 08:29:18.156 INFO blam! 09d0b6acc6ec7bb24945826e906c05189cc971ff3f02749a5caf337932aa2eec Oct 11 08:29:18.159 INFO running `"docker" "start" "-a" "09d0b6acc6ec7bb24945826e906c05189cc971ff3f02749a5caf337932aa2eec"` Oct 11 08:29:19.644 INFO kablam! usermod: no changes Oct 11 08:29:19.968 INFO kablam! Compiling websocket v0.20.3 (/source) Oct 11 08:29:27.124 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:27.124 INFO kablam! --> src/client/builder.rs:45:10 Oct 11 08:29:27.124 INFO kablam! | Oct 11 08:29:27.124 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 11 08:29:27.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:27.124 INFO kablam! | Oct 11 08:29:27.124 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 08:29:27.124 INFO kablam! Oct 11 08:29:27.124 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:27.124 INFO kablam! --> src/client/async.rs:48:9 Oct 11 08:29:27.124 INFO kablam! | Oct 11 08:29:27.124 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 11 08:29:27.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:27.124 INFO kablam! Oct 11 08:29:27.124 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:27.124 INFO kablam! --> src/client/async.rs:65:22 Oct 11 08:29:27.124 INFO kablam! | Oct 11 08:29:27.124 INFO kablam! 65 | pub type Client = Framed>; Oct 11 08:29:27.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:27.124 INFO kablam! Oct 11 08:29:27.124 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:27.124 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 11 08:29:27.124 INFO kablam! | Oct 11 08:29:27.124 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 11 08:29:27.124 INFO kablam! | ^^^^^^ Oct 11 08:29:27.124 INFO kablam! Oct 11 08:29:27.124 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:27.124 INFO kablam! --> src/client/builder.rs:792:28 Oct 11 08:29:27.124 INFO kablam! | Oct 11 08:29:27.124 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 11 08:29:27.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 08:29:27.124 INFO kablam! Oct 11 08:29:27.124 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:27.124 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 11 08:29:27.124 INFO kablam! | Oct 11 08:29:27.124 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 11 08:29:27.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 08:29:27.124 INFO kablam! Oct 11 08:29:27.124 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:27.125 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 11 08:29:27.125 INFO kablam! | Oct 11 08:29:27.125 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 11 08:29:27.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 08:29:27.125 INFO kablam! Oct 11 08:29:27.125 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:27.125 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 11 08:29:27.125 INFO kablam! | Oct 11 08:29:27.125 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 11 08:29:27.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:27.125 INFO kablam! Oct 11 08:29:27.125 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:27.125 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 11 08:29:27.125 INFO kablam! | Oct 11 08:29:27.125 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 11 08:29:27.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:27.125 INFO kablam! Oct 11 08:29:27.125 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:27.125 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 11 08:29:27.125 INFO kablam! | Oct 11 08:29:27.125 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 11 08:29:27.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:27.125 INFO kablam! Oct 11 08:29:27.125 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:27.125 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 11 08:29:27.125 INFO kablam! | Oct 11 08:29:27.125 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 11 08:29:27.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 08:29:27.125 INFO kablam! Oct 11 08:29:27.690 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 11 08:29:27.690 INFO kablam! --> src/client/builder.rs:543:36 Oct 11 08:29:27.690 INFO kablam! | Oct 11 08:29:27.690 INFO kablam! 543 | Err(e) => return future::err(e).boxed(), Oct 11 08:29:27.690 INFO kablam! | ^^^^^ Oct 11 08:29:27.690 INFO kablam! Oct 11 08:29:27.690 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 11 08:29:27.690 INFO kablam! --> src/client/builder.rs:560:38 Oct 11 08:29:27.690 INFO kablam! | Oct 11 08:29:27.690 INFO kablam! 560 | Err(e) => return future::err(e).boxed(), Oct 11 08:29:27.690 INFO kablam! | ^^^^^ Oct 11 08:29:27.690 INFO kablam! Oct 11 08:29:27.696 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 11 08:29:27.696 INFO kablam! --> src/client/builder.rs:629:36 Oct 11 08:29:27.696 INFO kablam! | Oct 11 08:29:27.696 INFO kablam! 629 | Err(e) => return future::err(e).boxed(), Oct 11 08:29:27.696 INFO kablam! | ^^^^^ Oct 11 08:29:27.696 INFO kablam! Oct 11 08:29:27.696 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 11 08:29:27.696 INFO kablam! --> src/client/builder.rs:636:37 Oct 11 08:29:27.696 INFO kablam! | Oct 11 08:29:27.696 INFO kablam! 636 | Err(e) => return future::err(e).boxed(), Oct 11 08:29:27.696 INFO kablam! | ^^^^^ Oct 11 08:29:27.696 INFO kablam! Oct 11 08:29:27.706 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 11 08:29:27.706 INFO kablam! --> src/client/builder.rs:696:36 Oct 11 08:29:27.706 INFO kablam! | Oct 11 08:29:27.706 INFO kablam! 696 | Err(e) => return future::err(e).boxed(), Oct 11 08:29:27.706 INFO kablam! | ^^^^^ Oct 11 08:29:27.706 INFO kablam! Oct 11 08:29:27.716 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 08:29:27.716 INFO kablam! --> src/client/builder.rs:767:23 Oct 11 08:29:27.716 INFO kablam! | Oct 11 08:29:27.716 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 11 08:29:27.716 INFO kablam! | ^^^^^^ Oct 11 08:29:27.716 INFO kablam! Oct 11 08:29:27.789 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 08:29:27.789 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 11 08:29:27.789 INFO kablam! | Oct 11 08:29:27.789 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 11 08:29:27.789 INFO kablam! | ^^^^^^ Oct 11 08:29:27.789 INFO kablam! Oct 11 08:29:30.556 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.88s Oct 11 08:29:30.562 INFO kablam! su: No module specific data is present Oct 11 08:29:30.957 INFO running `"docker" "rm" "-f" "09d0b6acc6ec7bb24945826e906c05189cc971ff3f02749a5caf337932aa2eec"` Oct 11 08:29:31.029 INFO blam! 09d0b6acc6ec7bb24945826e906c05189cc971ff3f02749a5caf337932aa2eec Oct 11 08:29:31.034 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 08:29:31.034 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 08:29:31.249 INFO blam! a74e9c131b94e56063a0ebaefef28d91efada802d3f50c5f3ba0cfa5e70eedea Oct 11 08:29:31.253 INFO running `"docker" "start" "-a" "a74e9c131b94e56063a0ebaefef28d91efada802d3f50c5f3ba0cfa5e70eedea"` Oct 11 08:29:31.724 INFO kablam! usermod: no changes Oct 11 08:29:31.869 INFO kablam! Compiling websocket v0.20.3 (/source) Oct 11 08:29:55.656 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:55.656 INFO kablam! --> src/client/builder.rs:45:10 Oct 11 08:29:55.656 INFO kablam! | Oct 11 08:29:55.656 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 11 08:29:55.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:55.656 INFO kablam! | Oct 11 08:29:55.656 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 08:29:55.656 INFO kablam! Oct 11 08:29:55.656 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:55.656 INFO kablam! --> src/client/async.rs:48:9 Oct 11 08:29:55.656 INFO kablam! | Oct 11 08:29:55.656 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 11 08:29:55.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:55.656 INFO kablam! Oct 11 08:29:55.656 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:55.656 INFO kablam! --> src/client/async.rs:65:22 Oct 11 08:29:55.656 INFO kablam! | Oct 11 08:29:55.656 INFO kablam! 65 | pub type Client = Framed>; Oct 11 08:29:55.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:55.656 INFO kablam! Oct 11 08:29:55.656 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:55.656 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 11 08:29:55.656 INFO kablam! | Oct 11 08:29:55.656 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 11 08:29:55.656 INFO kablam! | ^^^^^^ Oct 11 08:29:55.656 INFO kablam! Oct 11 08:29:55.656 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:55.656 INFO kablam! --> src/client/builder.rs:792:28 Oct 11 08:29:55.656 INFO kablam! | Oct 11 08:29:55.656 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 11 08:29:55.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 08:29:55.656 INFO kablam! Oct 11 08:29:55.656 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:55.656 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 11 08:29:55.656 INFO kablam! | Oct 11 08:29:55.656 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 11 08:29:55.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 08:29:55.656 INFO kablam! Oct 11 08:29:55.656 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:55.656 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 11 08:29:55.656 INFO kablam! | Oct 11 08:29:55.656 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 11 08:29:55.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 08:29:55.657 INFO kablam! Oct 11 08:29:55.657 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:55.657 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 11 08:29:55.657 INFO kablam! | Oct 11 08:29:55.657 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 11 08:29:55.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:55.657 INFO kablam! Oct 11 08:29:55.657 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:55.657 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 11 08:29:55.657 INFO kablam! | Oct 11 08:29:55.657 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 11 08:29:55.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:55.657 INFO kablam! Oct 11 08:29:55.657 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:55.657 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 11 08:29:55.657 INFO kablam! | Oct 11 08:29:55.657 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 11 08:29:55.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 08:29:55.657 INFO kablam! Oct 11 08:29:55.657 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 08:29:55.657 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 11 08:29:55.657 INFO kablam! | Oct 11 08:29:55.657 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 11 08:29:55.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 08:29:55.657 INFO kablam! Oct 11 08:29:57.048 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 08:29:57.048 INFO kablam! --> src/codec/http.rs:279:5 Oct 11 08:29:57.048 INFO kablam! | Oct 11 08:29:57.048 INFO kablam! 279 | .framed(HttpClientCodec) Oct 11 08:29:57.048 INFO kablam! | ^^^^^^ Oct 11 08:29:57.048 INFO kablam! Oct 11 08:29:57.105 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 08:29:57.105 INFO kablam! --> src/codec/http.rs:308:5 Oct 11 08:29:57.105 INFO kablam! | Oct 11 08:29:57.105 INFO kablam! 308 | .framed(HttpServerCodec) Oct 11 08:29:57.106 INFO kablam! | ^^^^^^ Oct 11 08:29:57.106 INFO kablam! Oct 11 08:29:57.341 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 08:29:57.341 INFO kablam! --> src/codec/ws.rs:365:5 Oct 11 08:29:57.341 INFO kablam! | Oct 11 08:29:57.341 INFO kablam! 365 | .framed(MessageCodec::new(Context::Client)) Oct 11 08:29:57.342 INFO kablam! | ^^^^^^ Oct 11 08:29:57.357 INFO kablam! Oct 11 08:29:57.432 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 08:29:57.432 INFO kablam! --> src/codec/ws.rs:378:7 Oct 11 08:29:57.432 INFO kablam! | Oct 11 08:29:57.432 INFO kablam! 378 | .framed(MessageCodec::default(Context::Server)) Oct 11 08:29:57.432 INFO kablam! | ^^^^^^ Oct 11 08:29:57.432 INFO kablam! Oct 11 08:29:57.531 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 08:29:57.531 INFO kablam! --> src/codec/ws.rs:396:5 Oct 11 08:29:57.531 INFO kablam! | Oct 11 08:29:57.531 INFO kablam! 396 | .framed(MessageCodec::new(Context::Server)) Oct 11 08:29:57.531 INFO kablam! | ^^^^^^ Oct 11 08:29:57.531 INFO kablam! Oct 11 08:29:57.928 INFO kablam! warning: use of deprecated item 'websocket::client::async::Framed': Moved to tokio-codec Oct 11 08:29:57.928 INFO kablam! --> examples/parallel-server.rs:144:20 Oct 11 08:29:57.928 INFO kablam! | Oct 11 08:29:57.928 INFO kablam! 144 | type SinkContent = websocket::client::async::Framed>; Oct 11 08:29:57.928 INFO kablam! | |_________________________________________________________________________________________________^ Oct 11 08:29:57.928 INFO kablam! | Oct 11 08:29:57.928 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 08:29:57.928 INFO kablam! Oct 11 08:29:57.996 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 11 08:29:57.996 INFO kablam! --> src/client/builder.rs:543:36 Oct 11 08:29:57.996 INFO kablam! | Oct 11 08:29:57.996 INFO kablam! 543 | Err(e) => return future::err(e).boxed(), Oct 11 08:29:57.996 INFO kablam! | ^^^^^ Oct 11 08:29:57.996 INFO kablam! Oct 11 08:29:58.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 11 08:29:58.032 INFO kablam! --> src/client/builder.rs:560:38 Oct 11 08:29:58.032 INFO kablam! | Oct 11 08:29:58.032 INFO kablam! 560 | Err(e) => return future::err(e).boxed(), Oct 11 08:29:58.032 INFO kablam! | ^^^^^ Oct 11 08:29:58.032 INFO kablam! Oct 11 08:29:58.096 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 11 08:29:58.096 INFO kablam! --> src/client/builder.rs:629:36 Oct 11 08:29:58.096 INFO kablam! | Oct 11 08:29:58.096 INFO kablam! 629 | Err(e) => return future::err(e).boxed(), Oct 11 08:29:58.096 INFO kablam! | ^^^^^ Oct 11 08:29:58.096 INFO kablam! Oct 11 08:29:58.124 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 11 08:29:58.124 INFO kablam! --> src/client/builder.rs:636:37 Oct 11 08:29:58.124 INFO kablam! | Oct 11 08:29:58.124 INFO kablam! 636 | Err(e) => return future::err(e).boxed(), Oct 11 08:29:58.124 INFO kablam! | ^^^^^ Oct 11 08:29:58.124 INFO kablam! Oct 11 08:29:58.164 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 11 08:29:58.164 INFO kablam! --> src/client/builder.rs:696:36 Oct 11 08:29:58.164 INFO kablam! | Oct 11 08:29:58.164 INFO kablam! 696 | Err(e) => return future::err(e).boxed(), Oct 11 08:29:58.164 INFO kablam! | ^^^^^ Oct 11 08:29:58.164 INFO kablam! Oct 11 08:29:58.184 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 08:29:58.184 INFO kablam! --> src/client/builder.rs:767:23 Oct 11 08:29:58.184 INFO kablam! | Oct 11 08:29:58.184 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 11 08:29:58.184 INFO kablam! | ^^^^^^ Oct 11 08:29:58.184 INFO kablam! Oct 11 08:29:58.356 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 08:29:58.356 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 11 08:29:58.356 INFO kablam! | Oct 11 08:29:58.356 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 11 08:29:58.356 INFO kablam! | ^^^^^^ Oct 11 08:29:58.356 INFO kablam! Oct 11 08:30:23.636 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 11 08:30:23.636 INFO kablam! --> examples/async-autobahn-client.rs:44:37 Oct 11 08:30:23.636 INFO kablam! | Oct 11 08:30:23.636 INFO kablam! 44 | .boxed() Oct 11 08:30:23.636 INFO kablam! | ^^^^^ Oct 11 08:30:23.636 INFO kablam! | Oct 11 08:30:23.636 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 08:30:23.636 INFO kablam! Oct 11 08:30:23.639 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 11 08:30:23.639 INFO kablam! --> examples/async-autobahn-client.rs:49:37 Oct 11 08:30:23.639 INFO kablam! | Oct 11 08:30:23.639 INFO kablam! 49 | .boxed() Oct 11 08:30:23.639 INFO kablam! | ^^^^^ Oct 11 08:30:23.639 INFO kablam! Oct 11 08:30:23.640 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 11 08:30:23.640 INFO kablam! --> examples/async-autobahn-client.rs:54:37 Oct 11 08:30:23.640 INFO kablam! | Oct 11 08:30:23.640 INFO kablam! 54 | .boxed() Oct 11 08:30:23.640 INFO kablam! | ^^^^^ Oct 11 08:30:23.640 INFO kablam! Oct 11 08:30:23.650 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 11 08:30:23.650 INFO kablam! --> examples/async-autobahn-client.rs:59:37 Oct 11 08:30:23.650 INFO kablam! | Oct 11 08:30:23.650 INFO kablam! 59 | .boxed() Oct 11 08:30:23.650 INFO kablam! | ^^^^^ Oct 11 08:30:23.650 INFO kablam! Oct 11 08:30:23.652 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 11 08:30:23.652 INFO kablam! --> examples/async-autobahn-client.rs:62:62 Oct 11 08:30:23.652 INFO kablam! | Oct 11 08:30:23.652 INFO kablam! 62 | future::ok(Loop::Continue(stream)).boxed() Oct 11 08:30:23.652 INFO kablam! | ^^^^^ Oct 11 08:30:23.652 INFO kablam! Oct 11 08:30:23.660 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 11 08:30:23.660 INFO kablam! --> examples/async-autobahn-client.rs:64:62 Oct 11 08:30:23.660 INFO kablam! | Oct 11 08:30:23.660 INFO kablam! 64 | None => future::ok(Loop::Break(())).boxed(), Oct 11 08:30:23.660 INFO kablam! | ^^^^^ Oct 11 08:30:23.660 INFO kablam! Oct 11 08:30:31.992 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 00s Oct 11 08:30:32.020 INFO kablam! su: No module specific data is present Oct 11 08:30:32.617 INFO running `"docker" "rm" "-f" "a74e9c131b94e56063a0ebaefef28d91efada802d3f50c5f3ba0cfa5e70eedea"` Oct 11 08:30:32.924 INFO blam! a74e9c131b94e56063a0ebaefef28d91efada802d3f50c5f3ba0cfa5e70eedea Oct 11 08:30:32.928 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 08:30:32.929 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 08:30:33.376 INFO blam! e40eb72478f227317bc1b3c8c5e76a411d41cc32284d5dd4c2a91d4f97a856a8 Oct 11 08:30:33.381 INFO running `"docker" "start" "-a" "e40eb72478f227317bc1b3c8c5e76a411d41cc32284d5dd4c2a91d4f97a856a8"` Oct 11 08:30:34.450 INFO kablam! usermod: no changes Oct 11 08:30:34.736 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 11 08:30:34.765 INFO kablam! Running /target/debug/deps/websocket-712fd12830a8cb0d Oct 11 08:30:34.772 INFO blam! Oct 11 08:30:34.772 INFO blam! running 8 tests Oct 11 08:30:34.776 INFO blam! test server::sync::tests::set_nonblocking ... ok Oct 11 08:30:34.796 INFO blam! test codec::ws::tests::message_codec_server_send_receive ... ok Oct 11 08:30:34.801 INFO blam! test codec::http::tests::test_client_http_codec ... ok Oct 11 08:30:34.801 INFO blam! test codec::http::tests::test_server_http_codec ... ok Oct 11 08:30:34.805 INFO blam! test codec::ws::tests::message_codec_client_send_receive ... ok Oct 11 08:30:34.830 INFO blam! test codec::ws::tests::cow_message_predicts_size ... ok Oct 11 08:30:34.830 INFO blam! test client::builder::tests::build_client_with_protocols ... ok Oct 11 08:30:34.830 INFO blam! test codec::ws::tests::owned_message_predicts_size ... ok Oct 11 08:30:34.830 INFO blam! Oct 11 08:30:34.830 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:30:34.830 INFO blam! Oct 11 08:30:34.836 INFO kablam! Doc-tests websocket Oct 11 08:30:46.444 INFO blam! Oct 11 08:30:46.444 INFO blam! running 41 tests Oct 11 08:31:19.989 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder (line 75) ... ok Oct 11 08:31:23.612 INFO blam! test src/client/async.rs - client::async (line 16) ... ok Oct 11 08:31:24.176 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::async_connect (line 501) ... ok Oct 11 08:31:25.245 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder (line 64) ... ok Oct 11 08:31:27.354 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::add_protocols (line 184) ... ok Oct 11 08:31:33.756 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::add_protocol (line 162) ... ok Oct 11 08:31:35.101 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::add_extension (line 222) ... ok Oct 11 08:31:38.896 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::add_extensions (line 247) ... ok Oct 11 08:32:04.536 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::async_connect_insecure (line 668) ... ok Oct 11 08:32:07.401 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::connect (line 377) ... ok Oct 11 08:32:08.192 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::async_connect_secure (line 596) ... FAILED Oct 11 08:32:08.488 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::connect_insecure (line 410) ... ok Oct 11 08:32:09.096 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::async_connect_on (line 724) ... ok Oct 11 08:32:15.812 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::custom_headers (line 336) ... ok Oct 11 08:32:17.396 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::connect_on (line 448) ... ok Oct 11 08:32:23.700 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::from_url (line 116) ... ok Oct 11 08:32:37.360 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::new (line 140) ... ok Oct 11 08:32:38.172 INFO blam! test src/client/sync.rs - client::sync::Client::incoming_messages (line 296) ... ok Oct 11 08:32:40.144 INFO blam! test src/client/sync.rs - client::sync::Client (line 40) ... ok Oct 11 08:32:40.251 INFO blam! test src/client/sync.rs - client::sync::Client::incoming_messages (line 314) ... ok Oct 11 08:32:40.836 INFO blam! test src/client/sync.rs - client::sync::Client::protocols (line 185) ... ok Oct 11 08:32:50.484 INFO blam! test src/client/sync.rs - client::sync::Client::reader_mut (line 258) ... ok Oct 11 08:32:53.155 INFO blam! test src/client/sync.rs - client::sync::Client::recv_message (line 159) ... ok Oct 11 08:33:00.228 INFO blam! test src/client/sync.rs - client::sync::Client::split (line 342) ... ok Oct 11 08:33:17.427 INFO blam! test src/client/sync.rs - client::sync::Client::writer_mut (line 230) ... ok Oct 11 08:33:17.471 INFO blam! test src/codec/ws.rs - codec::ws::MessageCodec (line 158) ... ok Oct 11 08:33:18.929 INFO blam! test src/codec/http.rs - codec::http::HttpClientCodec (line 27) ... ok Oct 11 08:33:19.948 INFO blam! test src/client/sync.rs - client::sync::Client::stream_ref (line 215) ... ok Oct 11 08:33:20.248 INFO blam! test src/codec/http.rs - codec::http::HttpServerCodec (line 128) ... ok Oct 11 08:33:31.864 INFO blam! test src/message.rs - message::OwnedMessage::is_close (line 257) ... ok Oct 11 08:33:35.762 INFO blam! test src/message.rs - message::OwnedMessage::is_control (line 271) ... ok Oct 11 08:33:56.220 INFO blam! test src/server/sync.rs - server::sync::WsServer::bind (line 201) ... ok Oct 11 08:34:00.092 INFO blam! test src/message.rs - message::OwnedMessage::is_data (line 289) ... ok Oct 11 08:34:08.574 INFO blam! test src/server/sync.rs - server::sync::WsServer::set_nonblocking (line 47) ... ok Oct 11 08:34:11.217 INFO blam! test src/server/sync.rs - server::sync::WsServer::bind_secure (line 102) ... ok Oct 11 08:34:13.649 INFO blam! test src/message.rs - message::OwnedMessage::is_pong (line 316) ... ok Oct 11 08:34:15.573 INFO blam! test src/message.rs - message::OwnedMessage::is_ping (line 302) ... ok Oct 11 08:34:22.448 INFO blam! test src/server/upgrade/async.rs - server::upgrade::async::Upgrade (line 32) ... ok Oct 11 08:34:23.289 INFO blam! test src/server/upgrade/async.rs - server::upgrade::async::IntoWs (line 159) ... ok Oct 11 08:34:28.772 INFO blam! test src/server/upgrade/sync.rs - server::upgrade::sync::HyperRequest (line 223) ... ok Oct 11 08:34:29.959 INFO blam! test src/server/upgrade/sync.rs - server::upgrade::sync::IntoWs (line 124) ... ok Oct 11 08:34:29.960 INFO blam! Oct 11 08:34:29.960 INFO blam! failures: Oct 11 08:34:29.960 INFO blam! Oct 11 08:34:29.961 INFO blam! ---- src/client/builder.rs - client::builder::ClientBuilder<'u>::async_connect_secure (line 596) stdout ---- Oct 11 08:34:29.961 INFO blam! thread 'src/client/builder.rs - client::builder::ClientBuilder<'u>::async_connect_secure (line 596)' panicked at 'test executable failed: Oct 11 08:34:29.961 INFO blam! Oct 11 08:34:29.962 INFO blam! thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: IoError(Custom { kind: Other, error: StringError("failed to lookup address information: Temporary failure in name resolution") })', libcore/result.rs:1009:5 Oct 11 08:34:29.962 INFO blam! stack backtrace: Oct 11 08:34:29.962 INFO blam! 0: 0x7f2d4e153dce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 08:34:29.963 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 08:34:29.963 INFO blam! 1: 0x7f2d4e138e06 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 08:34:29.964 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 08:34:29.964 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 08:34:29.964 INFO blam! 2: 0x7f2d4e15ed9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 08:34:29.965 INFO blam! at libstd/panicking.rs:211 Oct 11 08:34:29.965 INFO blam! 3: 0x7f2d4e15eb10 - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 08:34:29.965 INFO blam! at libstd/panicking.rs:227 Oct 11 08:34:29.966 INFO blam! 4: 0x7f2d4e15f50c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 08:34:29.966 INFO blam! at libstd/panicking.rs:476 Oct 11 08:34:29.966 INFO blam! 5: 0x7f2d4e15f0c9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 08:34:29.967 INFO blam! at libstd/panicking.rs:390 Oct 11 08:34:29.967 INFO blam! 6: 0x7f2d4e15efc5 - rust_begin_unwind Oct 11 08:34:29.967 INFO blam! at libstd/panicking.rs:325 Oct 11 08:34:29.968 INFO blam! 7: 0x7f2d4e1c071b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 08:34:29.968 INFO blam! at libcore/panicking.rs:77 Oct 11 08:34:29.968 INFO blam! 8: 0x55a9dfeec0e0 - core::result::unwrap_failed::h394b2499578bf856 Oct 11 08:34:29.969 INFO blam! 9: 0x55a9dfeeb8cc - >::unwrap::h2616737aa95cda04 Oct 11 08:34:29.969 INFO blam! 10: 0x55a9dfef8aef - rust_out::main::h944e552f3f67b4ba Oct 11 08:34:29.969 INFO blam! 11: 0x55a9dfef66b2 - std::rt::lang_start::{{closure}}::h6cb6db3a19d3b848 Oct 11 08:34:29.970 INFO blam! 12: 0x7f2d4e15ef62 - std::panicking::try::do_call::h12551105aa669869 Oct 11 08:34:29.970 INFO blam! at libstd/rt.rs:59 Oct 11 08:34:29.970 INFO blam! at libstd/panicking.rs:310 Oct 11 08:34:29.971 INFO blam! 13: 0x7f2d4e16cc79 - __rust_maybe_catch_panic Oct 11 08:34:29.971 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 08:34:29.971 INFO blam! 14: 0x7f2d4e133435 - std::rt::lang_start_internal::h10c9f3c0b8607f1f Oct 11 08:34:29.972 INFO blam! at libstd/panicking.rs:289 Oct 11 08:34:29.972 INFO blam! at libstd/panic.rs:392 Oct 11 08:34:29.972 INFO blam! at libstd/rt.rs:58 Oct 11 08:34:29.973 INFO blam! 15: 0x55a9dfef6693 - std::rt::lang_start::h4bd83fedf33ac39f Oct 11 08:34:29.973 INFO blam! 16: 0x55a9dfef90ba - main Oct 11 08:34:29.973 INFO blam! 17: 0x7f2d4ce4282f - __libc_start_main Oct 11 08:34:29.974 INFO blam! 18: 0x55a9dfee03d8 - _start Oct 11 08:34:29.974 INFO blam! 19: 0x0 - Oct 11 08:34:29.974 INFO blam! Oct 11 08:34:29.975 INFO blam! ', librustdoc/test.rs:368:17 Oct 11 08:34:29.975 INFO blam! stack backtrace: Oct 11 08:34:29.975 INFO blam! 0: 0x7f9ba16b8dce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 08:34:29.976 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 08:34:29.976 INFO blam! 1: 0x7f9ba169de06 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 08:34:29.976 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 08:34:29.977 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 08:34:29.977 INFO blam! 2: 0x7f9ba16c3d9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 08:34:29.977 INFO blam! at libstd/panicking.rs:211 Oct 11 08:34:29.978 INFO blam! 3: 0x7f9ba16c3aab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 08:34:29.978 INFO blam! at libstd/panicking.rs:221 Oct 11 08:34:29.978 INFO blam! 4: 0x7f9ba393f64e - rustc::util::common::panic_hook::h6c0fab3f49b67368 Oct 11 08:34:29.979 INFO blam! 5: 0x7f9ba16c4563 - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 08:34:29.979 INFO blam! at libstd/panicking.rs:480 Oct 11 08:34:29.979 INFO blam! 6: 0x7f9ba16c40c9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 08:34:29.980 INFO blam! at libstd/panicking.rs:390 Oct 11 08:34:29.980 INFO blam! 7: 0x7f9ba16c402d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 08:34:29.980 INFO blam! at libstd/panicking.rs:345 Oct 11 08:34:29.981 INFO blam! 8: 0x557b9f9fa020 - rustdoc::test::run_test::h7f9ad0c8d380d83c Oct 11 08:34:29.981 INFO blam! at librustdoc/test.rs:368 Oct 11 08:34:29.981 INFO blam! 9: 0x557b9f9b9ef7 - >::set::hd7bc23bb100376f9 Oct 11 08:34:29.982 INFO blam! at librustdoc/test.rs:565 Oct 11 08:34:29.982 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 11 08:34:29.982 INFO blam! at libsyntax/lib.rs:106 Oct 11 08:34:29.983 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 11 08:34:29.983 INFO blam! 10: 0x557b9f7d1a8f - syntax::with_globals::h13b9cd4342f6776c Oct 11 08:34:29.983 INFO blam! at libsyntax/lib.rs:105 Oct 11 08:34:29.984 INFO blam! 11: 0x557b9f87694a - std::panicking::try::do_call::h251f77b3e67a3607 Oct 11 08:34:29.988 INFO blam! at librustdoc/test.rs:562 Oct 11 08:34:29.989 INFO kablam! error: test failed, to rerun pass '--doc' Oct 11 08:34:29.989 INFO blam! at libstd/panic.rs:313 Oct 11 08:34:29.989 INFO kablam! su: No module specific data is present Oct 11 08:34:29.990 INFO blam! at libstd/panicking.rs:310 Oct 11 08:34:29.990 INFO blam! 12: 0x7f9ba16d1c79 - __rust_maybe_catch_panic Oct 11 08:34:29.990 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 08:34:29.990 INFO blam! 13: 0x557b9f8cb7d3 - rustc_driver::in_named_rustc_thread::h5b9d8f6b223fabca Oct 11 08:34:29.991 INFO blam! at libstd/panicking.rs:289 Oct 11 08:34:29.991 INFO blam! at libstd/panic.rs:392 Oct 11 08:34:29.992 INFO blam! at librustc_driver/lib.rs:1575 Oct 11 08:34:29.992 INFO blam! 14: 0x557b9f9cf9ec - >::call_box::h469711a6fc649ccc Oct 11 08:34:29.992 INFO blam! at librustdoc/test.rs:562 Oct 11 08:34:29.993 INFO blam! at liballoc/boxed.rs:672 Oct 11 08:34:29.993 INFO blam! 15: 0x7f9ba2d26ad2 - >::call_box::h477ac8c82814e76d Oct 11 08:34:29.993 INFO blam! at libtest/lib.rs:1461 Oct 11 08:34:29.994 INFO blam! at liballoc/boxed.rs:672 Oct 11 08:34:29.994 INFO blam! 16: 0x7f9ba16d1c79 - __rust_maybe_catch_panic Oct 11 08:34:29.994 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 08:34:29.995 INFO blam! 17: 0x7f9ba2d4db5d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 08:34:29.995 INFO blam! at libstd/panicking.rs:289 Oct 11 08:34:29.995 INFO blam! at libstd/panic.rs:392 Oct 11 08:34:29.996 INFO blam! at libtest/lib.rs:1423 Oct 11 08:34:29.996 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 08:34:29.996 INFO blam! 18: 0x7f9ba2d4eac4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 08:34:29.997 INFO blam! at libstd/thread/mod.rs:409 Oct 11 08:34:29.997 INFO blam! at libstd/panic.rs:313 Oct 11 08:34:29.997 INFO blam! at libstd/panicking.rs:310 Oct 11 08:34:29.997 INFO blam! 19: 0x7f9ba16d1c79 - __rust_maybe_catch_panic Oct 11 08:34:29.997 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 08:34:29.997 INFO blam! 20: 0x7f9ba2d375b6 - >::call_box::h96125cb29a9ba44b Oct 11 08:34:29.997 INFO blam! at libstd/panicking.rs:289 Oct 11 08:34:29.997 INFO blam! at libstd/panic.rs:392 Oct 11 08:34:29.997 INFO blam! at libstd/thread/mod.rs:408 Oct 11 08:34:29.997 INFO blam! at liballoc/boxed.rs:672 Oct 11 08:34:29.997 INFO blam! 21: 0x7f9ba16bf93a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 08:34:29.997 INFO blam! at liballoc/boxed.rs:682 Oct 11 08:34:29.997 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 08:34:29.997 INFO blam! 22: 0x7f9ba1694d35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 08:34:29.997 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 08:34:29.997 INFO blam! 23: 0x7f9ba121f6b9 - start_thread Oct 11 08:34:29.997 INFO blam! 24: 0x7f9ba0d3f41c - clone Oct 11 08:34:29.997 INFO blam! 25: 0x0 - Oct 11 08:34:29.997 INFO blam! query stack during panic: Oct 11 08:34:29.997 INFO blam! end of query stack Oct 11 08:34:29.997 INFO blam! Oct 11 08:34:29.997 INFO blam! Oct 11 08:34:29.997 INFO blam! failures: Oct 11 08:34:29.997 INFO blam! src/client/builder.rs - client::builder::ClientBuilder<'u>::async_connect_secure (line 596) Oct 11 08:34:29.997 INFO blam! Oct 11 08:34:29.997 INFO blam! test result: FAILED. 40 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 08:34:29.997 INFO blam! Oct 11 08:34:30.558 INFO running `"docker" "rm" "-f" "e40eb72478f227317bc1b3c8c5e76a411d41cc32284d5dd4c2a91d4f97a856a8"` Oct 11 08:34:30.820 INFO blam! e40eb72478f227317bc1b3c8c5e76a411d41cc32284d5dd4c2a91d4f97a856a8