Oct 15 15:42:53.697 INFO testing tsp-0.2.3 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 15:42:53.697 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.870 INFO blam! b3c358bef8ebda86830cfebb46ffb04c2eac2e15f48ccfdf96b90a260f8c7e38 Oct 15 15:42:53.872 INFO running `"docker" "start" "-a" "b3c358bef8ebda86830cfebb46ffb04c2eac2e15f48ccfdf96b90a260f8c7e38"` Oct 15 15:42:54.295 INFO kablam! usermod: no changes Oct 15 15:42:54.508 INFO kablam! Compiling tls-api v0.1.20 Oct 15 15:42:55.174 INFO kablam! Compiling tsp v0.2.3 (/source) Oct 15 15:42:57.843 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:42:57.843 INFO kablam! --> src/server.rs:15:15 Oct 15 15:42:57.843 INFO kablam! | Oct 15 15:42:57.843 INFO kablam! 15 | use futures::{BoxFuture, Future}; Oct 15 15:42:57.843 INFO kablam! | ^^^^^^^^^ Oct 15 15:42:57.843 INFO kablam! | Oct 15 15:42:57.843 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 15:42:57.843 INFO kablam! Oct 15 15:42:57.843 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:42:57.843 INFO kablam! --> src/server.rs:21:41 Oct 15 15:42:57.843 INFO kablam! | Oct 15 15:42:57.843 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 15 15:42:57.843 INFO kablam! | ^^^^^^ Oct 15 15:42:57.843 INFO kablam! Oct 15 15:42:57.843 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:42:57.843 INFO kablam! --> src/server.rs:106:22 Oct 15 15:42:57.843 INFO kablam! | Oct 15 15:42:57.843 INFO kablam! 106 | type Transport = Framed; Oct 15 15:42:57.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 15:42:57.843 INFO kablam! Oct 15 15:42:57.843 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:42:57.843 INFO kablam! --> src/server.rs:123:19 Oct 15 15:42:57.843 INFO kablam! | Oct 15 15:42:57.843 INFO kablam! 123 | type Future = BoxFuture; Oct 15 15:42:57.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:42:57.843 INFO kablam! Oct 15 15:42:58.085 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 15:42:58.086 INFO kablam! --> src/server.rs:110:15 Oct 15 15:42:58.086 INFO kablam! | Oct 15 15:42:58.086 INFO kablam! 110 | Ok(io.framed(TSPCodec)) Oct 15 15:42:58.087 INFO kablam! | ^^^^^^ Oct 15 15:42:58.087 INFO kablam! Oct 15 15:42:58.087 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:42:58.087 INFO kablam! --> src/server.rs:127:30 Oct 15 15:42:58.088 INFO kablam! | Oct 15 15:42:58.088 INFO kablam! 127 | future::ok(response).boxed() Oct 15 15:42:58.088 INFO kablam! | ^^^^^ Oct 15 15:42:58.088 INFO kablam! Oct 15 15:43:07.362 INFO kablam! warning: unused variable: `p` Oct 15 15:43:07.362 INFO kablam! --> src/bin/dummy.rs:16:27 Oct 15 15:43:07.362 INFO kablam! | Oct 15 15:43:07.363 INFO kablam! 16 | fn begin_block(&self, p: &RequestBeginBlock) -> ResponseBeginBlock { Oct 15 15:43:07.363 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:07.363 INFO kablam! | Oct 15 15:43:07.363 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 15:43:07.364 INFO kablam! Oct 15 15:43:07.364 INFO kablam! warning: unused variable: `p` Oct 15 15:43:07.364 INFO kablam! --> src/bin/dummy.rs:21:24 Oct 15 15:43:07.364 INFO kablam! | Oct 15 15:43:07.365 INFO kablam! 21 | fn check_tx(&self, p: &RequestCheckTx) -> ResponseCheckTx { Oct 15 15:43:07.365 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:07.365 INFO kablam! Oct 15 15:43:07.366 INFO kablam! warning: unused variable: `p` Oct 15 15:43:07.366 INFO kablam! --> src/bin/dummy.rs:26:22 Oct 15 15:43:07.366 INFO kablam! | Oct 15 15:43:07.366 INFO kablam! 26 | fn commit(&self, p: &RequestCommit) -> ResponseCommit { Oct 15 15:43:07.367 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:07.367 INFO kablam! Oct 15 15:43:07.367 INFO kablam! warning: unused variable: `p` Oct 15 15:43:07.367 INFO kablam! --> src/bin/dummy.rs:31:26 Oct 15 15:43:07.368 INFO kablam! | Oct 15 15:43:07.368 INFO kablam! 31 | fn deliver_tx(&self, p: &RequestDeliverTx) -> ResponseDeliverTx { Oct 15 15:43:07.368 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:07.368 INFO kablam! Oct 15 15:43:07.369 INFO kablam! warning: unused variable: `p` Oct 15 15:43:07.369 INFO kablam! --> src/bin/dummy.rs:43:25 Oct 15 15:43:07.369 INFO kablam! | Oct 15 15:43:07.369 INFO kablam! 43 | fn end_block(&self, p: &RequestEndBlock) -> ResponseEndBlock { Oct 15 15:43:07.370 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:07.370 INFO kablam! Oct 15 15:43:07.370 INFO kablam! warning: unused variable: `p` Oct 15 15:43:07.370 INFO kablam! --> src/bin/dummy.rs:48:21 Oct 15 15:43:07.371 INFO kablam! | Oct 15 15:43:07.371 INFO kablam! 48 | fn flush(&self, p: &RequestFlush) -> ResponseFlush { Oct 15 15:43:07.371 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:07.371 INFO kablam! Oct 15 15:43:07.379 INFO kablam! warning: unused variable: `p` Oct 15 15:43:07.379 INFO kablam! --> src/bin/dummy.rs:53:26 Oct 15 15:43:07.379 INFO kablam! | Oct 15 15:43:07.379 INFO kablam! 53 | fn init_chain(&self, p: &RequestInitChain) -> ResponseInitChain { Oct 15 15:43:07.379 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:07.380 INFO kablam! Oct 15 15:43:07.380 INFO kablam! warning: unused variable: `p` Oct 15 15:43:07.380 INFO kablam! --> src/bin/dummy.rs:58:20 Oct 15 15:43:07.380 INFO kablam! | Oct 15 15:43:07.380 INFO kablam! 58 | fn info(&self, p: &RequestInfo) -> ResponseInfo { Oct 15 15:43:07.380 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:07.380 INFO kablam! Oct 15 15:43:07.381 INFO kablam! warning: unused variable: `p` Oct 15 15:43:07.381 INFO kablam! --> src/bin/dummy.rs:63:21 Oct 15 15:43:07.381 INFO kablam! | Oct 15 15:43:07.381 INFO kablam! 63 | fn query(&self, p: &RequestQuery) -> ResponseQuery { Oct 15 15:43:07.381 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:07.381 INFO kablam! Oct 15 15:43:07.381 INFO kablam! warning: unused variable: `p` Oct 15 15:43:07.381 INFO kablam! --> src/bin/dummy.rs:68:26 Oct 15 15:43:07.381 INFO kablam! | Oct 15 15:43:07.381 INFO kablam! 68 | fn set_option(&self, p: &RequestSetOption) -> ResponseSetOption { Oct 15 15:43:07.381 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:07.381 INFO kablam! Oct 15 15:43:07.579 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 15 15:43:07.579 INFO kablam! --> src/bin/counter.rs:6:5 Oct 15 15:43:07.579 INFO kablam! | Oct 15 15:43:07.580 INFO kablam! 6 | use std::sync::Mutex; Oct 15 15:43:07.580 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 15:43:07.580 INFO kablam! | Oct 15 15:43:07.580 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:43:07.581 INFO kablam! Oct 15 15:43:07.581 INFO kablam! warning: unused imports: `BigEndian`, `ReadBytesExt`, `WriteBytesExt` Oct 15 15:43:07.581 INFO kablam! --> src/bin/counter.rs:8:17 Oct 15 15:43:07.581 INFO kablam! | Oct 15 15:43:07.582 INFO kablam! 8 | use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt}; Oct 15 15:43:07.582 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 15 15:43:07.582 INFO kablam! Oct 15 15:43:07.619 INFO kablam! warning: unused variable: `connection_type` Oct 15 15:43:07.619 INFO kablam! --> src/bin/counter.rs:21:9 Oct 15 15:43:07.619 INFO kablam! | Oct 15 15:43:07.620 INFO kablam! 21 | let connection_type: &str = &args[1]; Oct 15 15:43:07.620 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_connection_type` instead Oct 15 15:43:07.620 INFO kablam! | Oct 15 15:43:07.620 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 15:43:07.621 INFO kablam! Oct 15 15:43:07.621 INFO kablam! warning: unused variable: `listen_addr` Oct 15 15:43:07.621 INFO kablam! --> src/bin/counter.rs:22:9 Oct 15 15:43:07.621 INFO kablam! | Oct 15 15:43:07.622 INFO kablam! 22 | let listen_addr: &str = &args[2]; Oct 15 15:43:07.622 INFO kablam! | ^^^^^^^^^^^ help: consider using `_listen_addr` instead Oct 15 15:43:07.622 INFO kablam! Oct 15 15:43:07.622 INFO kablam! warning: unused variable: `app` Oct 15 15:43:07.623 INFO kablam! --> src/bin/counter.rs:24:9 Oct 15 15:43:07.623 INFO kablam! | Oct 15 15:43:07.623 INFO kablam! 24 | let app = CounterApp::new(); Oct 15 15:43:07.623 INFO kablam! | ^^^ help: consider using `_app` instead Oct 15 15:43:07.624 INFO kablam! Oct 15 15:43:13.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.97s Oct 15 15:43:13.292 INFO kablam! su: No module specific data is present Oct 15 15:43:14.051 INFO running `"docker" "rm" "-f" "b3c358bef8ebda86830cfebb46ffb04c2eac2e15f48ccfdf96b90a260f8c7e38"` Oct 15 15:43:14.299 INFO blam! b3c358bef8ebda86830cfebb46ffb04c2eac2e15f48ccfdf96b90a260f8c7e38 Oct 15 15:43:14.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:14.723 INFO blam! 7079bc14cdcd487f3a0eee76ddf9537b465beb87b6faa87f10568180ca6531ac Oct 15 15:43:14.729 INFO running `"docker" "start" "-a" "7079bc14cdcd487f3a0eee76ddf9537b465beb87b6faa87f10568180ca6531ac"` Oct 15 15:43:15.676 INFO kablam! usermod: no changes Oct 15 15:43:15.798 INFO kablam! Compiling tsp v0.2.3 (/source) Oct 15 15:43:18.971 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:18.971 INFO kablam! --> src/server.rs:15:15 Oct 15 15:43:18.971 INFO kablam! | Oct 15 15:43:18.971 INFO kablam! 15 | use futures::{BoxFuture, Future}; Oct 15 15:43:18.971 INFO kablam! | ^^^^^^^^^ Oct 15 15:43:18.971 INFO kablam! | Oct 15 15:43:18.971 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 15:43:18.971 INFO kablam! Oct 15 15:43:18.971 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:43:18.971 INFO kablam! --> src/server.rs:21:41 Oct 15 15:43:18.971 INFO kablam! | Oct 15 15:43:18.971 INFO kablam! 21 | use tokio_io::codec::{Decoder, Encoder, Framed}; Oct 15 15:43:18.971 INFO kablam! | ^^^^^^ Oct 15 15:43:18.971 INFO kablam! Oct 15 15:43:18.971 INFO kablam! warning: use of deprecated item 'tokio_io::codec::Framed': Moved to tokio-codec Oct 15 15:43:18.971 INFO kablam! --> src/server.rs:106:22 Oct 15 15:43:18.971 INFO kablam! | Oct 15 15:43:18.971 INFO kablam! 106 | type Transport = Framed; Oct 15 15:43:18.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 15:43:18.971 INFO kablam! Oct 15 15:43:18.971 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:18.971 INFO kablam! --> src/server.rs:123:19 Oct 15 15:43:18.971 INFO kablam! | Oct 15 15:43:18.971 INFO kablam! 123 | type Future = BoxFuture; Oct 15 15:43:18.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 15:43:18.971 INFO kablam! Oct 15 15:43:19.115 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 15 15:43:19.115 INFO kablam! --> src/bin/counter.rs:6:5 Oct 15 15:43:19.115 INFO kablam! | Oct 15 15:43:19.115 INFO kablam! 6 | use std::sync::Mutex; Oct 15 15:43:19.115 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 15:43:19.115 INFO kablam! | Oct 15 15:43:19.115 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 15:43:19.115 INFO kablam! Oct 15 15:43:19.115 INFO kablam! warning: unused imports: `BigEndian`, `ReadBytesExt`, `WriteBytesExt` Oct 15 15:43:19.115 INFO kablam! --> src/bin/counter.rs:8:17 Oct 15 15:43:19.115 INFO kablam! | Oct 15 15:43:19.115 INFO kablam! 8 | use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt}; Oct 15 15:43:19.115 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 15 15:43:19.115 INFO kablam! Oct 15 15:43:19.134 INFO kablam! warning: unused variable: `connection_type` Oct 15 15:43:19.134 INFO kablam! --> src/bin/counter.rs:21:9 Oct 15 15:43:19.134 INFO kablam! | Oct 15 15:43:19.134 INFO kablam! 21 | let connection_type: &str = &args[1]; Oct 15 15:43:19.134 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_connection_type` instead Oct 15 15:43:19.134 INFO kablam! | Oct 15 15:43:19.134 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 15:43:19.134 INFO kablam! Oct 15 15:43:19.134 INFO kablam! warning: unused variable: `listen_addr` Oct 15 15:43:19.134 INFO kablam! --> src/bin/counter.rs:22:9 Oct 15 15:43:19.134 INFO kablam! | Oct 15 15:43:19.134 INFO kablam! 22 | let listen_addr: &str = &args[2]; Oct 15 15:43:19.134 INFO kablam! | ^^^^^^^^^^^ help: consider using `_listen_addr` instead Oct 15 15:43:19.134 INFO kablam! Oct 15 15:43:19.135 INFO kablam! warning: unused variable: `app` Oct 15 15:43:19.135 INFO kablam! --> src/bin/counter.rs:24:9 Oct 15 15:43:19.135 INFO kablam! | Oct 15 15:43:19.135 INFO kablam! 24 | let app = CounterApp::new(); Oct 15 15:43:19.135 INFO kablam! | ^^^ help: consider using `_app` instead Oct 15 15:43:19.135 INFO kablam! Oct 15 15:43:19.260 INFO kablam! warning: use of deprecated item 'tokio_io::AsyncRead::framed': Use tokio_codec::Decoder::framed instead Oct 15 15:43:19.260 INFO kablam! --> src/server.rs:110:15 Oct 15 15:43:19.260 INFO kablam! | Oct 15 15:43:19.260 INFO kablam! 110 | Ok(io.framed(TSPCodec)) Oct 15 15:43:19.260 INFO kablam! | ^^^^^^ Oct 15 15:43:19.260 INFO kablam! Oct 15 15:43:19.260 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:19.260 INFO kablam! --> src/server.rs:127:30 Oct 15 15:43:19.260 INFO kablam! | Oct 15 15:43:19.260 INFO kablam! 127 | future::ok(response).boxed() Oct 15 15:43:19.260 INFO kablam! | ^^^^^ Oct 15 15:43:19.260 INFO kablam! Oct 15 15:43:19.517 INFO kablam! warning: unused variable: `p` Oct 15 15:43:19.517 INFO kablam! --> src/bin/dummy.rs:16:27 Oct 15 15:43:19.517 INFO kablam! | Oct 15 15:43:19.521 INFO kablam! 16 | fn begin_block(&self, p: &RequestBeginBlock) -> ResponseBeginBlock { Oct 15 15:43:19.521 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:19.521 INFO kablam! | Oct 15 15:43:19.522 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 15:43:19.522 INFO kablam! Oct 15 15:43:19.522 INFO kablam! warning: unused variable: `p` Oct 15 15:43:19.523 INFO kablam! --> src/bin/dummy.rs:21:24 Oct 15 15:43:19.523 INFO kablam! | Oct 15 15:43:19.523 INFO kablam! 21 | fn check_tx(&self, p: &RequestCheckTx) -> ResponseCheckTx { Oct 15 15:43:19.524 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:19.524 INFO kablam! Oct 15 15:43:19.524 INFO kablam! warning: unused variable: `p` Oct 15 15:43:19.525 INFO kablam! --> src/bin/dummy.rs:26:22 Oct 15 15:43:19.525 INFO kablam! | Oct 15 15:43:19.525 INFO kablam! 26 | fn commit(&self, p: &RequestCommit) -> ResponseCommit { Oct 15 15:43:19.525 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:19.526 INFO kablam! Oct 15 15:43:19.526 INFO kablam! warning: unused variable: `p` Oct 15 15:43:19.526 INFO kablam! --> src/bin/dummy.rs:31:26 Oct 15 15:43:19.527 INFO kablam! | Oct 15 15:43:19.527 INFO kablam! 31 | fn deliver_tx(&self, p: &RequestDeliverTx) -> ResponseDeliverTx { Oct 15 15:43:19.527 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:19.528 INFO kablam! Oct 15 15:43:19.528 INFO kablam! warning: unused variable: `p` Oct 15 15:43:19.528 INFO kablam! --> src/bin/dummy.rs:43:25 Oct 15 15:43:19.529 INFO kablam! | Oct 15 15:43:19.529 INFO kablam! 43 | fn end_block(&self, p: &RequestEndBlock) -> ResponseEndBlock { Oct 15 15:43:19.529 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:19.530 INFO kablam! Oct 15 15:43:19.530 INFO kablam! warning: unused variable: `p` Oct 15 15:43:19.530 INFO kablam! --> src/bin/dummy.rs:48:21 Oct 15 15:43:19.533 INFO kablam! | Oct 15 15:43:19.534 INFO kablam! 48 | fn flush(&self, p: &RequestFlush) -> ResponseFlush { Oct 15 15:43:19.534 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:19.534 INFO kablam! Oct 15 15:43:19.534 INFO kablam! warning: unused variable: `p` Oct 15 15:43:19.534 INFO kablam! --> src/bin/dummy.rs:53:26 Oct 15 15:43:19.534 INFO kablam! | Oct 15 15:43:19.534 INFO kablam! 53 | fn init_chain(&self, p: &RequestInitChain) -> ResponseInitChain { Oct 15 15:43:19.534 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:19.534 INFO kablam! Oct 15 15:43:19.534 INFO kablam! warning: unused variable: `p` Oct 15 15:43:19.534 INFO kablam! --> src/bin/dummy.rs:58:20 Oct 15 15:43:19.534 INFO kablam! | Oct 15 15:43:19.534 INFO kablam! 58 | fn info(&self, p: &RequestInfo) -> ResponseInfo { Oct 15 15:43:19.534 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:19.534 INFO kablam! Oct 15 15:43:19.534 INFO kablam! warning: unused variable: `p` Oct 15 15:43:19.534 INFO kablam! --> src/bin/dummy.rs:63:21 Oct 15 15:43:19.534 INFO kablam! | Oct 15 15:43:19.534 INFO kablam! 63 | fn query(&self, p: &RequestQuery) -> ResponseQuery { Oct 15 15:43:19.534 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:19.534 INFO kablam! Oct 15 15:43:19.534 INFO kablam! warning: unused variable: `p` Oct 15 15:43:19.534 INFO kablam! --> src/bin/dummy.rs:68:26 Oct 15 15:43:19.534 INFO kablam! | Oct 15 15:43:19.534 INFO kablam! 68 | fn set_option(&self, p: &RequestSetOption) -> ResponseSetOption { Oct 15 15:43:19.534 INFO kablam! | ^ help: consider using `_p` instead Oct 15 15:43:19.534 INFO kablam! Oct 15 15:43:20.625 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.91s Oct 15 15:43:20.634 INFO kablam! su: No module specific data is present Oct 15 15:43:21.357 INFO running `"docker" "rm" "-f" "7079bc14cdcd487f3a0eee76ddf9537b465beb87b6faa87f10568180ca6531ac"` Oct 15 15:43:21.553 INFO blam! 7079bc14cdcd487f3a0eee76ddf9537b465beb87b6faa87f10568180ca6531ac Oct 15 15:43:21.559 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:22.187 INFO blam! e65e4f09e7bc5912845b32479c609769fee42b1028814bc30e21cae2c349ed07 Oct 15 15:43:22.189 INFO running `"docker" "start" "-a" "e65e4f09e7bc5912845b32479c609769fee42b1028814bc30e21cae2c349ed07"` Oct 15 15:43:22.642 INFO kablam! usermod: no changes Oct 15 15:43:22.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 15:43:22.771 INFO kablam! Running /target/debug/deps/tsp-c8428f7f5779619c Oct 15 15:43:22.779 INFO kablam! Running /target/debug/deps/counter-4bed0f688cd8a849 Oct 15 15:43:22.779 INFO blam! Oct 15 15:43:22.779 INFO blam! running 0 tests Oct 15 15:43:22.779 INFO blam! Oct 15 15:43:22.779 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:43:22.779 INFO blam! Oct 15 15:43:22.779 INFO blam! Oct 15 15:43:22.779 INFO blam! running 0 tests Oct 15 15:43:22.779 INFO blam! Oct 15 15:43:22.779 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:43:22.779 INFO blam! Oct 15 15:43:22.780 INFO kablam! Running /target/debug/deps/dummy-aeb0f805f08fbc19 Oct 15 15:43:22.783 INFO blam! Oct 15 15:43:22.783 INFO blam! running 0 tests Oct 15 15:43:22.783 INFO blam! Oct 15 15:43:22.783 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:43:22.783 INFO blam! Oct 15 15:43:22.783 INFO kablam! Doc-tests tsp Oct 15 15:43:27.131 INFO blam! Oct 15 15:43:27.131 INFO blam! running 0 tests Oct 15 15:43:27.131 INFO blam! Oct 15 15:43:27.131 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 15:43:27.131 INFO blam! Oct 15 15:43:27.143 INFO kablam! su: No module specific data is present Oct 15 15:43:27.452 INFO running `"docker" "rm" "-f" "e65e4f09e7bc5912845b32479c609769fee42b1028814bc30e21cae2c349ed07"` Oct 15 15:43:27.511 INFO blam! e65e4f09e7bc5912845b32479c609769fee42b1028814bc30e21cae2c349ed07