Oct 13 07:04:04.910 INFO checking tsp-0.2.3 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:04:04.910 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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.108 INFO blam! 55405bcec79c6c669e0c7ac1409deaa8842e0bc3afb44e5b13d143fd0e02e16a Oct 13 07:04:05.110 INFO running `"docker" "start" "-a" "55405bcec79c6c669e0c7ac1409deaa8842e0bc3afb44e5b13d143fd0e02e16a"` Oct 13 07:04:05.733 INFO kablam! usermod: no changes Oct 13 07:04:05.879 INFO kablam! Compiling protobuf v1.7.4 Oct 13 07:04:05.879 INFO kablam! Checking tls-api v0.1.20 Oct 13 07:04:13.502 INFO kablam! Checking tsp v0.2.3 (/source) Oct 13 07:04:18.469 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.469 INFO kablam! --> src/server.rs:15:15 Oct 13 07:04:18.469 INFO kablam! | Oct 13 07:04:18.469 INFO kablam! 15 | use futures::{BoxFuture, Future}; Oct 13 07:04:18.469 INFO kablam! | ^^^^^^^^^ Oct 13 07:04:18.469 INFO kablam! | Oct 13 07:04:18.469 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:04:18.469 INFO kablam! Oct 13 07:04:18.469 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:04:18.469 INFO kablam! --> src/server.rs:21:41 Oct 13 07:04:18.469 INFO kablam! | Oct 13 07:04:18.469 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 13 07:04:18.469 INFO kablam! | ^^^^^^ Oct 13 07:04:18.469 INFO kablam! Oct 13 07:04:18.471 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:04:18.471 INFO kablam! --> src/server.rs:106:22 Oct 13 07:04:18.471 INFO kablam! | Oct 13 07:04:18.471 INFO kablam! 106 | type Transport = Framed; Oct 13 07:04:18.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 07:04:18.472 INFO kablam! Oct 13 07:04:18.472 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.473 INFO kablam! --> src/server.rs:123:19 Oct 13 07:04:18.473 INFO kablam! | Oct 13 07:04:18.474 INFO kablam! 123 | type Future = BoxFuture; Oct 13 07:04:18.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:04:18.474 INFO kablam! Oct 13 07:04:18.507 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.508 INFO kablam! --> src/server.rs:15:15 Oct 13 07:04:18.508 INFO kablam! | Oct 13 07:04:18.508 INFO kablam! 15 | use futures::{BoxFuture, Future}; Oct 13 07:04:18.509 INFO kablam! | ^^^^^^^^^ Oct 13 07:04:18.509 INFO kablam! | Oct 13 07:04:18.510 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 07:04:18.510 INFO kablam! Oct 13 07:04:18.511 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:04:18.511 INFO kablam! --> src/server.rs:21:41 Oct 13 07:04:18.511 INFO kablam! | Oct 13 07:04:18.512 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 13 07:04:18.512 INFO kablam! | ^^^^^^ Oct 13 07:04:18.513 INFO kablam! Oct 13 07:04:18.513 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 13 07:04:18.513 INFO kablam! --> src/server.rs:106:22 Oct 13 07:04:18.513 INFO kablam! | Oct 13 07:04:18.513 INFO kablam! 106 | type Transport = Framed; Oct 13 07:04:18.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 07:04:18.513 INFO kablam! Oct 13 07:04:18.513 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.513 INFO kablam! --> src/server.rs:123:19 Oct 13 07:04:18.513 INFO kablam! | Oct 13 07:04:18.513 INFO kablam! 123 | type Future = BoxFuture; Oct 13 07:04:18.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:04:18.513 INFO kablam! Oct 13 07:04:18.736 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:04:18.736 INFO kablam! --> src/server.rs:110:15 Oct 13 07:04:18.736 INFO kablam! | Oct 13 07:04:18.736 INFO kablam! 110 | Ok(io.framed(TSPCodec)) Oct 13 07:04:18.736 INFO kablam! | ^^^^^^ Oct 13 07:04:18.736 INFO kablam! Oct 13 07:04:18.736 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.736 INFO kablam! --> src/server.rs:127:30 Oct 13 07:04:18.736 INFO kablam! | Oct 13 07:04:18.736 INFO kablam! 127 | future::ok(response).boxed() Oct 13 07:04:18.736 INFO kablam! | ^^^^^ Oct 13 07:04:18.736 INFO kablam! Oct 13 07:04:18.955 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 13 07:04:18.955 INFO kablam! --> src/server.rs:110:15 Oct 13 07:04:18.955 INFO kablam! | Oct 13 07:04:18.955 INFO kablam! 110 | Ok(io.framed(TSPCodec)) Oct 13 07:04:18.955 INFO kablam! | ^^^^^^ Oct 13 07:04:18.955 INFO kablam! Oct 13 07:04:18.955 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.955 INFO kablam! --> src/server.rs:127:30 Oct 13 07:04:18.955 INFO kablam! | Oct 13 07:04:18.955 INFO kablam! 127 | future::ok(response).boxed() Oct 13 07:04:18.955 INFO kablam! | ^^^^^ Oct 13 07:04:18.955 INFO kablam! Oct 13 07:04:27.140 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 13 07:04:27.140 INFO kablam! --> src/bin/counter.rs:6:5 Oct 13 07:04:27.140 INFO kablam! | Oct 13 07:04:27.140 INFO kablam! 6 | use std::sync::Mutex; Oct 13 07:04:27.140 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 07:04:27.140 INFO kablam! | Oct 13 07:04:27.140 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:04:27.140 INFO kablam! Oct 13 07:04:27.140 INFO kablam! warning: unused imports: `BigEndian`, `ReadBytesExt`, `WriteBytesExt` Oct 13 07:04:27.140 INFO kablam! --> src/bin/counter.rs:8:17 Oct 13 07:04:27.140 INFO kablam! | Oct 13 07:04:27.140 INFO kablam! 8 | use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt}; Oct 13 07:04:27.140 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 13 07:04:27.140 INFO kablam! Oct 13 07:04:27.228 INFO kablam! warning: unused variable: `connection_type` Oct 13 07:04:27.228 INFO kablam! --> src/bin/counter.rs:21:9 Oct 13 07:04:27.228 INFO kablam! | Oct 13 07:04:27.228 INFO kablam! 21 | let connection_type: &str = &args[1]; Oct 13 07:04:27.228 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_connection_type` instead Oct 13 07:04:27.228 INFO kablam! | Oct 13 07:04:27.228 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 07:04:27.228 INFO kablam! Oct 13 07:04:27.228 INFO kablam! warning: unused variable: `listen_addr` Oct 13 07:04:27.228 INFO kablam! --> src/bin/counter.rs:22:9 Oct 13 07:04:27.228 INFO kablam! | Oct 13 07:04:27.228 INFO kablam! 22 | let listen_addr: &str = &args[2]; Oct 13 07:04:27.228 INFO kablam! | ^^^^^^^^^^^ help: consider using `_listen_addr` instead Oct 13 07:04:27.228 INFO kablam! Oct 13 07:04:27.228 INFO kablam! warning: unused variable: `app` Oct 13 07:04:27.228 INFO kablam! --> src/bin/counter.rs:24:9 Oct 13 07:04:27.228 INFO kablam! | Oct 13 07:04:27.228 INFO kablam! 24 | let app = CounterApp::new(); Oct 13 07:04:27.228 INFO kablam! | ^^^ help: consider using `_app` instead Oct 13 07:04:27.228 INFO kablam! Oct 13 07:04:28.616 INFO kablam! warning: unused variable: `p` Oct 13 07:04:28.617 INFO kablam! --> src/bin/dummy.rs:16:27 Oct 13 07:04:28.617 INFO kablam! | Oct 13 07:04:28.617 INFO kablam! 16 | fn begin_block(&self, p: &RequestBeginBlock) -> ResponseBeginBlock { Oct 13 07:04:28.617 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:28.618 INFO kablam! | Oct 13 07:04:28.618 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 07:04:28.618 INFO kablam! Oct 13 07:04:28.618 INFO kablam! warning: unused variable: `p` Oct 13 07:04:28.619 INFO kablam! --> src/bin/dummy.rs:21:24 Oct 13 07:04:28.619 INFO kablam! | Oct 13 07:04:28.619 INFO kablam! 21 | fn check_tx(&self, p: &RequestCheckTx) -> ResponseCheckTx { Oct 13 07:04:28.619 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:28.620 INFO kablam! Oct 13 07:04:28.620 INFO kablam! warning: unused variable: `p` Oct 13 07:04:28.620 INFO kablam! --> src/bin/dummy.rs:26:22 Oct 13 07:04:28.620 INFO kablam! | Oct 13 07:04:28.621 INFO kablam! 26 | fn commit(&self, p: &RequestCommit) -> ResponseCommit { Oct 13 07:04:28.621 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:28.621 INFO kablam! Oct 13 07:04:28.621 INFO kablam! warning: unused variable: `p` Oct 13 07:04:28.622 INFO kablam! --> src/bin/dummy.rs:31:26 Oct 13 07:04:28.622 INFO kablam! | Oct 13 07:04:28.622 INFO kablam! 31 | fn deliver_tx(&self, p: &RequestDeliverTx) -> ResponseDeliverTx { Oct 13 07:04:28.622 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:28.623 INFO kablam! Oct 13 07:04:28.623 INFO kablam! warning: unused variable: `p` Oct 13 07:04:28.623 INFO kablam! --> src/bin/dummy.rs:43:25 Oct 13 07:04:28.623 INFO kablam! | Oct 13 07:04:28.624 INFO kablam! 43 | fn end_block(&self, p: &RequestEndBlock) -> ResponseEndBlock { Oct 13 07:04:28.624 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:28.624 INFO kablam! Oct 13 07:04:28.624 INFO kablam! warning: unused variable: `p` Oct 13 07:04:28.625 INFO kablam! --> src/bin/dummy.rs:48:21 Oct 13 07:04:28.625 INFO kablam! | Oct 13 07:04:28.625 INFO kablam! 48 | fn flush(&self, p: &RequestFlush) -> ResponseFlush { Oct 13 07:04:28.625 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:28.626 INFO kablam! Oct 13 07:04:28.626 INFO kablam! warning: unused variable: `p` Oct 13 07:04:28.626 INFO kablam! --> src/bin/dummy.rs:53:26 Oct 13 07:04:28.626 INFO kablam! | Oct 13 07:04:28.627 INFO kablam! 53 | fn init_chain(&self, p: &RequestInitChain) -> ResponseInitChain { Oct 13 07:04:28.627 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:28.627 INFO kablam! Oct 13 07:04:28.627 INFO kablam! warning: unused variable: `p` Oct 13 07:04:28.627 INFO kablam! --> src/bin/dummy.rs:58:20 Oct 13 07:04:28.628 INFO kablam! | Oct 13 07:04:28.628 INFO kablam! 58 | fn info(&self, p: &RequestInfo) -> ResponseInfo { Oct 13 07:04:28.628 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:28.629 INFO kablam! Oct 13 07:04:28.629 INFO kablam! warning: unused variable: `p` Oct 13 07:04:28.629 INFO kablam! --> src/bin/dummy.rs:63:21 Oct 13 07:04:28.629 INFO kablam! | Oct 13 07:04:28.629 INFO kablam! 63 | fn query(&self, p: &RequestQuery) -> ResponseQuery { Oct 13 07:04:28.630 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:28.630 INFO kablam! Oct 13 07:04:28.630 INFO kablam! warning: unused variable: `p` Oct 13 07:04:28.630 INFO kablam! --> src/bin/dummy.rs:68:26 Oct 13 07:04:28.631 INFO kablam! | Oct 13 07:04:28.631 INFO kablam! 68 | fn set_option(&self, p: &RequestSetOption) -> ResponseSetOption { Oct 13 07:04:28.631 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:28.631 INFO kablam! Oct 13 07:04:29.477 INFO kablam! warning: unused variable: `p` Oct 13 07:04:29.477 INFO kablam! --> src/bin/dummy.rs:16:27 Oct 13 07:04:29.477 INFO kablam! | Oct 13 07:04:29.477 INFO kablam! 16 | fn begin_block(&self, p: &RequestBeginBlock) -> ResponseBeginBlock { Oct 13 07:04:29.478 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:29.478 INFO kablam! | Oct 13 07:04:29.478 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 07:04:29.478 INFO kablam! Oct 13 07:04:29.479 INFO kablam! warning: unused variable: `p` Oct 13 07:04:29.479 INFO kablam! --> src/bin/dummy.rs:21:24 Oct 13 07:04:29.479 INFO kablam! | Oct 13 07:04:29.479 INFO kablam! 21 | fn check_tx(&self, p: &RequestCheckTx) -> ResponseCheckTx { Oct 13 07:04:29.480 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:29.480 INFO kablam! Oct 13 07:04:29.480 INFO kablam! warning: unused variable: `p` Oct 13 07:04:29.480 INFO kablam! --> src/bin/dummy.rs:26:22 Oct 13 07:04:29.481 INFO kablam! | Oct 13 07:04:29.481 INFO kablam! 26 | fn commit(&self, p: &RequestCommit) -> ResponseCommit { Oct 13 07:04:29.481 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:29.481 INFO kablam! Oct 13 07:04:29.482 INFO kablam! warning: unused variable: `p` Oct 13 07:04:29.482 INFO kablam! --> src/bin/dummy.rs:31:26 Oct 13 07:04:29.482 INFO kablam! | Oct 13 07:04:29.482 INFO kablam! 31 | fn deliver_tx(&self, p: &RequestDeliverTx) -> ResponseDeliverTx { Oct 13 07:04:29.483 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:29.483 INFO kablam! Oct 13 07:04:29.483 INFO kablam! warning: unused variable: `p` Oct 13 07:04:29.483 INFO kablam! --> src/bin/dummy.rs:43:25 Oct 13 07:04:29.484 INFO kablam! | Oct 13 07:04:29.484 INFO kablam! 43 | fn end_block(&self, p: &RequestEndBlock) -> ResponseEndBlock { Oct 13 07:04:29.484 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:29.485 INFO kablam! Oct 13 07:04:29.485 INFO kablam! warning: unused variable: `p` Oct 13 07:04:29.485 INFO kablam! --> src/bin/dummy.rs:48:21 Oct 13 07:04:29.485 INFO kablam! | Oct 13 07:04:29.485 INFO kablam! 48 | fn flush(&self, p: &RequestFlush) -> ResponseFlush { Oct 13 07:04:29.486 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:29.486 INFO kablam! Oct 13 07:04:29.486 INFO kablam! warning: unused variable: `p` Oct 13 07:04:29.486 INFO kablam! --> src/bin/dummy.rs:53:26 Oct 13 07:04:29.487 INFO kablam! | Oct 13 07:04:29.487 INFO kablam! 53 | fn init_chain(&self, p: &RequestInitChain) -> ResponseInitChain { Oct 13 07:04:29.487 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:29.488 INFO kablam! Oct 13 07:04:29.488 INFO kablam! warning: unused variable: `p` Oct 13 07:04:29.488 INFO kablam! --> src/bin/dummy.rs:58:20 Oct 13 07:04:29.489 INFO kablam! | Oct 13 07:04:29.489 INFO kablam! 58 | fn info(&self, p: &RequestInfo) -> ResponseInfo { Oct 13 07:04:29.489 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:29.489 INFO kablam! Oct 13 07:04:29.490 INFO kablam! warning: unused variable: `p` Oct 13 07:04:29.490 INFO kablam! --> src/bin/dummy.rs:63:21 Oct 13 07:04:29.490 INFO kablam! | Oct 13 07:04:29.491 INFO kablam! 63 | fn query(&self, p: &RequestQuery) -> ResponseQuery { Oct 13 07:04:29.491 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:29.491 INFO kablam! Oct 13 07:04:29.491 INFO kablam! warning: unused variable: `p` Oct 13 07:04:29.492 INFO kablam! --> src/bin/dummy.rs:68:26 Oct 13 07:04:29.492 INFO kablam! | Oct 13 07:04:29.492 INFO kablam! 68 | fn set_option(&self, p: &RequestSetOption) -> ResponseSetOption { Oct 13 07:04:29.493 INFO kablam! | ^ help: consider using `_p` instead Oct 13 07:04:29.493 INFO kablam! Oct 13 07:04:29.493 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 13 07:04:29.493 INFO kablam! --> src/bin/counter.rs:6:5 Oct 13 07:04:29.494 INFO kablam! | Oct 13 07:04:29.494 INFO kablam! 6 | use std::sync::Mutex; Oct 13 07:04:29.494 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 07:04:29.495 INFO kablam! | Oct 13 07:04:29.495 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:04:29.495 INFO kablam! Oct 13 07:04:29.495 INFO kablam! warning: unused imports: `BigEndian`, `ReadBytesExt`, `WriteBytesExt` Oct 13 07:04:29.496 INFO kablam! --> src/bin/counter.rs:8:17 Oct 13 07:04:29.496 INFO kablam! | Oct 13 07:04:29.496 INFO kablam! 8 | use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt}; Oct 13 07:04:29.496 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 13 07:04:29.497 INFO kablam! Oct 13 07:04:29.514 INFO kablam! warning: unused variable: `connection_type` Oct 13 07:04:29.514 INFO kablam! --> src/bin/counter.rs:21:9 Oct 13 07:04:29.514 INFO kablam! | Oct 13 07:04:29.515 INFO kablam! 21 | let connection_type: &str = &args[1]; Oct 13 07:04:29.515 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_connection_type` instead Oct 13 07:04:29.515 INFO kablam! | Oct 13 07:04:29.515 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 07:04:29.515 INFO kablam! Oct 13 07:04:29.515 INFO kablam! warning: unused variable: `listen_addr` Oct 13 07:04:29.516 INFO kablam! --> src/bin/counter.rs:22:9 Oct 13 07:04:29.516 INFO kablam! | Oct 13 07:04:29.516 INFO kablam! 22 | let listen_addr: &str = &args[2]; Oct 13 07:04:29.516 INFO kablam! | ^^^^^^^^^^^ help: consider using `_listen_addr` instead Oct 13 07:04:29.516 INFO kablam! Oct 13 07:04:29.516 INFO kablam! warning: unused variable: `app` Oct 13 07:04:29.516 INFO kablam! --> src/bin/counter.rs:24:9 Oct 13 07:04:29.516 INFO kablam! | Oct 13 07:04:29.516 INFO kablam! 24 | let app = CounterApp::new(); Oct 13 07:04:29.516 INFO kablam! | ^^^ help: consider using `_app` instead Oct 13 07:04:29.516 INFO kablam! Oct 13 07:04:29.533 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.77s Oct 13 07:04:29.540 INFO kablam! su: No module specific data is present Oct 13 07:04:29.908 INFO running `"docker" "rm" "-f" "55405bcec79c6c669e0c7ac1409deaa8842e0bc3afb44e5b13d143fd0e02e16a"` Oct 13 07:04:30.022 INFO blam! 55405bcec79c6c669e0c7ac1409deaa8842e0bc3afb44e5b13d143fd0e02e16a