Oct 27 14:16:08.064 INFO checking tsp-0.2.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:16:08.064 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 14:16:08.423 INFO blam! 585408d7480df2aec7c5015d2c7f1f28e10c7f03ed7e2fba6adcf864780547ae Oct 27 14:16:08.425 INFO running `"docker" "start" "-a" "585408d7480df2aec7c5015d2c7f1f28e10c7f03ed7e2fba6adcf864780547ae"` Oct 27 14:16:09.071 INFO kablam! usermod: no changes Oct 27 14:16:09.198 INFO kablam! Compiling protobuf v1.7.4 Oct 27 14:16:09.202 INFO kablam! Checking tls-api v0.1.20 Oct 27 14:16:16.825 INFO kablam! Checking tsp v0.2.3 (/source) Oct 27 14:16:20.806 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 27 14:16:20.806 INFO kablam! --> src/server.rs:15:15 Oct 27 14:16:20.806 INFO kablam! | Oct 27 14:16:20.806 INFO kablam! 15 | use futures::{BoxFuture, Future}; Oct 27 14:16:20.806 INFO kablam! | ^^^^^^^^^ Oct 27 14:16:20.806 INFO kablam! | Oct 27 14:16:20.806 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:16:20.806 INFO kablam! Oct 27 14:16:20.821 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:16:20.821 INFO kablam! --> src/server.rs:21:41 Oct 27 14:16:20.821 INFO kablam! | Oct 27 14:16:20.821 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 27 14:16:20.821 INFO kablam! | ^^^^^^ Oct 27 14:16:20.821 INFO kablam! Oct 27 14:16:20.821 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:16:20.821 INFO kablam! --> src/server.rs:106:22 Oct 27 14:16:20.821 INFO kablam! | Oct 27 14:16:20.821 INFO kablam! 106 | type Transport = Framed; Oct 27 14:16:20.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 14:16:20.821 INFO kablam! Oct 27 14:16:20.821 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 27 14:16:20.821 INFO kablam! --> src/server.rs:123:19 Oct 27 14:16:20.821 INFO kablam! | Oct 27 14:16:20.821 INFO kablam! 123 | type Future = BoxFuture; Oct 27 14:16:20.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:16:20.821 INFO kablam! Oct 27 14:16:20.995 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 27 14:16:20.995 INFO kablam! --> src/server.rs:15:15 Oct 27 14:16:20.996 INFO kablam! | Oct 27 14:16:20.996 INFO kablam! 15 | use futures::{BoxFuture, Future}; Oct 27 14:16:20.997 INFO kablam! | ^^^^^^^^^ Oct 27 14:16:20.998 INFO kablam! | Oct 27 14:16:20.998 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:16:20.999 INFO kablam! Oct 27 14:16:21.000 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:16:21.000 INFO kablam! --> src/server.rs:21:41 Oct 27 14:16:21.001 INFO kablam! | Oct 27 14:16:21.001 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 27 14:16:21.002 INFO kablam! | ^^^^^^ Oct 27 14:16:21.002 INFO kablam! Oct 27 14:16:21.005 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 27 14:16:21.005 INFO kablam! --> src/server.rs:106:22 Oct 27 14:16:21.006 INFO kablam! | Oct 27 14:16:21.006 INFO kablam! 106 | type Transport = Framed; Oct 27 14:16:21.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 14:16:21.007 INFO kablam! Oct 27 14:16:21.008 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 27 14:16:21.009 INFO kablam! --> src/server.rs:123:19 Oct 27 14:16:21.009 INFO kablam! | Oct 27 14:16:21.010 INFO kablam! 123 | type Future = BoxFuture; Oct 27 14:16:21.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:16:21.011 INFO kablam! Oct 27 14:16:21.254 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:16:21.254 INFO kablam! --> src/server.rs:110:15 Oct 27 14:16:21.254 INFO kablam! | Oct 27 14:16:21.254 INFO kablam! 110 | Ok(io.framed(TSPCodec)) Oct 27 14:16:21.254 INFO kablam! | ^^^^^^ Oct 27 14:16:21.254 INFO kablam! Oct 27 14:16:21.256 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 27 14:16:21.256 INFO kablam! --> src/server.rs:127:30 Oct 27 14:16:21.256 INFO kablam! | Oct 27 14:16:21.256 INFO kablam! 127 | future::ok(response).boxed() Oct 27 14:16:21.256 INFO kablam! | ^^^^^ Oct 27 14:16:21.256 INFO kablam! Oct 27 14:16:21.475 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 27 14:16:21.475 INFO kablam! --> src/server.rs:110:15 Oct 27 14:16:21.475 INFO kablam! | Oct 27 14:16:21.475 INFO kablam! 110 | Ok(io.framed(TSPCodec)) Oct 27 14:16:21.475 INFO kablam! | ^^^^^^ Oct 27 14:16:21.476 INFO kablam! Oct 27 14:16:21.476 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 27 14:16:21.476 INFO kablam! --> src/server.rs:127:30 Oct 27 14:16:21.477 INFO kablam! | Oct 27 14:16:21.477 INFO kablam! 127 | future::ok(response).boxed() Oct 27 14:16:21.477 INFO kablam! | ^^^^^ Oct 27 14:16:21.478 INFO kablam! Oct 27 14:16:31.915 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 27 14:16:31.915 INFO kablam! --> src/bin/counter.rs:6:5 Oct 27 14:16:31.915 INFO kablam! | Oct 27 14:16:31.915 INFO kablam! 6 | use std::sync::Mutex; Oct 27 14:16:31.915 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 14:16:31.915 INFO kablam! | Oct 27 14:16:31.915 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:16:31.915 INFO kablam! Oct 27 14:16:31.915 INFO kablam! warning: unused imports: `BigEndian`, `ReadBytesExt`, `WriteBytesExt` Oct 27 14:16:31.915 INFO kablam! --> src/bin/counter.rs:8:17 Oct 27 14:16:31.915 INFO kablam! | Oct 27 14:16:31.915 INFO kablam! 8 | use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt}; Oct 27 14:16:31.915 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 27 14:16:31.915 INFO kablam! Oct 27 14:16:31.943 INFO kablam! warning: unused variable: `connection_type` Oct 27 14:16:31.943 INFO kablam! --> src/bin/counter.rs:21:9 Oct 27 14:16:31.943 INFO kablam! | Oct 27 14:16:31.943 INFO kablam! 21 | let connection_type: &str = &args[1]; Oct 27 14:16:31.943 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_connection_type` instead Oct 27 14:16:31.943 INFO kablam! | Oct 27 14:16:31.943 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 14:16:31.943 INFO kablam! Oct 27 14:16:31.943 INFO kablam! warning: unused variable: `listen_addr` Oct 27 14:16:31.943 INFO kablam! --> src/bin/counter.rs:22:9 Oct 27 14:16:31.943 INFO kablam! | Oct 27 14:16:31.943 INFO kablam! 22 | let listen_addr: &str = &args[2]; Oct 27 14:16:31.943 INFO kablam! | ^^^^^^^^^^^ help: consider using `_listen_addr` instead Oct 27 14:16:31.943 INFO kablam! Oct 27 14:16:31.943 INFO kablam! warning: unused variable: `app` Oct 27 14:16:31.943 INFO kablam! --> src/bin/counter.rs:24:9 Oct 27 14:16:31.943 INFO kablam! | Oct 27 14:16:31.943 INFO kablam! 24 | let app = CounterApp::new(); Oct 27 14:16:31.943 INFO kablam! | ^^^ help: consider using `_app` instead Oct 27 14:16:31.943 INFO kablam! Oct 27 14:16:31.979 INFO kablam! warning: unused variable: `p` Oct 27 14:16:31.979 INFO kablam! --> src/bin/dummy.rs:16:27 Oct 27 14:16:31.979 INFO kablam! | Oct 27 14:16:31.979 INFO kablam! 16 | fn begin_block(&self, p: &RequestBeginBlock) -> ResponseBeginBlock { Oct 27 14:16:31.979 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:31.979 INFO kablam! | Oct 27 14:16:31.979 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 14:16:31.979 INFO kablam! Oct 27 14:16:31.979 INFO kablam! warning: unused variable: `p` Oct 27 14:16:31.979 INFO kablam! --> src/bin/dummy.rs:21:24 Oct 27 14:16:31.979 INFO kablam! | Oct 27 14:16:31.979 INFO kablam! 21 | fn check_tx(&self, p: &RequestCheckTx) -> ResponseCheckTx { Oct 27 14:16:31.979 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:31.979 INFO kablam! Oct 27 14:16:31.979 INFO kablam! warning: unused variable: `p` Oct 27 14:16:31.979 INFO kablam! --> src/bin/dummy.rs:26:22 Oct 27 14:16:31.979 INFO kablam! | Oct 27 14:16:31.979 INFO kablam! 26 | fn commit(&self, p: &RequestCommit) -> ResponseCommit { Oct 27 14:16:31.979 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:31.979 INFO kablam! Oct 27 14:16:31.979 INFO kablam! warning: unused variable: `p` Oct 27 14:16:31.979 INFO kablam! --> src/bin/dummy.rs:31:26 Oct 27 14:16:31.979 INFO kablam! | Oct 27 14:16:31.979 INFO kablam! 31 | fn deliver_tx(&self, p: &RequestDeliverTx) -> ResponseDeliverTx { Oct 27 14:16:31.979 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:31.979 INFO kablam! Oct 27 14:16:31.979 INFO kablam! warning: unused variable: `p` Oct 27 14:16:31.979 INFO kablam! --> src/bin/dummy.rs:43:25 Oct 27 14:16:31.979 INFO kablam! | Oct 27 14:16:31.979 INFO kablam! 43 | fn end_block(&self, p: &RequestEndBlock) -> ResponseEndBlock { Oct 27 14:16:31.979 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:31.979 INFO kablam! Oct 27 14:16:31.979 INFO kablam! warning: unused variable: `p` Oct 27 14:16:31.979 INFO kablam! --> src/bin/dummy.rs:48:21 Oct 27 14:16:31.979 INFO kablam! | Oct 27 14:16:31.979 INFO kablam! 48 | fn flush(&self, p: &RequestFlush) -> ResponseFlush { Oct 27 14:16:31.979 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:31.979 INFO kablam! Oct 27 14:16:31.979 INFO kablam! warning: unused variable: `p` Oct 27 14:16:31.979 INFO kablam! --> src/bin/dummy.rs:53:26 Oct 27 14:16:31.979 INFO kablam! | Oct 27 14:16:31.979 INFO kablam! 53 | fn init_chain(&self, p: &RequestInitChain) -> ResponseInitChain { Oct 27 14:16:31.979 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:31.979 INFO kablam! Oct 27 14:16:31.979 INFO kablam! warning: unused variable: `p` Oct 27 14:16:31.979 INFO kablam! --> src/bin/dummy.rs:58:20 Oct 27 14:16:31.979 INFO kablam! | Oct 27 14:16:31.979 INFO kablam! 58 | fn info(&self, p: &RequestInfo) -> ResponseInfo { Oct 27 14:16:31.979 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:31.979 INFO kablam! Oct 27 14:16:31.979 INFO kablam! warning: unused variable: `p` Oct 27 14:16:31.979 INFO kablam! --> src/bin/dummy.rs:63:21 Oct 27 14:16:31.979 INFO kablam! | Oct 27 14:16:31.979 INFO kablam! 63 | fn query(&self, p: &RequestQuery) -> ResponseQuery { Oct 27 14:16:31.979 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:31.979 INFO kablam! Oct 27 14:16:31.979 INFO kablam! warning: unused variable: `p` Oct 27 14:16:31.979 INFO kablam! --> src/bin/dummy.rs:68:26 Oct 27 14:16:31.979 INFO kablam! | Oct 27 14:16:31.979 INFO kablam! 68 | fn set_option(&self, p: &RequestSetOption) -> ResponseSetOption { Oct 27 14:16:31.979 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:31.979 INFO kablam! Oct 27 14:16:32.127 INFO kablam! warning: unused variable: `p` Oct 27 14:16:32.127 INFO kablam! --> src/bin/dummy.rs:16:27 Oct 27 14:16:32.127 INFO kablam! | Oct 27 14:16:32.127 INFO kablam! 16 | fn begin_block(&self, p: &RequestBeginBlock) -> ResponseBeginBlock { Oct 27 14:16:32.127 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:32.127 INFO kablam! | Oct 27 14:16:32.127 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 14:16:32.127 INFO kablam! Oct 27 14:16:32.127 INFO kablam! warning: unused variable: `p` Oct 27 14:16:32.127 INFO kablam! --> src/bin/dummy.rs:21:24 Oct 27 14:16:32.127 INFO kablam! | Oct 27 14:16:32.127 INFO kablam! 21 | fn check_tx(&self, p: &RequestCheckTx) -> ResponseCheckTx { Oct 27 14:16:32.127 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:32.127 INFO kablam! Oct 27 14:16:32.127 INFO kablam! warning: unused variable: `p` Oct 27 14:16:32.127 INFO kablam! --> src/bin/dummy.rs:26:22 Oct 27 14:16:32.127 INFO kablam! | Oct 27 14:16:32.127 INFO kablam! 26 | fn commit(&self, p: &RequestCommit) -> ResponseCommit { Oct 27 14:16:32.127 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:32.127 INFO kablam! Oct 27 14:16:32.127 INFO kablam! warning: unused variable: `p` Oct 27 14:16:32.127 INFO kablam! --> src/bin/dummy.rs:31:26 Oct 27 14:16:32.127 INFO kablam! | Oct 27 14:16:32.127 INFO kablam! 31 | fn deliver_tx(&self, p: &RequestDeliverTx) -> ResponseDeliverTx { Oct 27 14:16:32.127 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:32.127 INFO kablam! Oct 27 14:16:32.127 INFO kablam! warning: unused variable: `p` Oct 27 14:16:32.127 INFO kablam! --> src/bin/dummy.rs:43:25 Oct 27 14:16:32.127 INFO kablam! | Oct 27 14:16:32.127 INFO kablam! 43 | fn end_block(&self, p: &RequestEndBlock) -> ResponseEndBlock { Oct 27 14:16:32.127 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:32.127 INFO kablam! Oct 27 14:16:32.127 INFO kablam! warning: unused variable: `p` Oct 27 14:16:32.127 INFO kablam! --> src/bin/dummy.rs:48:21 Oct 27 14:16:32.127 INFO kablam! | Oct 27 14:16:32.127 INFO kablam! 48 | fn flush(&self, p: &RequestFlush) -> ResponseFlush { Oct 27 14:16:32.127 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:32.127 INFO kablam! Oct 27 14:16:32.127 INFO kablam! warning: unused variable: `p` Oct 27 14:16:32.127 INFO kablam! --> src/bin/dummy.rs:53:26 Oct 27 14:16:32.127 INFO kablam! | Oct 27 14:16:32.127 INFO kablam! 53 | fn init_chain(&self, p: &RequestInitChain) -> ResponseInitChain { Oct 27 14:16:32.127 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:32.127 INFO kablam! Oct 27 14:16:32.127 INFO kablam! warning: unused variable: `p` Oct 27 14:16:32.127 INFO kablam! --> src/bin/dummy.rs:58:20 Oct 27 14:16:32.127 INFO kablam! | Oct 27 14:16:32.127 INFO kablam! 58 | fn info(&self, p: &RequestInfo) -> ResponseInfo { Oct 27 14:16:32.127 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:32.128 INFO kablam! Oct 27 14:16:32.128 INFO kablam! warning: unused variable: `p` Oct 27 14:16:32.128 INFO kablam! --> src/bin/dummy.rs:63:21 Oct 27 14:16:32.128 INFO kablam! | Oct 27 14:16:32.128 INFO kablam! 63 | fn query(&self, p: &RequestQuery) -> ResponseQuery { Oct 27 14:16:32.128 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:32.128 INFO kablam! Oct 27 14:16:32.128 INFO kablam! warning: unused variable: `p` Oct 27 14:16:32.128 INFO kablam! --> src/bin/dummy.rs:68:26 Oct 27 14:16:32.128 INFO kablam! | Oct 27 14:16:32.128 INFO kablam! 68 | fn set_option(&self, p: &RequestSetOption) -> ResponseSetOption { Oct 27 14:16:32.128 INFO kablam! | ^ help: consider using `_p` instead Oct 27 14:16:32.128 INFO kablam! Oct 27 14:16:32.451 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 27 14:16:32.451 INFO kablam! --> src/bin/counter.rs:6:5 Oct 27 14:16:32.451 INFO kablam! | Oct 27 14:16:32.451 INFO kablam! 6 | use std::sync::Mutex; Oct 27 14:16:32.451 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 14:16:32.451 INFO kablam! | Oct 27 14:16:32.451 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:16:32.451 INFO kablam! Oct 27 14:16:32.451 INFO kablam! warning: unused imports: `BigEndian`, `ReadBytesExt`, `WriteBytesExt` Oct 27 14:16:32.451 INFO kablam! --> src/bin/counter.rs:8:17 Oct 27 14:16:32.451 INFO kablam! | Oct 27 14:16:32.451 INFO kablam! 8 | use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt}; Oct 27 14:16:32.451 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 27 14:16:32.451 INFO kablam! Oct 27 14:16:32.479 INFO kablam! warning: unused variable: `connection_type` Oct 27 14:16:32.479 INFO kablam! --> src/bin/counter.rs:21:9 Oct 27 14:16:32.479 INFO kablam! | Oct 27 14:16:32.479 INFO kablam! 21 | let connection_type: &str = &args[1]; Oct 27 14:16:32.479 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_connection_type` instead Oct 27 14:16:32.479 INFO kablam! | Oct 27 14:16:32.479 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 14:16:32.479 INFO kablam! Oct 27 14:16:32.479 INFO kablam! warning: unused variable: `listen_addr` Oct 27 14:16:32.479 INFO kablam! --> src/bin/counter.rs:22:9 Oct 27 14:16:32.479 INFO kablam! | Oct 27 14:16:32.479 INFO kablam! 22 | let listen_addr: &str = &args[2]; Oct 27 14:16:32.479 INFO kablam! | ^^^^^^^^^^^ help: consider using `_listen_addr` instead Oct 27 14:16:32.479 INFO kablam! Oct 27 14:16:32.479 INFO kablam! warning: unused variable: `app` Oct 27 14:16:32.479 INFO kablam! --> src/bin/counter.rs:24:9 Oct 27 14:16:32.479 INFO kablam! | Oct 27 14:16:32.479 INFO kablam! 24 | let app = CounterApp::new(); Oct 27 14:16:32.479 INFO kablam! | ^^^ help: consider using `_app` instead Oct 27 14:16:32.479 INFO kablam! Oct 27 14:16:32.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.45s Oct 27 14:16:32.567 INFO kablam! su: No module specific data is present Oct 27 14:16:32.927 INFO running `"docker" "rm" "-f" "585408d7480df2aec7c5015d2c7f1f28e10c7f03ed7e2fba6adcf864780547ae"` Oct 27 14:16:33.030 INFO blam! 585408d7480df2aec7c5015d2c7f1f28e10c7f03ed7e2fba6adcf864780547ae