Oct 13 07:04:04.874 INFO checking tsp-0.2.3 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:04:04.875 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 07:04:05.077 INFO blam! 2717f3517ebe433e28989b9b21ee703da69103184a9ca7e6304b1a649a5f7388 Oct 13 07:04:05.077 INFO running `"docker" "start" "-a" "2717f3517ebe433e28989b9b21ee703da69103184a9ca7e6304b1a649a5f7388"` Oct 13 07:04:05.718 INFO kablam! usermod: no changes Oct 13 07:04:05.912 INFO kablam! Compiling protobuf v1.7.4 Oct 13 07:04:05.918 INFO kablam! Checking tls-api v0.1.20 Oct 13 07:04:13.512 INFO kablam! Checking tsp v0.2.3 (/source) Oct 13 07:04:18.423 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 13 07:04:18.423 INFO kablam! --> src/server.rs:15:15 Oct 13 07:04:18.423 INFO kablam! | Oct 13 07:04:18.423 INFO kablam! 15 | use futures::{BoxFuture, Future}; Oct 13 07:04:18.423 INFO kablam! | ^^^^^^^^^ Oct 13 07:04:18.428 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 13 07:04:18.428 INFO kablam! --> src/server.rs:15:15 Oct 13 07:04:18.428 INFO kablam! | Oct 13 07:04:18.428 INFO kablam! 15 | use futures::{BoxFuture, Future}; Oct 13 07:04:18.429 INFO kablam! | ^^^^^^^^^ Oct 13 07:04:18.430 INFO kablam! | Oct 13 07:04:18.430 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:04:18.430 INFO kablam! Oct 13 07:04:18.430 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:04:18.430 INFO kablam! --> src/server.rs:21:41 Oct 13 07:04:18.430 INFO kablam! | Oct 13 07:04:18.430 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 13 07:04:18.430 INFO kablam! | ^^^^^^ Oct 13 07:04:18.430 INFO kablam! Oct 13 07:04:18.432 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:04:18.432 INFO kablam! --> src/server.rs:106:22 Oct 13 07:04:18.432 INFO kablam! | Oct 13 07:04:18.432 INFO kablam! 106 | type Transport = Framed; Oct 13 07:04:18.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 07:04:18.432 INFO kablam! Oct 13 07:04:18.432 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 13 07:04:18.432 INFO kablam! --> src/server.rs:123:19 Oct 13 07:04:18.432 INFO kablam! | Oct 13 07:04:18.432 INFO kablam! 123 | type Future = BoxFuture; Oct 13 07:04:18.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:04:18.432 INFO kablam! Oct 13 07:04:18.444 INFO kablam! | Oct 13 07:04:18.444 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:04:18.444 INFO kablam! Oct 13 07:04:18.445 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:04:18.445 INFO kablam! --> src/server.rs:21:41 Oct 13 07:04:18.445 INFO kablam! | Oct 13 07:04:18.445 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 13 07:04:18.445 INFO kablam! | ^^^^^^ Oct 13 07:04:18.445 INFO kablam! Oct 13 07:04:18.447 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:04:18.447 INFO kablam! --> src/server.rs:106:22 Oct 13 07:04:18.447 INFO kablam! | Oct 13 07:04:18.447 INFO kablam! 106 | type Transport = Framed; Oct 13 07:04:18.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 07:04:18.447 INFO kablam! Oct 13 07:04:18.447 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 13 07:04:18.447 INFO kablam! --> src/server.rs:123:19 Oct 13 07:04:18.447 INFO kablam! | Oct 13 07:04:18.447 INFO kablam! 123 | type Future = BoxFuture; Oct 13 07:04:18.449 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:04:18.449 INFO kablam! Oct 13 07:04:18.716 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:04:18.716 INFO kablam! --> src/server.rs:110:15 Oct 13 07:04:18.716 INFO kablam! | Oct 13 07:04:18.716 INFO kablam! 110 | Ok(io.framed(TSPCodec)) Oct 13 07:04:18.716 INFO kablam! | ^^^^^^ Oct 13 07:04:18.716 INFO kablam! Oct 13 07:04:18.716 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 13 07:04:18.716 INFO kablam! --> src/server.rs:127:30 Oct 13 07:04:18.716 INFO kablam! | Oct 13 07:04:18.716 INFO kablam! 127 | future::ok(response).boxed() Oct 13 07:04:18.716 INFO kablam! | ^^^^^ Oct 13 07:04:18.716 INFO kablam! Oct 13 07:04:18.820 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:04:18.820 INFO kablam! --> src/server.rs:110:15 Oct 13 07:04:18.820 INFO kablam! | Oct 13 07:04:18.820 INFO kablam! 110 | Ok(io.framed(TSPCodec)) Oct 13 07:04:18.820 INFO kablam! | ^^^^^^ Oct 13 07:04:18.820 INFO kablam! Oct 13 07:04:18.820 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 13 07:04:18.820 INFO kablam! --> src/server.rs:127:30 Oct 13 07:04:18.820 INFO kablam! | Oct 13 07:04:18.820 INFO kablam! 127 | future::ok(response).boxed() Oct 13 07:04:18.820 INFO kablam! | ^^^^^ Oct 13 07:04:18.820 INFO kablam! Oct 13 07:04:24.497 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 13 07:04:24.498 INFO kablam! --> src/bin/counter.rs:6:5 Oct 13 07:04:24.498 INFO kablam! | Oct 13 07:04:24.498 INFO kablam! 6 | use std::sync::Mutex; Oct 13 07:04:24.498 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 07:04:24.499 INFO kablam! | Oct 13 07:04:24.499 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:04:24.499 INFO kablam! Oct 13 07:04:24.500 INFO kablam! warning: unused imports: `BigEndian`, `ReadBytesExt`, `WriteBytesExt` Oct 13 07:04:24.500 INFO kablam! --> src/bin/counter.rs:8:17 Oct 13 07:04:24.500 INFO kablam! | Oct 13 07:04:24.500 INFO kablam! 8 | use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt}; Oct 13 07:04:24.501 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 13 07:04:24.501 INFO kablam! Oct 13 07:04:24.561 INFO kablam! warning: unused variable: `connection_type` Oct 13 07:04:24.561 INFO kablam! --> src/bin/counter.rs:21:9 Oct 13 07:04:24.561 INFO kablam! | Oct 13 07:04:24.562 INFO kablam! 21 | let connection_type: &str = &args[1]; Oct 13 07:04:24.562 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_connection_type` instead Oct 13 07:04:24.562 INFO kablam! | Oct 13 07:04:24.562 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 07:04:24.563 INFO kablam! Oct 13 07:04:24.563 INFO kablam! warning: unused variable: `listen_addr` Oct 13 07:04:24.563 INFO kablam! --> src/bin/counter.rs:22:9 Oct 13 07:04:24.563 INFO kablam! | Oct 13 07:04:24.564 INFO kablam! 22 | let listen_addr: &str = &args[2]; Oct 13 07:04:24.564 INFO kablam! | ^^^^^^^^^^^ help: consider using `_listen_addr` instead Oct 13 07:04:24.564 INFO kablam! Oct 13 07:04:24.565 INFO kablam! warning: unused variable: `app` Oct 13 07:04:24.565 INFO kablam! --> src/bin/counter.rs:24:9 Oct 13 07:04:24.565 INFO kablam! | Oct 13 07:04:24.565 INFO kablam! 24 | let app = CounterApp::new(); Oct 13 07:04:24.566 INFO kablam! | ^^^ help: consider using `_app` instead Oct 13 07:04:24.566 INFO kablam! Oct 13 07:04:24.577 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 13 07:04:24.577 INFO kablam! --> src/bin/counter.rs:6:5 Oct 13 07:04:24.577 INFO kablam! | Oct 13 07:04:24.577 INFO kablam! 6 | use std::sync::Mutex; Oct 13 07:04:24.578 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 07:04:24.578 INFO kablam! | Oct 13 07:04:24.578 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:04:24.578 INFO kablam! Oct 13 07:04:24.579 INFO kablam! warning: unused imports: `BigEndian`, `ReadBytesExt`, `WriteBytesExt` Oct 13 07:04:24.579 INFO kablam! --> src/bin/counter.rs:8:17 Oct 13 07:04:24.579 INFO kablam! | Oct 13 07:04:24.579 INFO kablam! 8 | use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt}; Oct 13 07:04:24.580 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 13 07:04:24.580 INFO kablam! Oct 13 07:04:24.624 INFO kablam! warning: unused variable: `connection_type` Oct 13 07:04:24.625 INFO kablam! --> src/bin/counter.rs:21:9 Oct 13 07:04:24.625 INFO kablam! | Oct 13 07:04:24.625 INFO kablam! 21 | let connection_type: &str = &args[1]; Oct 13 07:04:24.625 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_connection_type` instead Oct 13 07:04:24.626 INFO kablam! | Oct 13 07:04:24.626 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 07:04:24.626 INFO kablam! Oct 13 07:04:24.626 INFO kablam! warning: unused variable: `listen_addr` Oct 13 07:04:24.627 INFO kablam! --> src/bin/counter.rs:22:9 Oct 13 07:04:24.627 INFO kablam! | Oct 13 07:04:24.627 INFO kablam! 22 | let listen_addr: &str = &args[2]; Oct 13 07:04:24.627 INFO kablam! | ^^^^^^^^^^^ help: consider using `_listen_addr` instead Oct 13 07:04:24.628 INFO kablam! Oct 13 07:04:24.628 INFO kablam! warning: unused variable: `app` Oct 13 07:04:24.628 INFO kablam! --> src/bin/counter.rs:24:9 Oct 13 07:04:24.628 INFO kablam! | Oct 13 07:04:24.628 INFO kablam! 24 | let app = CounterApp::new(); Oct 13 07:04:24.628 INFO kablam! | ^^^ help: consider using `_app` instead Oct 13 07:04:24.628 INFO kablam! Oct 13 07:04:25.893 INFO kablam! warning: unused variable: `p` Oct 13 07:04:25.894 INFO kablam! --> src/bin/dummy.rs:16:27 Oct 13 07:04:25.894 INFO kablam! | Oct 13 07:04:25.894 INFO kablam! 16 | fn begin_block(&self, p: &RequestBeginBlock) -> ResponseBeginBlock { Oct 13 07:04:25.895 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:25.895 INFO kablam! | Oct 13 07:04:25.895 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 07:04:25.896 INFO kablam! Oct 13 07:04:25.896 INFO kablam! warning: unused variable: `p` Oct 13 07:04:25.896 INFO kablam! --> src/bin/dummy.rs:21:24 Oct 13 07:04:25.896 INFO kablam! | Oct 13 07:04:25.897 INFO kablam! 21 | fn check_tx(&self, p: &RequestCheckTx) -> ResponseCheckTx { Oct 13 07:04:25.897 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:25.897 INFO kablam! Oct 13 07:04:25.898 INFO kablam! warning: unused variable: `p` Oct 13 07:04:25.898 INFO kablam! --> src/bin/dummy.rs:26:22 Oct 13 07:04:25.898 INFO kablam! | Oct 13 07:04:25.899 INFO kablam! 26 | fn commit(&self, p: &RequestCommit) -> ResponseCommit { Oct 13 07:04:25.899 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:25.899 INFO kablam! Oct 13 07:04:25.899 INFO kablam! warning: unused variable: `p` Oct 13 07:04:25.900 INFO kablam! --> src/bin/dummy.rs:31:26 Oct 13 07:04:25.900 INFO kablam! | Oct 13 07:04:25.900 INFO kablam! 31 | fn deliver_tx(&self, p: &RequestDeliverTx) -> ResponseDeliverTx { Oct 13 07:04:25.901 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:25.901 INFO kablam! Oct 13 07:04:25.901 INFO kablam! warning: unused variable: `p` Oct 13 07:04:25.901 INFO kablam! --> src/bin/dummy.rs:43:25 Oct 13 07:04:25.902 INFO kablam! | Oct 13 07:04:25.902 INFO kablam! 43 | fn end_block(&self, p: &RequestEndBlock) -> ResponseEndBlock { Oct 13 07:04:25.902 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:25.902 INFO kablam! Oct 13 07:04:25.903 INFO kablam! warning: unused variable: `p` Oct 13 07:04:25.903 INFO kablam! --> src/bin/dummy.rs:48:21 Oct 13 07:04:25.903 INFO kablam! | Oct 13 07:04:25.904 INFO kablam! 48 | fn flush(&self, p: &RequestFlush) -> ResponseFlush { Oct 13 07:04:25.904 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:25.904 INFO kablam! Oct 13 07:04:25.904 INFO kablam! warning: unused variable: `p` Oct 13 07:04:25.905 INFO kablam! --> src/bin/dummy.rs:53:26 Oct 13 07:04:25.905 INFO kablam! | Oct 13 07:04:25.905 INFO kablam! 53 | fn init_chain(&self, p: &RequestInitChain) -> ResponseInitChain { Oct 13 07:04:25.905 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:25.906 INFO kablam! Oct 13 07:04:25.906 INFO kablam! warning: unused variable: `p` Oct 13 07:04:25.906 INFO kablam! --> src/bin/dummy.rs:58:20 Oct 13 07:04:25.906 INFO kablam! | Oct 13 07:04:25.907 INFO kablam! 58 | fn info(&self, p: &RequestInfo) -> ResponseInfo { Oct 13 07:04:25.907 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:25.907 INFO kablam! Oct 13 07:04:25.908 INFO kablam! warning: unused variable: `p` Oct 13 07:04:25.908 INFO kablam! --> src/bin/dummy.rs:63:21 Oct 13 07:04:25.908 INFO kablam! | Oct 13 07:04:25.908 INFO kablam! 63 | fn query(&self, p: &RequestQuery) -> ResponseQuery { Oct 13 07:04:25.909 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:25.909 INFO kablam! Oct 13 07:04:25.909 INFO kablam! warning: unused variable: `p` Oct 13 07:04:25.909 INFO kablam! --> src/bin/dummy.rs:68:26 Oct 13 07:04:25.910 INFO kablam! | Oct 13 07:04:25.910 INFO kablam! 68 | fn set_option(&self, p: &RequestSetOption) -> ResponseSetOption { Oct 13 07:04:25.910 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:25.911 INFO kablam! Oct 13 07:04:27.180 INFO kablam! warning: unused variable: `p` Oct 13 07:04:27.180 INFO kablam! --> src/bin/dummy.rs:16:27 Oct 13 07:04:27.180 INFO kablam! | Oct 13 07:04:27.180 INFO kablam! 16 | fn begin_block(&self, p: &RequestBeginBlock) -> ResponseBeginBlock { Oct 13 07:04:27.180 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:27.180 INFO kablam! | Oct 13 07:04:27.180 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 07:04:27.180 INFO kablam! Oct 13 07:04:27.180 INFO kablam! warning: unused variable: `p` Oct 13 07:04:27.181 INFO kablam! --> src/bin/dummy.rs:21:24 Oct 13 07:04:27.181 INFO kablam! | Oct 13 07:04:27.181 INFO kablam! 21 | fn check_tx(&self, p: &RequestCheckTx) -> ResponseCheckTx { Oct 13 07:04:27.181 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:27.181 INFO kablam! Oct 13 07:04:27.181 INFO kablam! warning: unused variable: `p` Oct 13 07:04:27.181 INFO kablam! --> src/bin/dummy.rs:26:22 Oct 13 07:04:27.181 INFO kablam! | Oct 13 07:04:27.181 INFO kablam! 26 | fn commit(&self, p: &RequestCommit) -> ResponseCommit { Oct 13 07:04:27.181 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:27.181 INFO kablam! Oct 13 07:04:27.181 INFO kablam! warning: unused variable: `p` Oct 13 07:04:27.181 INFO kablam! --> src/bin/dummy.rs:31:26 Oct 13 07:04:27.181 INFO kablam! | Oct 13 07:04:27.181 INFO kablam! 31 | fn deliver_tx(&self, p: &RequestDeliverTx) -> ResponseDeliverTx { Oct 13 07:04:27.181 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:27.181 INFO kablam! Oct 13 07:04:27.181 INFO kablam! warning: unused variable: `p` Oct 13 07:04:27.181 INFO kablam! --> src/bin/dummy.rs:43:25 Oct 13 07:04:27.181 INFO kablam! | Oct 13 07:04:27.181 INFO kablam! 43 | fn end_block(&self, p: &RequestEndBlock) -> ResponseEndBlock { Oct 13 07:04:27.181 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:27.181 INFO kablam! Oct 13 07:04:27.181 INFO kablam! warning: unused variable: `p` Oct 13 07:04:27.181 INFO kablam! --> src/bin/dummy.rs:48:21 Oct 13 07:04:27.181 INFO kablam! | Oct 13 07:04:27.181 INFO kablam! 48 | fn flush(&self, p: &RequestFlush) -> ResponseFlush { Oct 13 07:04:27.181 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:27.181 INFO kablam! Oct 13 07:04:27.181 INFO kablam! warning: unused variable: `p` Oct 13 07:04:27.181 INFO kablam! --> src/bin/dummy.rs:53:26 Oct 13 07:04:27.181 INFO kablam! | Oct 13 07:04:27.181 INFO kablam! 53 | fn init_chain(&self, p: &RequestInitChain) -> ResponseInitChain { Oct 13 07:04:27.181 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:27.181 INFO kablam! Oct 13 07:04:27.181 INFO kablam! warning: unused variable: `p` Oct 13 07:04:27.181 INFO kablam! --> src/bin/dummy.rs:58:20 Oct 13 07:04:27.181 INFO kablam! | Oct 13 07:04:27.181 INFO kablam! 58 | fn info(&self, p: &RequestInfo) -> ResponseInfo { Oct 13 07:04:27.181 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:27.181 INFO kablam! Oct 13 07:04:27.181 INFO kablam! warning: unused variable: `p` Oct 13 07:04:27.181 INFO kablam! --> src/bin/dummy.rs:63:21 Oct 13 07:04:27.181 INFO kablam! | Oct 13 07:04:27.181 INFO kablam! 63 | fn query(&self, p: &RequestQuery) -> ResponseQuery { Oct 13 07:04:27.181 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:27.181 INFO kablam! Oct 13 07:04:27.181 INFO kablam! warning: unused variable: `p` Oct 13 07:04:27.181 INFO kablam! --> src/bin/dummy.rs:68:26 Oct 13 07:04:27.181 INFO kablam! | Oct 13 07:04:27.181 INFO kablam! 68 | fn set_option(&self, p: &RequestSetOption) -> ResponseSetOption { Oct 13 07:04:27.181 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:27.181 INFO kablam! Oct 13 07:04:27.240 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.50s Oct 13 07:04:27.245 INFO kablam! su: No module specific data is present Oct 13 07:04:27.898 INFO running `"docker" "rm" "-f" "2717f3517ebe433e28989b9b21ee703da69103184a9ca7e6304b1a649a5f7388"` Oct 13 07:04:28.197 INFO blam! 2717f3517ebe433e28989b9b21ee703da69103184a9ca7e6304b1a649a5f7388