Oct 11 09:32:02.087 INFO testing tsp-0.2.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 09:32:02.087 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 09:32:02.088 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 09:32:02.548 INFO blam! 5607a575f49a13b75c32245e9f2cb292130657201840ac93f374d005dd54fe01 Oct 11 09:32:02.550 INFO running `"docker" "start" "-a" "5607a575f49a13b75c32245e9f2cb292130657201840ac93f374d005dd54fe01"` Oct 11 09:32:04.303 INFO kablam! usermod: no changes Oct 11 09:32:04.559 INFO kablam! Compiling tls-api v0.1.20 Oct 11 09:32:05.530 INFO kablam! Compiling tsp v0.2.3 (/source) Oct 11 09:32:11.172 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': 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 09:32:11.172 INFO kablam! --> src/server.rs:15:15 Oct 11 09:32:11.172 INFO kablam! | Oct 11 09:32:11.172 INFO kablam! 15 | use futures::{BoxFuture, Future}; Oct 11 09:32:11.172 INFO kablam! | ^^^^^^^^^ Oct 11 09:32:11.172 INFO kablam! | Oct 11 09:32:11.172 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:32:11.172 INFO kablam! Oct 11 09:32:11.172 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:32:11.172 INFO kablam! --> src/server.rs:21:41 Oct 11 09:32:11.172 INFO kablam! | Oct 11 09:32:11.172 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 11 09:32:11.172 INFO kablam! | ^^^^^^ Oct 11 09:32:11.172 INFO kablam! Oct 11 09:32:11.176 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:32:11.176 INFO kablam! --> src/server.rs:106:22 Oct 11 09:32:11.176 INFO kablam! | Oct 11 09:32:11.176 INFO kablam! 106 | type Transport = Framed; Oct 11 09:32:11.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 09:32:11.176 INFO kablam! Oct 11 09:32:11.176 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': 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 09:32:11.176 INFO kablam! --> src/server.rs:123:19 Oct 11 09:32:11.176 INFO kablam! | Oct 11 09:32:11.176 INFO kablam! 123 | type Future = BoxFuture; Oct 11 09:32:11.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:32:11.176 INFO kablam! Oct 11 09:32:11.456 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 09:32:11.456 INFO kablam! --> src/server.rs:110:15 Oct 11 09:32:11.456 INFO kablam! | Oct 11 09:32:11.456 INFO kablam! 110 | Ok(io.framed(TSPCodec)) Oct 11 09:32:11.456 INFO kablam! | ^^^^^^ Oct 11 09:32:11.456 INFO kablam! Oct 11 09:32:11.456 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 09:32:11.456 INFO kablam! --> src/server.rs:127:30 Oct 11 09:32:11.456 INFO kablam! | Oct 11 09:32:11.456 INFO kablam! 127 | future::ok(response).boxed() Oct 11 09:32:11.456 INFO kablam! | ^^^^^ Oct 11 09:32:11.456 INFO kablam! Oct 11 09:32:25.856 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 11 09:32:25.856 INFO kablam! --> src/bin/counter.rs:6:5 Oct 11 09:32:25.856 INFO kablam! | Oct 11 09:32:25.856 INFO kablam! 6 | use std::sync::Mutex; Oct 11 09:32:25.856 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 09:32:25.856 INFO kablam! | Oct 11 09:32:25.856 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 09:32:25.856 INFO kablam! Oct 11 09:32:25.856 INFO kablam! warning: unused imports: `BigEndian`, `ReadBytesExt`, `WriteBytesExt` Oct 11 09:32:25.856 INFO kablam! --> src/bin/counter.rs:8:17 Oct 11 09:32:25.856 INFO kablam! | Oct 11 09:32:25.856 INFO kablam! 8 | use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt}; Oct 11 09:32:25.856 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 11 09:32:25.856 INFO kablam! Oct 11 09:32:25.892 INFO kablam! warning: unused variable: `connection_type` Oct 11 09:32:25.892 INFO kablam! --> src/bin/counter.rs:21:9 Oct 11 09:32:25.892 INFO kablam! | Oct 11 09:32:25.892 INFO kablam! 21 | let connection_type: &str = &args[1]; Oct 11 09:32:25.892 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_connection_type` instead Oct 11 09:32:25.892 INFO kablam! | Oct 11 09:32:25.892 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 09:32:25.892 INFO kablam! Oct 11 09:32:25.892 INFO kablam! warning: unused variable: `listen_addr` Oct 11 09:32:25.892 INFO kablam! --> src/bin/counter.rs:22:9 Oct 11 09:32:25.892 INFO kablam! | Oct 11 09:32:25.892 INFO kablam! 22 | let listen_addr: &str = &args[2]; Oct 11 09:32:25.892 INFO kablam! | ^^^^^^^^^^^ help: consider using `_listen_addr` instead Oct 11 09:32:25.892 INFO kablam! Oct 11 09:32:25.892 INFO kablam! warning: unused variable: `app` Oct 11 09:32:25.892 INFO kablam! --> src/bin/counter.rs:24:9 Oct 11 09:32:25.892 INFO kablam! | Oct 11 09:32:25.892 INFO kablam! 24 | let app = CounterApp::new(); Oct 11 09:32:25.892 INFO kablam! | ^^^ help: consider using `_app` instead Oct 11 09:32:25.892 INFO kablam! Oct 11 09:32:26.464 INFO kablam! warning: unused variable: `p` Oct 11 09:32:26.464 INFO kablam! --> src/bin/dummy.rs:16:27 Oct 11 09:32:26.464 INFO kablam! | Oct 11 09:32:26.464 INFO kablam! 16 | fn begin_block(&self, p: &RequestBeginBlock) -> ResponseBeginBlock { Oct 11 09:32:26.464 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:26.464 INFO kablam! | Oct 11 09:32:26.464 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 09:32:26.464 INFO kablam! Oct 11 09:32:26.465 INFO kablam! warning: unused variable: `p` Oct 11 09:32:26.465 INFO kablam! --> src/bin/dummy.rs:21:24 Oct 11 09:32:26.465 INFO kablam! | Oct 11 09:32:26.465 INFO kablam! 21 | fn check_tx(&self, p: &RequestCheckTx) -> ResponseCheckTx { Oct 11 09:32:26.465 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:26.465 INFO kablam! Oct 11 09:32:26.465 INFO kablam! warning: unused variable: `p` Oct 11 09:32:26.465 INFO kablam! --> src/bin/dummy.rs:26:22 Oct 11 09:32:26.465 INFO kablam! | Oct 11 09:32:26.465 INFO kablam! 26 | fn commit(&self, p: &RequestCommit) -> ResponseCommit { Oct 11 09:32:26.465 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:26.465 INFO kablam! Oct 11 09:32:26.465 INFO kablam! warning: unused variable: `p` Oct 11 09:32:26.465 INFO kablam! --> src/bin/dummy.rs:31:26 Oct 11 09:32:26.465 INFO kablam! | Oct 11 09:32:26.465 INFO kablam! 31 | fn deliver_tx(&self, p: &RequestDeliverTx) -> ResponseDeliverTx { Oct 11 09:32:26.465 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:26.465 INFO kablam! Oct 11 09:32:26.465 INFO kablam! warning: unused variable: `p` Oct 11 09:32:26.465 INFO kablam! --> src/bin/dummy.rs:43:25 Oct 11 09:32:26.465 INFO kablam! | Oct 11 09:32:26.465 INFO kablam! 43 | fn end_block(&self, p: &RequestEndBlock) -> ResponseEndBlock { Oct 11 09:32:26.465 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:26.465 INFO kablam! Oct 11 09:32:26.465 INFO kablam! warning: unused variable: `p` Oct 11 09:32:26.465 INFO kablam! --> src/bin/dummy.rs:48:21 Oct 11 09:32:26.465 INFO kablam! | Oct 11 09:32:26.465 INFO kablam! 48 | fn flush(&self, p: &RequestFlush) -> ResponseFlush { Oct 11 09:32:26.465 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:26.465 INFO kablam! Oct 11 09:32:26.465 INFO kablam! warning: unused variable: `p` Oct 11 09:32:26.465 INFO kablam! --> src/bin/dummy.rs:53:26 Oct 11 09:32:26.465 INFO kablam! | Oct 11 09:32:26.465 INFO kablam! 53 | fn init_chain(&self, p: &RequestInitChain) -> ResponseInitChain { Oct 11 09:32:26.465 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:26.465 INFO kablam! Oct 11 09:32:26.465 INFO kablam! warning: unused variable: `p` Oct 11 09:32:26.465 INFO kablam! --> src/bin/dummy.rs:58:20 Oct 11 09:32:26.465 INFO kablam! | Oct 11 09:32:26.465 INFO kablam! 58 | fn info(&self, p: &RequestInfo) -> ResponseInfo { Oct 11 09:32:26.465 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:26.465 INFO kablam! Oct 11 09:32:26.465 INFO kablam! warning: unused variable: `p` Oct 11 09:32:26.465 INFO kablam! --> src/bin/dummy.rs:63:21 Oct 11 09:32:26.465 INFO kablam! | Oct 11 09:32:26.465 INFO kablam! 63 | fn query(&self, p: &RequestQuery) -> ResponseQuery { Oct 11 09:32:26.465 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:26.465 INFO kablam! Oct 11 09:32:26.465 INFO kablam! warning: unused variable: `p` Oct 11 09:32:26.465 INFO kablam! --> src/bin/dummy.rs:68:26 Oct 11 09:32:26.465 INFO kablam! | Oct 11 09:32:26.465 INFO kablam! 68 | fn set_option(&self, p: &RequestSetOption) -> ResponseSetOption { Oct 11 09:32:26.465 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:26.465 INFO kablam! Oct 11 09:32:32.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.67s Oct 11 09:32:32.012 INFO kablam! su: No module specific data is present Oct 11 09:32:32.428 INFO running `"docker" "rm" "-f" "5607a575f49a13b75c32245e9f2cb292130657201840ac93f374d005dd54fe01"` Oct 11 09:32:32.618 INFO blam! 5607a575f49a13b75c32245e9f2cb292130657201840ac93f374d005dd54fe01 Oct 11 09:32:32.624 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 09:32:32.624 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 09:32:32.917 INFO blam! 465cde4c2aa95901664fe8290bb97b3ac2e58f5cf37ecd075ae5934c0313555d Oct 11 09:32:32.922 INFO running `"docker" "start" "-a" "465cde4c2aa95901664fe8290bb97b3ac2e58f5cf37ecd075ae5934c0313555d"` Oct 11 09:32:34.029 INFO kablam! usermod: no changes Oct 11 09:32:34.184 INFO kablam! Compiling tsp v0.2.3 (/source) Oct 11 09:32:41.127 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 11 09:32:41.127 INFO kablam! --> src/bin/counter.rs:6:5 Oct 11 09:32:41.127 INFO kablam! | Oct 11 09:32:41.127 INFO kablam! 6 | use std::sync::Mutex; Oct 11 09:32:41.127 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 09:32:41.127 INFO kablam! | Oct 11 09:32:41.127 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 09:32:41.127 INFO kablam! Oct 11 09:32:41.127 INFO kablam! warning: unused imports: `BigEndian`, `ReadBytesExt`, `WriteBytesExt` Oct 11 09:32:41.127 INFO kablam! --> src/bin/counter.rs:8:17 Oct 11 09:32:41.127 INFO kablam! | Oct 11 09:32:41.127 INFO kablam! 8 | use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt}; Oct 11 09:32:41.127 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 11 09:32:41.127 INFO kablam! Oct 11 09:32:41.163 INFO kablam! warning: unused variable: `connection_type` Oct 11 09:32:41.163 INFO kablam! --> src/bin/counter.rs:21:9 Oct 11 09:32:41.163 INFO kablam! | Oct 11 09:32:41.163 INFO kablam! 21 | let connection_type: &str = &args[1]; Oct 11 09:32:41.163 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_connection_type` instead Oct 11 09:32:41.163 INFO kablam! | Oct 11 09:32:41.163 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 09:32:41.163 INFO kablam! Oct 11 09:32:41.163 INFO kablam! warning: unused variable: `listen_addr` Oct 11 09:32:41.163 INFO kablam! --> src/bin/counter.rs:22:9 Oct 11 09:32:41.163 INFO kablam! | Oct 11 09:32:41.163 INFO kablam! 22 | let listen_addr: &str = &args[2]; Oct 11 09:32:41.163 INFO kablam! | ^^^^^^^^^^^ help: consider using `_listen_addr` instead Oct 11 09:32:41.163 INFO kablam! Oct 11 09:32:41.169 INFO kablam! warning: unused variable: `app` Oct 11 09:32:41.169 INFO kablam! --> src/bin/counter.rs:24:9 Oct 11 09:32:41.169 INFO kablam! | Oct 11 09:32:41.169 INFO kablam! 24 | let app = CounterApp::new(); Oct 11 09:32:41.169 INFO kablam! | ^^^ help: consider using `_app` instead Oct 11 09:32:41.169 INFO kablam! Oct 11 09:32:41.412 INFO kablam! warning: unused variable: `p` Oct 11 09:32:41.412 INFO kablam! --> src/bin/dummy.rs:16:27 Oct 11 09:32:41.412 INFO kablam! | Oct 11 09:32:41.412 INFO kablam! 16 | fn begin_block(&self, p: &RequestBeginBlock) -> ResponseBeginBlock { Oct 11 09:32:41.412 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:41.412 INFO kablam! | Oct 11 09:32:41.413 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 09:32:41.413 INFO kablam! Oct 11 09:32:41.413 INFO kablam! warning: unused variable: `p` Oct 11 09:32:41.413 INFO kablam! --> src/bin/dummy.rs:21:24 Oct 11 09:32:41.413 INFO kablam! | Oct 11 09:32:41.413 INFO kablam! 21 | fn check_tx(&self, p: &RequestCheckTx) -> ResponseCheckTx { Oct 11 09:32:41.413 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:41.413 INFO kablam! Oct 11 09:32:41.413 INFO kablam! warning: unused variable: `p` Oct 11 09:32:41.413 INFO kablam! --> src/bin/dummy.rs:26:22 Oct 11 09:32:41.413 INFO kablam! | Oct 11 09:32:41.413 INFO kablam! 26 | fn commit(&self, p: &RequestCommit) -> ResponseCommit { Oct 11 09:32:41.413 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:41.413 INFO kablam! Oct 11 09:32:41.413 INFO kablam! warning: unused variable: `p` Oct 11 09:32:41.413 INFO kablam! --> src/bin/dummy.rs:31:26 Oct 11 09:32:41.413 INFO kablam! | Oct 11 09:32:41.413 INFO kablam! 31 | fn deliver_tx(&self, p: &RequestDeliverTx) -> ResponseDeliverTx { Oct 11 09:32:41.413 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:41.413 INFO kablam! Oct 11 09:32:41.413 INFO kablam! warning: unused variable: `p` Oct 11 09:32:41.413 INFO kablam! --> src/bin/dummy.rs:43:25 Oct 11 09:32:41.413 INFO kablam! | Oct 11 09:32:41.413 INFO kablam! 43 | fn end_block(&self, p: &RequestEndBlock) -> ResponseEndBlock { Oct 11 09:32:41.413 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:41.413 INFO kablam! Oct 11 09:32:41.413 INFO kablam! warning: unused variable: `p` Oct 11 09:32:41.413 INFO kablam! --> src/bin/dummy.rs:48:21 Oct 11 09:32:41.413 INFO kablam! | Oct 11 09:32:41.413 INFO kablam! 48 | fn flush(&self, p: &RequestFlush) -> ResponseFlush { Oct 11 09:32:41.413 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:41.413 INFO kablam! Oct 11 09:32:41.413 INFO kablam! warning: unused variable: `p` Oct 11 09:32:41.413 INFO kablam! --> src/bin/dummy.rs:53:26 Oct 11 09:32:41.413 INFO kablam! | Oct 11 09:32:41.413 INFO kablam! 53 | fn init_chain(&self, p: &RequestInitChain) -> ResponseInitChain { Oct 11 09:32:41.413 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:41.413 INFO kablam! Oct 11 09:32:41.413 INFO kablam! warning: unused variable: `p` Oct 11 09:32:41.413 INFO kablam! --> src/bin/dummy.rs:58:20 Oct 11 09:32:41.413 INFO kablam! | Oct 11 09:32:41.413 INFO kablam! 58 | fn info(&self, p: &RequestInfo) -> ResponseInfo { Oct 11 09:32:41.413 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:41.413 INFO kablam! Oct 11 09:32:41.413 INFO kablam! warning: unused variable: `p` Oct 11 09:32:41.413 INFO kablam! --> src/bin/dummy.rs:63:21 Oct 11 09:32:41.413 INFO kablam! | Oct 11 09:32:41.413 INFO kablam! 63 | fn query(&self, p: &RequestQuery) -> ResponseQuery { Oct 11 09:32:41.413 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:41.413 INFO kablam! Oct 11 09:32:41.413 INFO kablam! warning: unused variable: `p` Oct 11 09:32:41.413 INFO kablam! --> src/bin/dummy.rs:68:26 Oct 11 09:32:41.413 INFO kablam! | Oct 11 09:32:41.413 INFO kablam! 68 | fn set_option(&self, p: &RequestSetOption) -> ResponseSetOption { Oct 11 09:32:41.413 INFO kablam! | ^ help: consider using `_p` instead Oct 11 09:32:41.413 INFO kablam! Oct 11 09:32:41.724 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': 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 09:32:41.724 INFO kablam! --> src/server.rs:15:15 Oct 11 09:32:41.724 INFO kablam! | Oct 11 09:32:41.724 INFO kablam! 15 | use futures::{BoxFuture, Future}; Oct 11 09:32:41.724 INFO kablam! | ^^^^^^^^^ Oct 11 09:32:41.724 INFO kablam! | Oct 11 09:32:41.724 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 09:32:41.724 INFO kablam! Oct 11 09:32:41.724 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:32:41.724 INFO kablam! --> src/server.rs:21:41 Oct 11 09:32:41.724 INFO kablam! | Oct 11 09:32:41.724 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 11 09:32:41.724 INFO kablam! | ^^^^^^ Oct 11 09:32:41.724 INFO kablam! Oct 11 09:32:41.724 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 11 09:32:41.724 INFO kablam! --> src/server.rs:106:22 Oct 11 09:32:41.724 INFO kablam! | Oct 11 09:32:41.724 INFO kablam! 106 | type Transport = Framed; Oct 11 09:32:41.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 09:32:41.724 INFO kablam! Oct 11 09:32:41.724 INFO kablam! warning: use of deprecated item 'futures::BoxFuture': 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 09:32:41.724 INFO kablam! --> src/server.rs:123:19 Oct 11 09:32:41.724 INFO kablam! | Oct 11 09:32:41.724 INFO kablam! 123 | type Future = BoxFuture; Oct 11 09:32:41.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 09:32:41.724 INFO kablam! Oct 11 09:32:42.067 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 11 09:32:42.068 INFO kablam! --> src/server.rs:110:15 Oct 11 09:32:42.068 INFO kablam! | Oct 11 09:32:42.068 INFO kablam! 110 | Ok(io.framed(TSPCodec)) Oct 11 09:32:42.068 INFO kablam! | ^^^^^^ Oct 11 09:32:42.069 INFO kablam! Oct 11 09:32:42.069 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 09:32:42.069 INFO kablam! --> src/server.rs:127:30 Oct 11 09:32:42.069 INFO kablam! | Oct 11 09:32:42.070 INFO kablam! 127 | future::ok(response).boxed() Oct 11 09:32:42.070 INFO kablam! | ^^^^^ Oct 11 09:32:42.070 INFO kablam! Oct 11 09:32:43.720 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.65s Oct 11 09:32:43.733 INFO kablam! su: No module specific data is present Oct 11 09:32:44.234 INFO running `"docker" "rm" "-f" "465cde4c2aa95901664fe8290bb97b3ac2e58f5cf37ecd075ae5934c0313555d"` Oct 11 09:32:44.496 INFO blam! 465cde4c2aa95901664fe8290bb97b3ac2e58f5cf37ecd075ae5934c0313555d Oct 11 09:32:44.506 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 09:32:44.506 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 09:32:44.948 INFO blam! a4d0fea11d47856153fff58f73b31b53424cf54dd2c26cc600a8a0e3223784a5 Oct 11 09:32:44.950 INFO running `"docker" "start" "-a" "a4d0fea11d47856153fff58f73b31b53424cf54dd2c26cc600a8a0e3223784a5"` Oct 11 09:32:46.164 INFO kablam! usermod: no changes Oct 11 09:32:46.387 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 11 09:32:46.387 INFO kablam! Running /target/debug/deps/tsp-1ee9150d61864040 Oct 11 09:32:46.392 INFO kablam! Running /target/debug/deps/counter-e105949ce59a2769 Oct 11 09:32:46.392 INFO blam! Oct 11 09:32:46.392 INFO blam! running 0 tests Oct 11 09:32:46.392 INFO blam! Oct 11 09:32:46.392 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:32:46.392 INFO blam! Oct 11 09:32:46.400 INFO blam! Oct 11 09:32:46.401 INFO kablam! Running /target/debug/deps/dummy-440c17b08613edd6 Oct 11 09:32:46.401 INFO blam! running 0 tests Oct 11 09:32:46.401 INFO kablam! Doc-tests tsp Oct 11 09:32:46.401 INFO blam! Oct 11 09:32:46.402 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:32:46.402 INFO blam! Oct 11 09:32:46.402 INFO blam! Oct 11 09:32:46.403 INFO blam! running 0 tests Oct 11 09:32:46.403 INFO blam! Oct 11 09:32:46.403 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:32:46.403 INFO blam! Oct 11 09:32:54.904 INFO blam! Oct 11 09:32:54.904 INFO blam! running 0 tests Oct 11 09:32:54.904 INFO blam! Oct 11 09:32:54.904 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 09:32:54.904 INFO blam! Oct 11 09:32:54.913 INFO kablam! su: No module specific data is present Oct 11 09:32:55.452 INFO running `"docker" "rm" "-f" "a4d0fea11d47856153fff58f73b31b53424cf54dd2c26cc600a8a0e3223784a5"` Oct 11 09:32:55.685 INFO blam! a4d0fea11d47856153fff58f73b31b53424cf54dd2c26cc600a8a0e3223784a5