Oct 15 15:42:53.785 INFO testing tsp-0.2.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 15:42:53.785 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15:42:53.950 INFO blam! b082d96774042e1769009790ad8a92771c3f9df4af929cc24d48904d52c7a628 Oct 15 15:42:53.952 INFO running `"docker" "start" "-a" "b082d96774042e1769009790ad8a92771c3f9df4af929cc24d48904d52c7a628"` Oct 15 15:42:54.352 INFO kablam! usermod: no changes Oct 15 15:42:54.557 INFO kablam! Compiling protobuf v1.7.4 Oct 15 15:42:54.564 INFO kablam! Compiling tls-api v0.1.20 Oct 15 15:43:19.374 INFO kablam! Compiling tsp v0.2.3 (/source) Oct 15 15:43:22.692 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 15 15:43:22.692 INFO kablam! --> src/server.rs:15:15 Oct 15 15:43:22.692 INFO kablam! | Oct 15 15:43:22.692 INFO kablam! 15 | use futures::{BoxFuture, Future}; Oct 15 15:43:22.692 INFO kablam! | ^^^^^^^^^ Oct 15 15:43:22.692 INFO kablam! | Oct 15 15:43:22.692 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 15:43:22.692 INFO kablam! Oct 15 15:43:22.692 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:43:22.692 INFO kablam! --> src/server.rs:21:41 Oct 15 15:43:22.692 INFO kablam! | Oct 15 15:43:22.692 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 15 15:43:22.692 INFO kablam! | ^^^^^^ Oct 15 15:43:22.692 INFO kablam! Oct 15 15:43:22.695 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:43:22.695 INFO kablam! --> src/server.rs:106:22 Oct 15 15:43:22.695 INFO kablam! | Oct 15 15:43:22.695 INFO kablam! 106 | type Transport = Framed; Oct 15 15:43:22.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 15:43:22.695 INFO kablam! Oct 15 15:43:22.695 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 15 15:43:22.695 INFO kablam! --> src/server.rs:123:19 Oct 15 15:43:22.695 INFO kablam! | Oct 15 15:43:22.695 INFO kablam! 123 | type Future = BoxFuture; Oct 15 15:43:22.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:43:22.695 INFO kablam! Oct 15 15:43:22.963 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 15:43:22.963 INFO kablam! --> src/server.rs:110:15 Oct 15 15:43:22.963 INFO kablam! | Oct 15 15:43:22.963 INFO kablam! 110 | Ok(io.framed(TSPCodec)) Oct 15 15:43:22.963 INFO kablam! | ^^^^^^ Oct 15 15:43:22.963 INFO kablam! Oct 15 15:43:22.963 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 15 15:43:22.963 INFO kablam! --> src/server.rs:127:30 Oct 15 15:43:22.963 INFO kablam! | Oct 15 15:43:22.963 INFO kablam! 127 | future::ok(response).boxed() Oct 15 15:43:22.963 INFO kablam! | ^^^^^ Oct 15 15:43:22.963 INFO kablam! Oct 15 15:43:30.323 INFO kablam! warning: unused variable: `p` Oct 15 15:43:30.323 INFO kablam! --> src/bin/dummy.rs:16:27 Oct 15 15:43:30.323 INFO kablam! | Oct 15 15:43:30.323 INFO kablam! 16 | fn begin_block(&self, p: &RequestBeginBlock) -> ResponseBeginBlock { Oct 15 15:43:30.323 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:30.323 INFO kablam! | Oct 15 15:43:30.323 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 15:43:30.323 INFO kablam! Oct 15 15:43:30.323 INFO kablam! warning: unused variable: `p` Oct 15 15:43:30.323 INFO kablam! --> src/bin/dummy.rs:21:24 Oct 15 15:43:30.323 INFO kablam! | Oct 15 15:43:30.323 INFO kablam! 21 | fn check_tx(&self, p: &RequestCheckTx) -> ResponseCheckTx { Oct 15 15:43:30.323 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:30.323 INFO kablam! Oct 15 15:43:30.323 INFO kablam! warning: unused variable: `p` Oct 15 15:43:30.323 INFO kablam! --> src/bin/dummy.rs:26:22 Oct 15 15:43:30.323 INFO kablam! | Oct 15 15:43:30.323 INFO kablam! 26 | fn commit(&self, p: &RequestCommit) -> ResponseCommit { Oct 15 15:43:30.323 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:30.323 INFO kablam! Oct 15 15:43:30.323 INFO kablam! warning: unused variable: `p` Oct 15 15:43:30.323 INFO kablam! --> src/bin/dummy.rs:31:26 Oct 15 15:43:30.323 INFO kablam! | Oct 15 15:43:30.323 INFO kablam! 31 | fn deliver_tx(&self, p: &RequestDeliverTx) -> ResponseDeliverTx { Oct 15 15:43:30.323 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:30.323 INFO kablam! Oct 15 15:43:30.323 INFO kablam! warning: unused variable: `p` Oct 15 15:43:30.323 INFO kablam! --> src/bin/dummy.rs:43:25 Oct 15 15:43:30.323 INFO kablam! | Oct 15 15:43:30.323 INFO kablam! 43 | fn end_block(&self, p: &RequestEndBlock) -> ResponseEndBlock { Oct 15 15:43:30.323 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:30.323 INFO kablam! Oct 15 15:43:30.323 INFO kablam! warning: unused variable: `p` Oct 15 15:43:30.323 INFO kablam! --> src/bin/dummy.rs:48:21 Oct 15 15:43:30.323 INFO kablam! | Oct 15 15:43:30.323 INFO kablam! 48 | fn flush(&self, p: &RequestFlush) -> ResponseFlush { Oct 15 15:43:30.323 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:30.323 INFO kablam! Oct 15 15:43:30.323 INFO kablam! warning: unused variable: `p` Oct 15 15:43:30.323 INFO kablam! --> src/bin/dummy.rs:53:26 Oct 15 15:43:30.323 INFO kablam! | Oct 15 15:43:30.323 INFO kablam! 53 | fn init_chain(&self, p: &RequestInitChain) -> ResponseInitChain { Oct 15 15:43:30.323 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:30.323 INFO kablam! Oct 15 15:43:30.323 INFO kablam! warning: unused variable: `p` Oct 15 15:43:30.323 INFO kablam! --> src/bin/dummy.rs:58:20 Oct 15 15:43:30.323 INFO kablam! | Oct 15 15:43:30.323 INFO kablam! 58 | fn info(&self, p: &RequestInfo) -> ResponseInfo { Oct 15 15:43:30.323 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:30.323 INFO kablam! Oct 15 15:43:30.323 INFO kablam! warning: unused variable: `p` Oct 15 15:43:30.323 INFO kablam! --> src/bin/dummy.rs:63:21 Oct 15 15:43:30.323 INFO kablam! | Oct 15 15:43:30.323 INFO kablam! 63 | fn query(&self, p: &RequestQuery) -> ResponseQuery { Oct 15 15:43:30.323 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:30.323 INFO kablam! Oct 15 15:43:30.323 INFO kablam! warning: unused variable: `p` Oct 15 15:43:30.323 INFO kablam! --> src/bin/dummy.rs:68:26 Oct 15 15:43:30.323 INFO kablam! | Oct 15 15:43:30.323 INFO kablam! 68 | fn set_option(&self, p: &RequestSetOption) -> ResponseSetOption { Oct 15 15:43:30.323 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:30.323 INFO kablam! Oct 15 15:43:30.330 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 15 15:43:30.330 INFO kablam! --> src/bin/counter.rs:6:5 Oct 15 15:43:30.330 INFO kablam! | Oct 15 15:43:30.330 INFO kablam! 6 | use std::sync::Mutex; Oct 15 15:43:30.330 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 15:43:30.330 INFO kablam! | Oct 15 15:43:30.330 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:43:30.330 INFO kablam! Oct 15 15:43:30.330 INFO kablam! warning: unused imports: `BigEndian`, `ReadBytesExt`, `WriteBytesExt` Oct 15 15:43:30.330 INFO kablam! --> src/bin/counter.rs:8:17 Oct 15 15:43:30.330 INFO kablam! | Oct 15 15:43:30.330 INFO kablam! 8 | use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt}; Oct 15 15:43:30.330 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 15 15:43:30.330 INFO kablam! Oct 15 15:43:30.363 INFO kablam! warning: unused variable: `connection_type` Oct 15 15:43:30.363 INFO kablam! --> src/bin/counter.rs:21:9 Oct 15 15:43:30.363 INFO kablam! | Oct 15 15:43:30.363 INFO kablam! 21 | let connection_type: &str = &args[1]; Oct 15 15:43:30.363 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_connection_type` instead Oct 15 15:43:30.363 INFO kablam! | Oct 15 15:43:30.363 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 15:43:30.363 INFO kablam! Oct 15 15:43:30.363 INFO kablam! warning: unused variable: `listen_addr` Oct 15 15:43:30.363 INFO kablam! --> src/bin/counter.rs:22:9 Oct 15 15:43:30.363 INFO kablam! | Oct 15 15:43:30.363 INFO kablam! 22 | let listen_addr: &str = &args[2]; Oct 15 15:43:30.363 INFO kablam! | ^^^^^^^^^^^ help: consider using `_listen_addr` instead Oct 15 15:43:30.363 INFO kablam! Oct 15 15:43:30.363 INFO kablam! warning: unused variable: `app` Oct 15 15:43:30.363 INFO kablam! --> src/bin/counter.rs:24:9 Oct 15 15:43:30.363 INFO kablam! | Oct 15 15:43:30.363 INFO kablam! 24 | let app = CounterApp::new(); Oct 15 15:43:30.363 INFO kablam! | ^^^ help: consider using `_app` instead Oct 15 15:43:30.363 INFO kablam! Oct 15 15:43:34.209 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.83s Oct 15 15:43:34.217 INFO kablam! su: No module specific data is present Oct 15 15:43:34.963 INFO running `"docker" "rm" "-f" "b082d96774042e1769009790ad8a92771c3f9df4af929cc24d48904d52c7a628"` Oct 15 15:43:35.257 INFO blam! b082d96774042e1769009790ad8a92771c3f9df4af929cc24d48904d52c7a628 Oct 15 15:43:35.262 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15:43:35.573 INFO blam! 97db9a0e5d83271425e205c3f62a2ac0e5fc04103904d3aa83e03db5dd6f891f Oct 15 15:43:35.573 INFO running `"docker" "start" "-a" "97db9a0e5d83271425e205c3f62a2ac0e5fc04103904d3aa83e03db5dd6f891f"` Oct 15 15:43:36.662 INFO kablam! usermod: no changes Oct 15 15:43:36.819 INFO kablam! Compiling tsp v0.2.3 (/source) Oct 15 15:43:40.939 INFO kablam! warning: unused variable: `p` Oct 15 15:43:40.939 INFO kablam! --> src/bin/dummy.rs:16:27 Oct 15 15:43:40.939 INFO kablam! | Oct 15 15:43:40.939 INFO kablam! 16 | fn begin_block(&self, p: &RequestBeginBlock) -> ResponseBeginBlock { Oct 15 15:43:40.939 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:40.939 INFO kablam! | Oct 15 15:43:40.939 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 15:43:40.939 INFO kablam! Oct 15 15:43:40.939 INFO kablam! warning: unused variable: `p` Oct 15 15:43:40.939 INFO kablam! --> src/bin/dummy.rs:21:24 Oct 15 15:43:40.939 INFO kablam! | Oct 15 15:43:40.940 INFO kablam! 21 | fn check_tx(&self, p: &RequestCheckTx) -> ResponseCheckTx { Oct 15 15:43:40.940 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:40.940 INFO kablam! Oct 15 15:43:40.940 INFO kablam! warning: unused variable: `p` Oct 15 15:43:40.940 INFO kablam! --> src/bin/dummy.rs:26:22 Oct 15 15:43:40.940 INFO kablam! | Oct 15 15:43:40.940 INFO kablam! 26 | fn commit(&self, p: &RequestCommit) -> ResponseCommit { Oct 15 15:43:40.940 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:40.940 INFO kablam! Oct 15 15:43:40.940 INFO kablam! warning: unused variable: `p` Oct 15 15:43:40.940 INFO kablam! --> src/bin/dummy.rs:31:26 Oct 15 15:43:40.940 INFO kablam! | Oct 15 15:43:40.940 INFO kablam! 31 | fn deliver_tx(&self, p: &RequestDeliverTx) -> ResponseDeliverTx { Oct 15 15:43:40.940 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:40.940 INFO kablam! Oct 15 15:43:40.940 INFO kablam! warning: unused variable: `p` Oct 15 15:43:40.940 INFO kablam! --> src/bin/dummy.rs:43:25 Oct 15 15:43:40.940 INFO kablam! | Oct 15 15:43:40.940 INFO kablam! 43 | fn end_block(&self, p: &RequestEndBlock) -> ResponseEndBlock { Oct 15 15:43:40.940 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:40.940 INFO kablam! Oct 15 15:43:40.940 INFO kablam! warning: unused variable: `p` Oct 15 15:43:40.940 INFO kablam! --> src/bin/dummy.rs:48:21 Oct 15 15:43:40.940 INFO kablam! | Oct 15 15:43:40.940 INFO kablam! 48 | fn flush(&self, p: &RequestFlush) -> ResponseFlush { Oct 15 15:43:40.940 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:40.940 INFO kablam! Oct 15 15:43:40.940 INFO kablam! warning: unused variable: `p` Oct 15 15:43:40.941 INFO kablam! --> src/bin/dummy.rs:53:26 Oct 15 15:43:40.941 INFO kablam! | Oct 15 15:43:40.941 INFO kablam! 53 | fn init_chain(&self, p: &RequestInitChain) -> ResponseInitChain { Oct 15 15:43:40.941 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:40.941 INFO kablam! Oct 15 15:43:40.941 INFO kablam! warning: unused variable: `p` Oct 15 15:43:40.941 INFO kablam! --> src/bin/dummy.rs:58:20 Oct 15 15:43:40.941 INFO kablam! | Oct 15 15:43:40.941 INFO kablam! 58 | fn info(&self, p: &RequestInfo) -> ResponseInfo { Oct 15 15:43:40.941 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:40.941 INFO kablam! Oct 15 15:43:40.941 INFO kablam! warning: unused variable: `p` Oct 15 15:43:40.941 INFO kablam! --> src/bin/dummy.rs:63:21 Oct 15 15:43:40.941 INFO kablam! | Oct 15 15:43:40.941 INFO kablam! 63 | fn query(&self, p: &RequestQuery) -> ResponseQuery { Oct 15 15:43:40.941 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:40.941 INFO kablam! Oct 15 15:43:40.941 INFO kablam! warning: unused variable: `p` Oct 15 15:43:40.941 INFO kablam! --> src/bin/dummy.rs:68:26 Oct 15 15:43:40.941 INFO kablam! | Oct 15 15:43:40.941 INFO kablam! 68 | fn set_option(&self, p: &RequestSetOption) -> ResponseSetOption { Oct 15 15:43:40.941 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:40.941 INFO kablam! Oct 15 15:43:41.854 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 15 15:43:41.854 INFO kablam! --> src/server.rs:15:15 Oct 15 15:43:41.854 INFO kablam! | Oct 15 15:43:41.854 INFO kablam! 15 | use futures::{BoxFuture, Future}; Oct 15 15:43:41.854 INFO kablam! | ^^^^^^^^^ Oct 15 15:43:41.854 INFO kablam! | Oct 15 15:43:41.854 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 15:43:41.854 INFO kablam! Oct 15 15:43:41.854 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:43:41.854 INFO kablam! --> src/server.rs:21:41 Oct 15 15:43:41.854 INFO kablam! | Oct 15 15:43:41.854 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 15 15:43:41.854 INFO kablam! | ^^^^^^ Oct 15 15:43:41.854 INFO kablam! Oct 15 15:43:41.854 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:43:41.854 INFO kablam! --> src/server.rs:106:22 Oct 15 15:43:41.854 INFO kablam! | Oct 15 15:43:41.854 INFO kablam! 106 | type Transport = Framed; Oct 15 15:43:41.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 15:43:41.854 INFO kablam! Oct 15 15:43:41.855 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 15 15:43:41.855 INFO kablam! --> src/server.rs:123:19 Oct 15 15:43:41.855 INFO kablam! | Oct 15 15:43:41.855 INFO kablam! 123 | type Future = BoxFuture; Oct 15 15:43:41.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:43:41.855 INFO kablam! Oct 15 15:43:42.183 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 15:43:42.183 INFO kablam! --> src/server.rs:110:15 Oct 15 15:43:42.183 INFO kablam! | Oct 15 15:43:42.183 INFO kablam! 110 | Ok(io.framed(TSPCodec)) Oct 15 15:43:42.183 INFO kablam! | ^^^^^^ Oct 15 15:43:42.183 INFO kablam! Oct 15 15:43:42.183 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 15 15:43:42.183 INFO kablam! --> src/server.rs:127:30 Oct 15 15:43:42.183 INFO kablam! | Oct 15 15:43:42.183 INFO kablam! 127 | future::ok(response).boxed() Oct 15 15:43:42.183 INFO kablam! | ^^^^^ Oct 15 15:43:42.183 INFO kablam! Oct 15 15:43:42.879 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 15 15:43:42.879 INFO kablam! --> src/bin/counter.rs:6:5 Oct 15 15:43:42.879 INFO kablam! | Oct 15 15:43:42.879 INFO kablam! 6 | use std::sync::Mutex; Oct 15 15:43:42.879 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 15:43:42.879 INFO kablam! | Oct 15 15:43:42.879 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:43:42.879 INFO kablam! Oct 15 15:43:42.879 INFO kablam! warning: unused imports: `BigEndian`, `ReadBytesExt`, `WriteBytesExt` Oct 15 15:43:42.879 INFO kablam! --> src/bin/counter.rs:8:17 Oct 15 15:43:42.879 INFO kablam! | Oct 15 15:43:42.879 INFO kablam! 8 | use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt}; Oct 15 15:43:42.879 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 15 15:43:42.879 INFO kablam! Oct 15 15:43:42.939 INFO kablam! warning: unused variable: `connection_type` Oct 15 15:43:42.939 INFO kablam! --> src/bin/counter.rs:21:9 Oct 15 15:43:42.939 INFO kablam! | Oct 15 15:43:42.939 INFO kablam! 21 | let connection_type: &str = &args[1]; Oct 15 15:43:42.939 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_connection_type` instead Oct 15 15:43:42.939 INFO kablam! | Oct 15 15:43:42.939 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 15:43:42.939 INFO kablam! Oct 15 15:43:42.939 INFO kablam! warning: unused variable: `listen_addr` Oct 15 15:43:42.939 INFO kablam! --> src/bin/counter.rs:22:9 Oct 15 15:43:42.939 INFO kablam! | Oct 15 15:43:42.939 INFO kablam! 22 | let listen_addr: &str = &args[2]; Oct 15 15:43:42.939 INFO kablam! | ^^^^^^^^^^^ help: consider using `_listen_addr` instead Oct 15 15:43:42.939 INFO kablam! Oct 15 15:43:42.939 INFO kablam! warning: unused variable: `app` Oct 15 15:43:42.939 INFO kablam! --> src/bin/counter.rs:24:9 Oct 15 15:43:42.939 INFO kablam! | Oct 15 15:43:42.939 INFO kablam! 24 | let app = CounterApp::new(); Oct 15 15:43:42.939 INFO kablam! | ^^^ help: consider using `_app` instead Oct 15 15:43:42.939 INFO kablam! Oct 15 15:43:44.234 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.55s Oct 15 15:43:44.244 INFO kablam! su: No module specific data is present Oct 15 15:43:44.757 INFO running `"docker" "rm" "-f" "97db9a0e5d83271425e205c3f62a2ac0e5fc04103904d3aa83e03db5dd6f891f"` Oct 15 15:43:45.195 INFO blam! 97db9a0e5d83271425e205c3f62a2ac0e5fc04103904d3aa83e03db5dd6f891f Oct 15 15:43:45.197 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15:43:45.679 INFO blam! 5892ba975f842e19a19af254a2696eecbe2bb90c4f48c08a962241de2d2bc0ba Oct 15 15:43:45.683 INFO running `"docker" "start" "-a" "5892ba975f842e19a19af254a2696eecbe2bb90c4f48c08a962241de2d2bc0ba"` Oct 15 15:43:47.003 INFO kablam! usermod: no changes Oct 15 15:43:47.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 15 15:43:47.251 INFO blam! Oct 15 15:43:47.251 INFO blam! running 0 tests Oct 15 15:43:47.251 INFO blam! Oct 15 15:43:47.251 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:43:47.251 INFO blam! Oct 15 15:43:47.252 INFO kablam! Running /target/debug/deps/tsp-1ee9150d61864040 Oct 15 15:43:47.253 INFO kablam! Running /target/debug/deps/counter-e105949ce59a2769 Oct 15 15:43:47.253 INFO blam! Oct 15 15:43:47.253 INFO blam! running 0 tests Oct 15 15:43:47.253 INFO blam! Oct 15 15:43:47.253 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:43:47.253 INFO blam! Oct 15 15:43:47.253 INFO kablam! Running /target/debug/deps/dummy-440c17b08613edd6 Oct 15 15:43:47.259 INFO blam! Oct 15 15:43:47.259 INFO blam! running 0 tests Oct 15 15:43:47.259 INFO blam! Oct 15 15:43:47.259 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:43:47.259 INFO blam! Oct 15 15:43:47.259 INFO kablam! Doc-tests tsp Oct 15 15:43:52.189 INFO blam! Oct 15 15:43:52.189 INFO blam! running 0 tests Oct 15 15:43:52.190 INFO blam! Oct 15 15:43:52.190 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:43:52.190 INFO blam! Oct 15 15:43:52.197 INFO kablam! su: No module specific data is present Oct 15 15:43:52.871 INFO running `"docker" "rm" "-f" "5892ba975f842e19a19af254a2696eecbe2bb90c4f48c08a962241de2d2bc0ba"` Oct 15 15:43:53.195 INFO blam! 5892ba975f842e19a19af254a2696eecbe2bb90c4f48c08a962241de2d2bc0ba