Oct 15 19:07:38.762 INFO testing servo-websocket-0.21.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 19:07:38.762 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 19:07:39.295 INFO blam! 410c58e8b84cf6388fa13773b3235ad1e0e90bb071c09511332ce6787e7e2946 Oct 15 19:07:39.306 INFO running `"docker" "start" "-a" "410c58e8b84cf6388fa13773b3235ad1e0e90bb071c09511332ce6787e7e2946"` Oct 15 19:07:40.475 INFO kablam! usermod: no changes Oct 15 19:07:40.711 INFO kablam! Compiling servo-websocket v0.21.1 (/source) Oct 15 19:07:44.849 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:07:44.849 INFO kablam! --> src/client/builder.rs:45:10 Oct 15 19:07:44.849 INFO kablam! | Oct 15 19:07:44.849 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 15 19:07:44.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:44.850 INFO kablam! | Oct 15 19:07:44.850 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 19:07:44.851 INFO kablam! Oct 15 19:07:44.851 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:07:44.851 INFO kablam! --> src/client/async.rs:48:9 Oct 15 19:07:44.852 INFO kablam! | Oct 15 19:07:44.852 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 15 19:07:44.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:44.852 INFO kablam! Oct 15 19:07:44.853 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:07:44.853 INFO kablam! --> src/client/async.rs:65:22 Oct 15 19:07:44.853 INFO kablam! | Oct 15 19:07:44.854 INFO kablam! 65 | pub type Client = Framed>; Oct 15 19:07:44.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:44.854 INFO kablam! Oct 15 19:07:44.855 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:07:44.855 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 15 19:07:44.855 INFO kablam! | Oct 15 19:07:44.855 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 15 19:07:44.856 INFO kablam! | ^^^^^^ Oct 15 19:07:44.856 INFO kablam! Oct 15 19:07:44.856 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:07:44.856 INFO kablam! --> src/client/builder.rs:792:28 Oct 15 19:07:44.857 INFO kablam! | Oct 15 19:07:44.857 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 15 19:07:44.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 19:07:44.857 INFO kablam! Oct 15 19:07:44.858 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:07:44.858 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 15 19:07:44.858 INFO kablam! | Oct 15 19:07:44.858 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 15 19:07:44.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 19:07:44.859 INFO kablam! Oct 15 19:07:44.859 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:07:44.859 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 15 19:07:44.860 INFO kablam! | Oct 15 19:07:44.860 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 15 19:07:44.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 19:07:44.861 INFO kablam! Oct 15 19:07:44.861 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:07:44.861 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 15 19:07:44.861 INFO kablam! | Oct 15 19:07:44.862 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 15 19:07:44.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:44.862 INFO kablam! Oct 15 19:07:44.866 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:07:44.866 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 15 19:07:44.866 INFO kablam! | Oct 15 19:07:44.866 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 15 19:07:44.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:44.867 INFO kablam! Oct 15 19:07:44.867 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:07:44.867 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 15 19:07:44.868 INFO kablam! | Oct 15 19:07:44.868 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 15 19:07:44.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:07:44.868 INFO kablam! Oct 15 19:07:44.869 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:07:44.869 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 15 19:07:44.869 INFO kablam! | Oct 15 19:07:44.869 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 15 19:07:44.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 19:07:44.870 INFO kablam! Oct 15 19:07:45.415 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 19:07:45.415 INFO kablam! --> src/client/builder.rs:767:23 Oct 15 19:07:45.416 INFO kablam! | Oct 15 19:07:45.416 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 15 19:07:45.416 INFO kablam! | ^^^^^^ Oct 15 19:07:45.417 INFO kablam! Oct 15 19:07:45.499 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 19:07:45.499 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 15 19:07:45.499 INFO kablam! | Oct 15 19:07:45.499 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 15 19:07:45.499 INFO kablam! | ^^^^^^ Oct 15 19:07:45.499 INFO kablam! Oct 15 19:07:50.123 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.62s Oct 15 19:07:50.135 INFO kablam! su: No module specific data is present Oct 15 19:07:51.430 INFO running `"docker" "rm" "-f" "410c58e8b84cf6388fa13773b3235ad1e0e90bb071c09511332ce6787e7e2946"` Oct 15 19:07:51.727 INFO blam! 410c58e8b84cf6388fa13773b3235ad1e0e90bb071c09511332ce6787e7e2946 Oct 15 19:07:51.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 19:07:52.192 INFO blam! 0b61e89a1748d160ed0192d858ed39ca4edb6b978fa55dc3901287b307b42d17 Oct 15 19:07:52.197 INFO running `"docker" "start" "-a" "0b61e89a1748d160ed0192d858ed39ca4edb6b978fa55dc3901287b307b42d17"` Oct 15 19:07:53.223 INFO kablam! usermod: no changes Oct 15 19:07:53.465 INFO kablam! Compiling servo-websocket v0.21.1 (/source) Oct 15 19:08:17.795 INFO kablam! warning: use of deprecated item 'websocket::client::async::Framed': Moved to tokio-codec Oct 15 19:08:17.795 INFO kablam! --> examples/parallel-server.rs:144:20 Oct 15 19:08:17.795 INFO kablam! | Oct 15 19:08:17.796 INFO kablam! 144 | type SinkContent = websocket::client::async::Framed>; Oct 15 19:08:17.797 INFO kablam! | |_________________________________________________________________________________________________^ Oct 15 19:08:17.811 INFO kablam! | Oct 15 19:08:17.812 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 19:08:17.812 INFO kablam! Oct 15 19:08:18.788 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:08:18.789 INFO kablam! --> src/client/builder.rs:45:10 Oct 15 19:08:18.790 INFO kablam! | Oct 15 19:08:18.791 INFO kablam! 45 | pub use tokio_io::codec::Framed; Oct 15 19:08:18.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:08:18.792 INFO kablam! | Oct 15 19:08:18.792 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 19:08:18.793 INFO kablam! Oct 15 19:08:18.793 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:08:18.794 INFO kablam! --> src/client/async.rs:48:9 Oct 15 19:08:18.795 INFO kablam! | Oct 15 19:08:18.795 INFO kablam! 48 | pub use tokio_io::codec::Framed; Oct 15 19:08:18.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:08:18.796 INFO kablam! Oct 15 19:08:18.797 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:08:18.798 INFO kablam! --> src/client/async.rs:65:22 Oct 15 19:08:18.798 INFO kablam! | Oct 15 19:08:18.799 INFO kablam! 65 | pub type Client = Framed>; Oct 15 19:08:18.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:08:18.800 INFO kablam! Oct 15 19:08:18.800 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:08:18.801 INFO kablam! --> src/server/upgrade/async.rs:10:23 Oct 15 19:08:18.802 INFO kablam! | Oct 15 19:08:18.802 INFO kablam! 10 | use tokio_io::codec::{Framed, FramedParts}; Oct 15 19:08:18.803 INFO kablam! | ^^^^^^ Oct 15 19:08:18.803 INFO kablam! Oct 15 19:08:18.827 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:08:18.827 INFO kablam! --> src/client/builder.rs:792:28 Oct 15 19:08:18.828 INFO kablam! | Oct 15 19:08:18.829 INFO kablam! 792 | let client = Framed::from_parts(stream.into_parts(), codec); Oct 15 19:08:18.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 19:08:18.830 INFO kablam! Oct 15 19:08:18.830 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:08:18.831 INFO kablam! --> src/server/upgrade/async.rs:88:16 Oct 15 19:08:18.832 INFO kablam! | Oct 15 19:08:18.832 INFO kablam! 88 | let duplex = Framed::from_parts(FramedParts { Oct 15 19:08:18.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 19:08:18.834 INFO kablam! Oct 15 19:08:18.834 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:08:18.835 INFO kablam! --> src/server/upgrade/async.rs:102:41 Oct 15 19:08:18.835 INFO kablam! | Oct 15 19:08:18.836 INFO kablam! 102 | let client = Framed::from_parts(s.into_parts(), codec); Oct 15 19:08:18.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 19:08:18.837 INFO kablam! Oct 15 19:08:18.838 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:08:18.838 INFO kablam! --> src/server/upgrade/async.rs:112:30 Oct 15 19:08:18.839 INFO kablam! | Oct 15 19:08:18.840 INFO kablam! 112 | pub fn reject(self) -> Send> { Oct 15 19:08:18.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:08:18.841 INFO kablam! Oct 15 19:08:18.841 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:08:18.842 INFO kablam! --> src/server/upgrade/async.rs:120:54 Oct 15 19:08:18.843 INFO kablam! | Oct 15 19:08:18.843 INFO kablam! 120 | pub fn reject_with(self, headers: &Headers) -> Send> { Oct 15 19:08:18.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:08:18.844 INFO kablam! Oct 15 19:08:18.845 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:08:18.846 INFO kablam! --> src/server/upgrade/async.rs:124:66 Oct 15 19:08:18.846 INFO kablam! | Oct 15 19:08:18.847 INFO kablam! 124 | fn internal_reject(mut self, headers: Option<&Headers>) -> Send> { Oct 15 19:08:18.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 19:08:18.848 INFO kablam! Oct 15 19:08:18.848 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 19:08:18.849 INFO kablam! --> src/server/upgrade/async.rs:128:16 Oct 15 19:08:18.850 INFO kablam! | Oct 15 19:08:18.850 INFO kablam! 128 | let duplex = Framed::from_parts(FramedParts { Oct 15 19:08:18.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 19:08:18.851 INFO kablam! Oct 15 19:08:22.843 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 19:08:22.843 INFO kablam! --> src/codec/http.rs:279:5 Oct 15 19:08:22.843 INFO kablam! | Oct 15 19:08:22.843 INFO kablam! 279 | .framed(HttpClientCodec) Oct 15 19:08:22.844 INFO kablam! | ^^^^^^ Oct 15 19:08:22.867 INFO kablam! Oct 15 19:08:22.963 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 19:08:22.963 INFO kablam! --> src/codec/http.rs:308:5 Oct 15 19:08:22.963 INFO kablam! | Oct 15 19:08:22.963 INFO kablam! 308 | .framed(HttpServerCodec) Oct 15 19:08:22.963 INFO kablam! | ^^^^^^ Oct 15 19:08:22.987 INFO kablam! Oct 15 19:08:23.339 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 19:08:23.339 INFO kablam! --> src/codec/ws.rs:365:5 Oct 15 19:08:23.339 INFO kablam! | Oct 15 19:08:23.339 INFO kablam! 365 | .framed(MessageCodec::new(Context::Client)) Oct 15 19:08:23.339 INFO kablam! | ^^^^^^ Oct 15 19:08:23.359 INFO kablam! Oct 15 19:08:23.443 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 19:08:23.443 INFO kablam! --> src/codec/ws.rs:378:7 Oct 15 19:08:23.443 INFO kablam! | Oct 15 19:08:23.443 INFO kablam! 378 | .framed(MessageCodec::default(Context::Server)) Oct 15 19:08:23.443 INFO kablam! | ^^^^^^ Oct 15 19:08:23.467 INFO kablam! Oct 15 19:08:23.559 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 19:08:23.559 INFO kablam! --> src/codec/ws.rs:396:5 Oct 15 19:08:23.559 INFO kablam! | Oct 15 19:08:23.559 INFO kablam! 396 | .framed(MessageCodec::new(Context::Server)) Oct 15 19:08:23.559 INFO kablam! | ^^^^^^ Oct 15 19:08:23.559 INFO kablam! Oct 15 19:08:24.292 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 19:08:24.292 INFO kablam! --> src/client/builder.rs:767:23 Oct 15 19:08:24.292 INFO kablam! | Oct 15 19:08:24.292 INFO kablam! 767 | let framed = stream.framed(::codec::http::HttpClientCodec); Oct 15 19:08:24.292 INFO kablam! | ^^^^^^ Oct 15 19:08:24.293 INFO kablam! Oct 15 19:08:25.136 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 19:08:25.136 INFO kablam! --> src/server/upgrade/async.rs:211:21 Oct 15 19:08:25.136 INFO kablam! | Oct 15 19:08:25.136 INFO kablam! 211 | let future = self.framed(HttpServerCodec) Oct 15 19:08:25.136 INFO kablam! | ^^^^^^ Oct 15 19:08:25.137 INFO kablam! Oct 15 19:09:15.652 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Oct 15 19:09:15.706 INFO kablam! su: No module specific data is present Oct 15 19:09:17.011 INFO running `"docker" "rm" "-f" "0b61e89a1748d160ed0192d858ed39ca4edb6b978fa55dc3901287b307b42d17"` Oct 15 19:09:17.315 INFO blam! 0b61e89a1748d160ed0192d858ed39ca4edb6b978fa55dc3901287b307b42d17 Oct 15 19:09:17.319 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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" "-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 19:09:17.683 INFO blam! e6d999c31be0aad75bf5bee7809174e99c9ae31cfd4da41dafb39d92d3ba332b Oct 15 19:09:17.691 INFO running `"docker" "start" "-a" "e6d999c31be0aad75bf5bee7809174e99c9ae31cfd4da41dafb39d92d3ba332b"` Oct 15 19:09:19.022 INFO kablam! usermod: no changes Oct 15 19:09:19.343 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.28s Oct 15 19:09:19.377 INFO kablam! Running /target/debug/deps/websocket-ad6467b22ddb23c2 Oct 15 19:09:19.387 INFO blam! Oct 15 19:09:19.387 INFO blam! running 8 tests Oct 15 19:09:19.407 INFO blam! test client::builder::tests::build_client_with_protocols ... ok Oct 15 19:09:19.439 INFO blam! test codec::ws::tests::message_codec_server_send_receive ... ok Oct 15 19:09:19.439 INFO blam! test server::sync::tests::set_nonblocking ... ok Oct 15 19:09:19.439 INFO blam! test codec::http::tests::test_client_http_codec ... ok Oct 15 19:09:19.439 INFO blam! test codec::ws::tests::message_codec_client_send_receive ... ok Oct 15 19:09:19.441 INFO blam! test codec::http::tests::test_server_http_codec ... ok Oct 15 19:09:19.468 INFO blam! test codec::ws::tests::cow_message_predicts_size ... ok Oct 15 19:09:19.468 INFO blam! test codec::ws::tests::owned_message_predicts_size ... ok Oct 15 19:09:19.468 INFO blam! Oct 15 19:09:19.468 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 19:09:19.468 INFO blam! Oct 15 19:09:19.475 INFO kablam! Doc-tests websocket Oct 15 19:09:26.579 INFO blam! Oct 15 19:09:26.579 INFO blam! running 41 tests Oct 15 19:10:00.415 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::async_connect (line 501) ... ok Oct 15 19:10:00.415 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder (line 64) ... ok Oct 15 19:10:01.611 INFO blam! test src/client/async.rs - client::async (line 16) ... ok Oct 15 19:10:05.071 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::add_extension (line 222) ... ok Oct 15 19:10:06.671 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::add_extensions (line 247) ... ok Oct 15 19:10:09.063 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder (line 75) ... ok Oct 15 19:10:13.239 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::add_protocols (line 184) ... ok Oct 15 19:10:14.035 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::add_protocol (line 162) ... ok Oct 15 19:10:24.853 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::async_connect_insecure (line 668) ... ok Oct 15 19:10:35.763 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::connect (line 377) ... ok Oct 15 19:10:38.015 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::connect_insecure (line 410) ... ok Oct 15 19:10:39.609 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::async_connect_secure (line 596) ... FAILED Oct 15 19:10:42.183 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::async_connect_on (line 724) ... ok Oct 15 19:10:44.018 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::connect_on (line 448) ... ok Oct 15 19:10:47.303 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::custom_headers (line 336) ... ok Oct 15 19:11:03.771 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::from_url (line 116) ... ok Oct 15 19:11:12.179 INFO blam! test src/client/builder.rs - client::builder::ClientBuilder<'u>::new (line 140) ... ok Oct 15 19:11:19.763 INFO blam! test src/client/sync.rs - client::sync::Client (line 40) ... ok Oct 15 19:11:20.731 INFO blam! test src/client/sync.rs - client::sync::Client::incoming_messages (line 314) ... ok Oct 15 19:11:22.255 INFO blam! test src/client/sync.rs - client::sync::Client::incoming_messages (line 296) ... ok Oct 15 19:11:26.847 INFO blam! test src/client/sync.rs - client::sync::Client::protocols (line 185) ... ok Oct 15 19:11:29.235 INFO blam! test src/client/sync.rs - client::sync::Client::reader_mut (line 258) ... ok Oct 15 19:11:30.591 INFO blam! test src/client/sync.rs - client::sync::Client::recv_message (line 159) ... ok Oct 15 19:11:32.932 INFO blam! test src/client/sync.rs - client::sync::Client::split (line 342) ... ok Oct 15 19:11:41.008 INFO blam! test src/client/sync.rs - client::sync::Client::stream_ref (line 215) ... ok Oct 15 19:11:43.475 INFO blam! test src/codec/http.rs - codec::http::HttpClientCodec (line 27) ... ok Oct 15 19:11:49.071 INFO blam! test src/client/sync.rs - client::sync::Client::writer_mut (line 230) ... ok Oct 15 19:11:50.291 INFO blam! test src/codec/http.rs - codec::http::HttpServerCodec (line 128) ... ok Oct 15 19:11:57.855 INFO blam! test src/codec/ws.rs - codec::ws::MessageCodec (line 158) ... ok Oct 15 19:11:59.320 INFO blam! test src/message.rs - message::OwnedMessage::is_control (line 271) ... ok Oct 15 19:12:00.233 INFO blam! test src/message.rs - message::OwnedMessage::is_ping (line 302) ... ok Oct 15 19:12:01.419 INFO blam! test src/message.rs - message::OwnedMessage::is_close (line 257) ... ok Oct 15 19:12:04.583 INFO blam! test src/message.rs - message::OwnedMessage::is_data (line 289) ... ok Oct 15 19:12:12.355 INFO blam! test src/message.rs - message::OwnedMessage::is_pong (line 316) ... ok Oct 15 19:12:14.309 INFO blam! test src/server/sync.rs - server::sync::WsServer::bind (line 201) ... ok Oct 15 19:12:14.738 INFO blam! test src/server/sync.rs - server::sync::WsServer::set_nonblocking (line 47) ... ok Oct 15 19:12:18.239 INFO blam! test src/server/upgrade/sync.rs - server::upgrade::sync::IntoWs (line 124) ... ok Oct 15 19:12:18.728 INFO blam! test src/server/upgrade/async.rs - server::upgrade::async::Upgrade (line 32) ... ok Oct 15 19:12:18.976 INFO blam! test src/server/sync.rs - server::sync::WsServer::bind_secure (line 102) ... ok Oct 15 19:12:19.635 INFO blam! test src/server/upgrade/async.rs - server::upgrade::async::IntoWs (line 159) ... ok Oct 15 19:12:19.803 INFO blam! test src/server/upgrade/sync.rs - server::upgrade::sync::HyperRequest (line 223) ... ok Oct 15 19:12:19.804 INFO blam! Oct 15 19:12:19.804 INFO blam! failures: Oct 15 19:12:19.804 INFO blam! Oct 15 19:12:19.804 INFO blam! ---- src/client/builder.rs - client::builder::ClientBuilder<'u>::async_connect_secure (line 596) stdout ---- Oct 15 19:12:19.804 INFO blam! thread 'src/client/builder.rs - client::builder::ClientBuilder<'u>::async_connect_secure (line 596)' panicked at 'test executable failed: Oct 15 19:12:19.804 INFO blam! Oct 15 19:12:19.805 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 15 19:12:19.805 INFO blam! stack backtrace: Oct 15 19:12:19.805 INFO blam! 0: 0x7fe2825d2dce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 15 19:12:19.805 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 19:12:19.805 INFO blam! 1: 0x7fe2825b7e06 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 15 19:12:19.805 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 19:12:19.805 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 19:12:19.806 INFO blam! 2: 0x7fe2825ddd9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 15 19:12:19.806 INFO blam! at libstd/panicking.rs:211 Oct 15 19:12:19.806 INFO blam! 3: 0x7fe2825ddb10 - std::panicking::default_hook::h1ef46fa7cd894809 Oct 15 19:12:19.806 INFO blam! at libstd/panicking.rs:227 Oct 15 19:12:19.806 INFO blam! 4: 0x7fe2825de50c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 15 19:12:19.806 INFO blam! at libstd/panicking.rs:476 Oct 15 19:12:19.806 INFO blam! 5: 0x7fe2825de0c9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 15 19:12:19.807 INFO blam! at libstd/panicking.rs:390 Oct 15 19:12:19.807 INFO blam! 6: 0x7fe2825ddfc5 - rust_begin_unwind Oct 15 19:12:19.807 INFO blam! at libstd/panicking.rs:325 Oct 15 19:12:19.807 INFO blam! 7: 0x7fe28263f71b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 15 19:12:19.807 INFO blam! at libcore/panicking.rs:77 Oct 15 19:12:19.807 INFO blam! 8: 0x563bf7141d80 - core::result::unwrap_failed::ha38b80d8b0b69358 Oct 15 19:12:19.808 INFO blam! 9: 0x563bf71417bc - >::unwrap::hb27f6a3f9fd7d54a Oct 15 19:12:19.808 INFO blam! 10: 0x563bf714e78f - rust_out::main::h944e552f3f67b4ba Oct 15 19:12:19.808 INFO blam! 11: 0x563bf714c352 - std::rt::lang_start::{{closure}}::h6cb6db3a19d3b848 Oct 15 19:12:19.808 INFO blam! 12: 0x7fe2825ddf62 - std::panicking::try::do_call::h12551105aa669869 Oct 15 19:12:19.808 INFO blam! at libstd/rt.rs:59 Oct 15 19:12:19.808 INFO blam! at libstd/panicking.rs:310 Oct 15 19:12:19.808 INFO blam! 13: 0x7fe2825ebc79 - __rust_maybe_catch_panic Oct 15 19:12:19.809 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 19:12:19.809 INFO blam! 14: 0x7fe2825b2435 - std::rt::lang_start_internal::h10c9f3c0b8607f1f Oct 15 19:12:19.809 INFO blam! at libstd/panicking.rs:289 Oct 15 19:12:19.809 INFO blam! at libstd/panic.rs:392 Oct 15 19:12:19.809 INFO blam! at libstd/rt.rs:58 Oct 15 19:12:19.809 INFO blam! 15: 0x563bf714c333 - std::rt::lang_start::h4bd83fedf33ac39f Oct 15 19:12:19.810 INFO blam! 16: 0x563bf714ed5a - main Oct 15 19:12:19.810 INFO blam! 17: 0x7fe2812c182f - __libc_start_main Oct 15 19:12:19.810 INFO blam! 18: 0x563bf7136038 - _start Oct 15 19:12:19.810 INFO blam! 19: 0x0 - Oct 15 19:12:19.810 INFO blam! Oct 15 19:12:19.810 INFO blam! ', librustdoc/test.rs:368:17 Oct 15 19:12:19.810 INFO blam! stack backtrace: Oct 15 19:12:19.819 INFO kablam! error: test failed, to rerun pass '--doc' Oct 15 19:12:19.819 INFO blam! 0: 0x7efd57faedce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 15 19:12:19.819 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 19:12:19.819 INFO blam! 1: 0x7efd57f93e06 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 15 19:12:19.819 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 19:12:19.819 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 19:12:19.820 INFO blam! 2: 0x7efd57fb9d9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 15 19:12:19.820 INFO blam! at libstd/panicking.rs:211 Oct 15 19:12:19.820 INFO blam! 3: 0x7efd57fb9aab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 15 19:12:19.820 INFO blam! at libstd/panicking.rs:221 Oct 15 19:12:19.820 INFO blam! 4: 0x7efd5a23564e - rustc::util::common::panic_hook::h6c0fab3f49b67368 Oct 15 19:12:19.820 INFO blam! 5: 0x7efd57fba563 - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 15 19:12:19.820 INFO blam! at libstd/panicking.rs:480 Oct 15 19:12:19.821 INFO blam! 6: 0x7efd57fba0c9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 15 19:12:19.821 INFO blam! at libstd/panicking.rs:390 Oct 15 19:12:19.821 INFO blam! 7: 0x7efd57fba02d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 15 19:12:19.821 INFO blam! at libstd/panicking.rs:345 Oct 15 19:12:19.821 INFO blam! 8: 0x562cde421020 - rustdoc::test::run_test::h7f9ad0c8d380d83c Oct 15 19:12:19.821 INFO blam! at librustdoc/test.rs:368 Oct 15 19:12:19.821 INFO blam! 9: 0x562cde3e0ef7 - >::set::hd7bc23bb100376f9 Oct 15 19:12:19.822 INFO blam! at librustdoc/test.rs:565 Oct 15 19:12:19.822 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 15 19:12:19.822 INFO blam! at libsyntax/lib.rs:106 Oct 15 19:12:19.822 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 15 19:12:19.822 INFO blam! 10: 0x562cde1f8a8f - syntax::with_globals::h13b9cd4342f6776c Oct 15 19:12:19.822 INFO blam! at libsyntax/lib.rs:105 Oct 15 19:12:19.823 INFO blam! 11: 0x562cde29d94a - std::panicking::try::do_call::h251f77b3e67a3607 Oct 15 19:12:19.823 INFO kablam! su: No module specific data is present Oct 15 19:12:19.823 INFO blam! at librustdoc/test.rs:562 Oct 15 19:12:19.823 INFO blam! at libstd/panic.rs:313 Oct 15 19:12:19.823 INFO blam! at libstd/panicking.rs:310 Oct 15 19:12:19.823 INFO blam! 12: 0x7efd57fc7c79 - __rust_maybe_catch_panic Oct 15 19:12:19.823 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 19:12:19.824 INFO blam! 13: 0x562cde2f27d3 - rustc_driver::in_named_rustc_thread::h5b9d8f6b223fabca Oct 15 19:12:19.824 INFO blam! at libstd/panicking.rs:289 Oct 15 19:12:19.824 INFO blam! at libstd/panic.rs:392 Oct 15 19:12:19.824 INFO blam! at librustc_driver/lib.rs:1575 Oct 15 19:12:19.824 INFO blam! 14: 0x562cde3f69ec - >::call_box::h469711a6fc649ccc Oct 15 19:12:19.824 INFO blam! at librustdoc/test.rs:562 Oct 15 19:12:19.824 INFO blam! at liballoc/boxed.rs:672 Oct 15 19:12:19.824 INFO blam! 15: 0x7efd5961cad2 - >::call_box::h477ac8c82814e76d Oct 15 19:12:19.825 INFO blam! at libtest/lib.rs:1461 Oct 15 19:12:19.825 INFO blam! at liballoc/boxed.rs:672 Oct 15 19:12:19.825 INFO blam! 16: 0x7efd57fc7c79 - __rust_maybe_catch_panic Oct 15 19:12:19.825 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 19:12:19.825 INFO blam! 17: 0x7efd59643b5d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 15 19:12:19.825 INFO blam! at libstd/panicking.rs:289 Oct 15 19:12:19.825 INFO blam! at libstd/panic.rs:392 Oct 15 19:12:19.826 INFO blam! at libtest/lib.rs:1423 Oct 15 19:12:19.826 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 15 19:12:19.826 INFO blam! 18: 0x7efd59644ac4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 15 19:12:19.826 INFO blam! at libstd/thread/mod.rs:409 Oct 15 19:12:19.826 INFO blam! at libstd/panic.rs:313 Oct 15 19:12:19.826 INFO blam! at libstd/panicking.rs:310 Oct 15 19:12:19.826 INFO blam! 19: 0x7efd57fc7c79 - __rust_maybe_catch_panic Oct 15 19:12:19.831 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 19:12:19.831 INFO blam! 20: 0x7efd5962d5b6 - >::call_box::h96125cb29a9ba44b Oct 15 19:12:19.831 INFO blam! at libstd/panicking.rs:289 Oct 15 19:12:19.831 INFO blam! at libstd/panic.rs:392 Oct 15 19:12:19.831 INFO blam! at libstd/thread/mod.rs:408 Oct 15 19:12:19.831 INFO blam! at liballoc/boxed.rs:672 Oct 15 19:12:19.831 INFO blam! 21: 0x7efd57fb593a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 15 19:12:19.832 INFO blam! at liballoc/boxed.rs:682 Oct 15 19:12:19.832 INFO blam! at libstd/sys_common/thread.rs:24 Oct 15 19:12:19.832 INFO blam! 22: 0x7efd57f8ad35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 15 19:12:19.832 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 15 19:12:19.832 INFO blam! 23: 0x7efd57b156b9 - start_thread Oct 15 19:12:19.832 INFO blam! 24: 0x7efd5763541c - clone Oct 15 19:12:19.832 INFO blam! 25: 0x0 - Oct 15 19:12:19.832 INFO blam! query stack during panic: Oct 15 19:12:19.833 INFO blam! end of query stack Oct 15 19:12:19.833 INFO blam! Oct 15 19:12:19.833 INFO blam! Oct 15 19:12:19.833 INFO blam! failures: Oct 15 19:12:19.833 INFO blam! src/client/builder.rs - client::builder::ClientBuilder<'u>::async_connect_secure (line 596) Oct 15 19:12:19.833 INFO blam! Oct 15 19:12:19.833 INFO blam! test result: FAILED. 40 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 19:12:19.833 INFO blam! Oct 15 19:12:20.319 INFO running `"docker" "rm" "-f" "e6d999c31be0aad75bf5bee7809174e99c9ae31cfd4da41dafb39d92d3ba332b"` Oct 15 19:12:20.560 INFO blam! e6d999c31be0aad75bf5bee7809174e99c9ae31cfd4da41dafb39d92d3ba332b