[INFO] fetching crate simple-sbe 0.0.0...
[INFO] testing simple-sbe-0.0.0 against 1.95.0 for beta-1.96-2
[INFO] extracting crate simple-sbe 0.0.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate simple-sbe 0.0.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate simple-sbe 0.0.0
[INFO] tweaked toml for crates.io crate simple-sbe 0.0.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate simple-sbe 0.0.0 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate simple-sbe 0.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded anyhow v1.0.99
[INFO] [stderr]   Downloaded thiserror-impl v2.0.15
[INFO] [stderr]   Downloaded thiserror v2.0.15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 92076f53efbd06240b8dc53c25b49e14a577e13917dcab58df01f90aa9937fcb
[INFO] running `Command { std: "docker" "start" "-a" "92076f53efbd06240b8dc53c25b49e14a577e13917dcab58df01f90aa9937fcb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "92076f53efbd06240b8dc53c25b49e14a577e13917dcab58df01f90aa9937fcb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92076f53efbd06240b8dc53c25b49e14a577e13917dcab58df01f90aa9937fcb", kill_on_drop: false }`
[INFO] [stdout] 92076f53efbd06240b8dc53c25b49e14a577e13917dcab58df01f90aa9937fcb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c6c3f962a4e0f556159d52f2a2c46f84e5b49477601c26effd1e374e2ed661d3
[INFO] running `Command { std: "docker" "start" "-a" "c6c3f962a4e0f556159d52f2a2c46f84e5b49477601c26effd1e374e2ed661d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling thiserror v2.0.15
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling thiserror-impl v2.0.15
[INFO] [stderr]    Compiling simple-sbe v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `encoder::FrameCodecEncoder`
[INFO] [stdout]  --> src/codec/frame_codec_codec.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use encoder::FrameCodecEncoder;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::SBE_SEMANTIC_VERSION`
[INFO] [stdout]  --> src/codec/frame_codec_codec.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use super::SBE_SEMANTIC_VERSION;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `encoder::TokenCodecEncoder`
[INFO] [stdout]  --> src/codec/token_codec_codec.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use encoder::TokenCodecEncoder;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::SBE_SEMANTIC_VERSION`
[INFO] [stdout]  --> src/codec/token_codec_codec.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use super::SBE_SEMANTIC_VERSION;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `decoder::VarDataEncodingDecoder`
[INFO] [stdout]  --> src/codec/var_data_encoding_codec.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use decoder::VarDataEncodingDecoder;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `encoder::VarDataEncodingEncoder`
[INFO] [stdout]  --> src/codec/var_data_encoding_codec.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use encoder::VarDataEncodingEncoder;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Write`
[INFO] [stdout]  --> src/token.rs:6:43
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::fmt::{Debug, Display, Formatter, Write};
[INFO] [stdout]   |                                           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/decode.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     mut tokens: &'t [Token],
[INFO] [stdout]    |     ----^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]    --> src/decode.rs:253:21
[INFO] [stdout]     |
[INFO] [stdout] 253 |                 let end = off + type_tok.encoding.primitive_type.size(); //TODO: add count?
[INFO] [stdout]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/decode.rs:340:21
[INFO] [stdout]     |
[INFO] [stdout] 340 |                 let name = &type_tok.name;
[INFO] [stdout]     |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]    --> src/decode.rs:344:21
[INFO] [stdout]     |
[INFO] [stdout] 344 |                 let p = PrimitiveValue::new(type_tok.encoding.primitive_type, seg);
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `token`
[INFO] [stdout]    --> src/otf/listener.rs:220:9
[INFO] [stdout]     |
[INFO] [stdout] 220 |         token: &Token,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_in_group`
[INFO] [stdout]    --> src/otf/listener.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         num_in_group: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_in_group`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `token`
[INFO] [stdout]    --> src/otf/listener.rs:228:9
[INFO] [stdout]     |
[INFO] [stdout] 228 |         token: &Token,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `group_index`
[INFO] [stdout]    --> src/otf/listener.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         group_index: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_group_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_in_group`
[INFO] [stdout]    --> src/otf/listener.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         num_in_group: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_in_group`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SBE_SCHEMA_ID` is never used
[INFO] [stdout]   --> src/codec/mod.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const SBE_SCHEMA_ID: u16 = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SBE_SEMANTIC_VERSION` is never used
[INFO] [stdout]   --> src/codec/mod.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const SBE_SEMANTIC_VERSION: &str = "";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `SbeResult` is never used
[INFO] [stdout]   --> src/codec/mod.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub type SbeResult<T> = core::result::Result<T, SbeErr>;
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SbeErr` is never used
[INFO] [stdout]   --> src/codec/mod.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub enum SbeErr {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Either` is never used
[INFO] [stdout]   --> src/codec/mod.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub enum Either<L, R> {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Writer` is never used
[INFO] [stdout]   --> src/codec/mod.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub trait Writer<'a>: Sized {
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Encoder` is never used
[INFO] [stdout]   --> src/codec/mod.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub trait Encoder<'a>: Writer<'a> {
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ActingVersion` is never used
[INFO] [stdout]   --> src/codec/mod.rs:48:11
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub trait ActingVersion {
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SBE_TEMPLATE_ID` is never used
[INFO] [stdout]   --> src/codec/frame_codec_codec.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const SBE_TEMPLATE_ID: u16 = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FrameCodecEncoder` is never constructed
[INFO] [stdout]   --> src/codec/frame_codec_codec.rs:18:16
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub struct FrameCodecEncoder<'a> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/codec/frame_codec_codec.rs:45:16
[INFO] [stdout]     |
[INFO] [stdout]  44 |     impl<'a> FrameCodecEncoder<'a> {
[INFO] [stdout]     |     ------------------------------ methods in this implementation
[INFO] [stdout]  45 |         pub fn wrap(mut self, buf: WriteBuf<'a>, offset: usize) -> Self {
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  55 |         pub fn encoded_length(&self) -> usize {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  59 |         pub fn header(self, offset: usize) -> MessageHeaderEncoder<Self> {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  78 |         pub fn ir_id(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  93 |         pub fn ir_version(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |         pub fn schema_version(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |         pub fn package_name(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |         pub fn namespace_name(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |         pub fn semantic_version(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `header` is never used
[INFO] [stdout]    --> src/codec/frame_codec_codec.rs:208:16
[INFO] [stdout]     |
[INFO] [stdout] 185 |     impl<'a> FrameCodecDecoder<'a> {
[INFO] [stdout]     |     ------------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 208 |         pub fn header(self, mut header: MessageHeaderDecoder<ReadBuf<'a>>, offset: usize) -> Self {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ENCODED_LENGTH` is never used
[INFO] [stdout]  --> src/codec/message_header_codec.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const ENCODED_LENGTH: usize = 8;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MessageHeaderEncoder` is never constructed
[INFO] [stdout]   --> src/codec/message_header_codec.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub struct MessageHeaderEncoder<P> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `wrap`, `parent`, `block_length`, `template_id`, `schema_id`, and `version` are never used
[INFO] [stdout]    --> src/codec/message_header_codec.rs:35:16
[INFO] [stdout]     |
[INFO] [stdout]  31 | /     impl<'a, P> MessageHeaderEncoder<P>
[INFO] [stdout]  32 | |     where
[INFO] [stdout]  33 | |         P: Writer<'a> + Default,
[INFO] [stdout]     | |________________________________- methods in this implementation
[INFO] [stdout]  34 |       {
[INFO] [stdout]  35 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  42 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |           pub fn block_length(&mut self, value: u16) {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  71 |           pub fn template_id(&mut self, value: u16) {
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  86 |           pub fn schema_id(&mut self, value: u16) {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |           pub fn version(&mut self, value: u16) {
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MessageHeaderDecoder` is never constructed
[INFO] [stdout]    --> src/codec/message_header_codec.rs:112:16
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub struct MessageHeaderDecoder<P> {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `wrap`, `parent`, `block_length`, `template_id`, `schema_id`, and `version` are never used
[INFO] [stdout]    --> src/codec/message_header_codec.rs:141:16
[INFO] [stdout]     |
[INFO] [stdout] 137 | /     impl<'a, P> MessageHeaderDecoder<P>
[INFO] [stdout] 138 | |     where
[INFO] [stdout] 139 | |         P: Reader<'a> + Default,
[INFO] [stdout]     | |________________________________- methods in this implementation
[INFO] [stdout] 140 |       {
[INFO] [stdout] 141 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |           pub fn block_length(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |           pub fn template_id(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |           pub fn schema_id(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 172 |           pub fn version(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SBE_TEMPLATE_ID` is never used
[INFO] [stdout]   --> src/codec/token_codec_codec.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const SBE_TEMPLATE_ID: u16 = 2;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TokenCodecEncoder` is never constructed
[INFO] [stdout]   --> src/codec/token_codec_codec.rs:18:16
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub struct TokenCodecEncoder<'a> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/codec/token_codec_codec.rs:45:16
[INFO] [stdout]     |
[INFO] [stdout]  44 |     impl<'a> TokenCodecEncoder<'a> {
[INFO] [stdout]     |     ------------------------------ methods in this implementation
[INFO] [stdout]  45 |         pub fn wrap(mut self, buf: WriteBuf<'a>, offset: usize) -> Self {
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  55 |         pub fn encoded_length(&self) -> usize {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  59 |         pub fn header(self, offset: usize) -> MessageHeaderEncoder<Self> {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  78 |         pub fn token_offset(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  93 |         pub fn token_size(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |         pub fn field_id(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |         pub fn token_version(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |         pub fn component_token_count(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |         pub fn signal(&mut self, value: signal_codec::SignalCodec) {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |         pub fn primitive_type(&mut self, value: primitive_type_codec::PrimitiveTypeCodec) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |         pub fn byte_order(&mut self, value: byte_order_codec::ByteOrderCodec) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |         pub fn presence(&mut self, value: presence_codec::PresenceCodec) {
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 181 |         pub fn deprecated(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |         pub fn name(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |         pub fn const_value(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |         pub fn min_value(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 218 |         pub fn max_value(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |         pub fn null_value(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 238 |         pub fn character_encoding(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 248 |         pub fn epoch(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |         pub fn time_unit(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 |         pub fn semantic_type(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 |         pub fn description(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 288 |         pub fn referenced_name(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `header` is never used
[INFO] [stdout]    --> src/codec/token_codec_codec.rs:361:16
[INFO] [stdout]     |
[INFO] [stdout] 338 |     impl<'a> TokenCodecDecoder<'a> {
[INFO] [stdout]     |     ------------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 361 |         pub fn header(self, mut header: MessageHeaderDecoder<ReadBuf<'a>>, offset: usize) -> Self {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VarDataEncodingEncoder` is never constructed
[INFO] [stdout]   --> src/codec/var_data_encoding_codec.rs:10:16
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub struct VarDataEncodingEncoder<P> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `wrap`, `parent`, `length`, and `var_data` are never used
[INFO] [stdout]   --> src/codec/var_data_encoding_codec.rs:33:16
[INFO] [stdout]    |
[INFO] [stdout] 29 | /     impl<'a, P> VarDataEncodingEncoder<P>
[INFO] [stdout] 30 | |     where
[INFO] [stdout] 31 | |         P: Writer<'a> + Default,
[INFO] [stdout]    | |________________________________- methods in this implementation
[INFO] [stdout] 32 |       {
[INFO] [stdout] 33 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |           pub fn length(&mut self, value: u16) {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |           pub fn var_data(&mut self, value: u8) {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VarDataEncodingDecoder` is never constructed
[INFO] [stdout]   --> src/codec/var_data_encoding_codec.rs:80:16
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub struct VarDataEncodingDecoder<P> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `wrap`, `parent`, `length`, and `var_data` are never used
[INFO] [stdout]    --> src/codec/var_data_encoding_codec.rs:109:16
[INFO] [stdout]     |
[INFO] [stdout] 105 | /     impl<'a, P> VarDataEncodingDecoder<P>
[INFO] [stdout] 106 | |     where
[INFO] [stdout] 107 | |         P: Reader<'a> + Default,
[INFO] [stdout]     | |________________________________- methods in this implementation
[INFO] [stdout] 108 |       {
[INFO] [stdout] 109 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |           pub fn length(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |           pub fn var_data(&self) -> u8 {
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Integer` and `Float` are never constructed
[INFO] [stdout]    --> src/token.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 186 | enum Representation {
[INFO] [stdout]     |      -------------- variants in this enum
[INFO] [stdout] 187 |     Integer(u64),
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 188 |     Float(f64),
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Representation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/token.rs:264:22
[INFO] [stdout]     |
[INFO] [stdout] 264 |     pub fn to_string(&self) -> Cow<str> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 264 |     pub fn to_string(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.29s
[INFO] running `Command { std: "docker" "inspect" "c6c3f962a4e0f556159d52f2a2c46f84e5b49477601c26effd1e374e2ed661d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c6c3f962a4e0f556159d52f2a2c46f84e5b49477601c26effd1e374e2ed661d3", kill_on_drop: false }`
[INFO] [stdout] c6c3f962a4e0f556159d52f2a2c46f84e5b49477601c26effd1e374e2ed661d3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3649c9d115cb55994abfc82fb459195ac801ff8c156de7ae43b4f5b8c01ec0e3
[INFO] running `Command { std: "docker" "start" "-a" "3649c9d115cb55994abfc82fb459195ac801ff8c156de7ae43b4f5b8c01ec0e3", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `encoder::FrameCodecEncoder`
[INFO] [stdout]  --> src/codec/frame_codec_codec.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use encoder::FrameCodecEncoder;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::SBE_SEMANTIC_VERSION`
[INFO] [stdout]  --> src/codec/frame_codec_codec.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use super::SBE_SEMANTIC_VERSION;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `encoder::TokenCodecEncoder`
[INFO] [stdout]  --> src/codec/token_codec_codec.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use encoder::TokenCodecEncoder;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::SBE_SEMANTIC_VERSION`
[INFO] [stdout]  --> src/codec/token_codec_codec.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use super::SBE_SEMANTIC_VERSION;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `decoder::VarDataEncodingDecoder`
[INFO] [stdout]  --> src/codec/var_data_encoding_codec.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use decoder::VarDataEncodingDecoder;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `encoder::VarDataEncodingEncoder`
[INFO] [stdout]  --> src/codec/var_data_encoding_codec.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use encoder::VarDataEncodingEncoder;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Write`
[INFO] [stdout]  --> src/token.rs:6:43
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::fmt::{Debug, Display, Formatter, Write};
[INFO] [stdout]   |                                           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/decode.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     mut tokens: &'t [Token],
[INFO] [stdout]    |     ----^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]    --> src/decode.rs:253:21
[INFO] [stdout]     |
[INFO] [stdout] 253 |                 let end = off + type_tok.encoding.primitive_type.size(); //TODO: add count?
[INFO] [stdout]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/decode.rs:340:21
[INFO] [stdout]     |
[INFO] [stdout] 340 |                 let name = &type_tok.name;
[INFO] [stdout]     |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]    --> src/decode.rs:344:21
[INFO] [stdout]     |
[INFO] [stdout] 344 |                 let p = PrimitiveValue::new(type_tok.encoding.primitive_type, seg);
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `token`
[INFO] [stdout]    --> src/otf/listener.rs:220:9
[INFO] [stdout]     |
[INFO] [stdout] 220 |         token: &Token,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_in_group`
[INFO] [stdout]    --> src/otf/listener.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         num_in_group: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_in_group`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `token`
[INFO] [stdout]    --> src/otf/listener.rs:228:9
[INFO] [stdout]     |
[INFO] [stdout] 228 |         token: &Token,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `group_index`
[INFO] [stdout]    --> src/otf/listener.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         group_index: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_group_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_in_group`
[INFO] [stdout]    --> src/otf/listener.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         num_in_group: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_in_group`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SBE_SCHEMA_ID` is never used
[INFO] [stdout]   --> src/codec/mod.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const SBE_SCHEMA_ID: u16 = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SBE_SEMANTIC_VERSION` is never used
[INFO] [stdout]   --> src/codec/mod.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const SBE_SEMANTIC_VERSION: &str = "";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `SbeResult` is never used
[INFO] [stdout]   --> src/codec/mod.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub type SbeResult<T> = core::result::Result<T, SbeErr>;
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SbeErr` is never used
[INFO] [stdout]   --> src/codec/mod.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub enum SbeErr {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Either` is never used
[INFO] [stdout]   --> src/codec/mod.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub enum Either<L, R> {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Writer` is never used
[INFO] [stdout]   --> src/codec/mod.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub trait Writer<'a>: Sized {
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Encoder` is never used
[INFO] [stdout]   --> src/codec/mod.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub trait Encoder<'a>: Writer<'a> {
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ActingVersion` is never used
[INFO] [stdout]   --> src/codec/mod.rs:48:11
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub trait ActingVersion {
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SBE_TEMPLATE_ID` is never used
[INFO] [stdout]   --> src/codec/frame_codec_codec.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const SBE_TEMPLATE_ID: u16 = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FrameCodecEncoder` is never constructed
[INFO] [stdout]   --> src/codec/frame_codec_codec.rs:18:16
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub struct FrameCodecEncoder<'a> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/codec/frame_codec_codec.rs:45:16
[INFO] [stdout]     |
[INFO] [stdout]  44 |     impl<'a> FrameCodecEncoder<'a> {
[INFO] [stdout]     |     ------------------------------ methods in this implementation
[INFO] [stdout]  45 |         pub fn wrap(mut self, buf: WriteBuf<'a>, offset: usize) -> Self {
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  55 |         pub fn encoded_length(&self) -> usize {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  59 |         pub fn header(self, offset: usize) -> MessageHeaderEncoder<Self> {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  78 |         pub fn ir_id(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  93 |         pub fn ir_version(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |         pub fn schema_version(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |         pub fn package_name(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |         pub fn namespace_name(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |         pub fn semantic_version(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `header` is never used
[INFO] [stdout]    --> src/codec/frame_codec_codec.rs:208:16
[INFO] [stdout]     |
[INFO] [stdout] 185 |     impl<'a> FrameCodecDecoder<'a> {
[INFO] [stdout]     |     ------------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 208 |         pub fn header(self, mut header: MessageHeaderDecoder<ReadBuf<'a>>, offset: usize) -> Self {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ENCODED_LENGTH` is never used
[INFO] [stdout]  --> src/codec/message_header_codec.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const ENCODED_LENGTH: usize = 8;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MessageHeaderEncoder` is never constructed
[INFO] [stdout]   --> src/codec/message_header_codec.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub struct MessageHeaderEncoder<P> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `wrap`, `parent`, `block_length`, `template_id`, `schema_id`, and `version` are never used
[INFO] [stdout]    --> src/codec/message_header_codec.rs:35:16
[INFO] [stdout]     |
[INFO] [stdout]  31 | /     impl<'a, P> MessageHeaderEncoder<P>
[INFO] [stdout]  32 | |     where
[INFO] [stdout]  33 | |         P: Writer<'a> + Default,
[INFO] [stdout]     | |________________________________- methods in this implementation
[INFO] [stdout]  34 |       {
[INFO] [stdout]  35 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  42 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |           pub fn block_length(&mut self, value: u16) {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  71 |           pub fn template_id(&mut self, value: u16) {
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  86 |           pub fn schema_id(&mut self, value: u16) {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |           pub fn version(&mut self, value: u16) {
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MessageHeaderDecoder` is never constructed
[INFO] [stdout]    --> src/codec/message_header_codec.rs:112:16
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub struct MessageHeaderDecoder<P> {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `wrap`, `parent`, `block_length`, `template_id`, `schema_id`, and `version` are never used
[INFO] [stdout]    --> src/codec/message_header_codec.rs:141:16
[INFO] [stdout]     |
[INFO] [stdout] 137 | /     impl<'a, P> MessageHeaderDecoder<P>
[INFO] [stdout] 138 | |     where
[INFO] [stdout] 139 | |         P: Reader<'a> + Default,
[INFO] [stdout]     | |________________________________- methods in this implementation
[INFO] [stdout] 140 |       {
[INFO] [stdout] 141 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |           pub fn block_length(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |           pub fn template_id(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |           pub fn schema_id(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 172 |           pub fn version(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SBE_TEMPLATE_ID` is never used
[INFO] [stdout]   --> src/codec/token_codec_codec.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const SBE_TEMPLATE_ID: u16 = 2;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TokenCodecEncoder` is never constructed
[INFO] [stdout]   --> src/codec/token_codec_codec.rs:18:16
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub struct TokenCodecEncoder<'a> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/codec/token_codec_codec.rs:45:16
[INFO] [stdout]     |
[INFO] [stdout]  44 |     impl<'a> TokenCodecEncoder<'a> {
[INFO] [stdout]     |     ------------------------------ methods in this implementation
[INFO] [stdout]  45 |         pub fn wrap(mut self, buf: WriteBuf<'a>, offset: usize) -> Self {
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  55 |         pub fn encoded_length(&self) -> usize {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  59 |         pub fn header(self, offset: usize) -> MessageHeaderEncoder<Self> {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  78 |         pub fn token_offset(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  93 |         pub fn token_size(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |         pub fn field_id(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |         pub fn token_version(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |         pub fn component_token_count(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |         pub fn signal(&mut self, value: signal_codec::SignalCodec) {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |         pub fn primitive_type(&mut self, value: primitive_type_codec::PrimitiveTypeCodec) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |         pub fn byte_order(&mut self, value: byte_order_codec::ByteOrderCodec) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |         pub fn presence(&mut self, value: presence_codec::PresenceCodec) {
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 181 |         pub fn deprecated(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |         pub fn name(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |         pub fn const_value(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |         pub fn min_value(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 218 |         pub fn max_value(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |         pub fn null_value(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 238 |         pub fn character_encoding(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 248 |         pub fn epoch(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |         pub fn time_unit(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 |         pub fn semantic_type(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 |         pub fn description(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 288 |         pub fn referenced_name(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `header` is never used
[INFO] [stdout]    --> src/codec/token_codec_codec.rs:361:16
[INFO] [stdout]     |
[INFO] [stdout] 338 |     impl<'a> TokenCodecDecoder<'a> {
[INFO] [stdout]     |     ------------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 361 |         pub fn header(self, mut header: MessageHeaderDecoder<ReadBuf<'a>>, offset: usize) -> Self {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VarDataEncodingEncoder` is never constructed
[INFO] [stdout]   --> src/codec/var_data_encoding_codec.rs:10:16
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub struct VarDataEncodingEncoder<P> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `wrap`, `parent`, `length`, and `var_data` are never used
[INFO] [stdout]   --> src/codec/var_data_encoding_codec.rs:33:16
[INFO] [stdout]    |
[INFO] [stdout] 29 | /     impl<'a, P> VarDataEncodingEncoder<P>
[INFO] [stdout] 30 | |     where
[INFO] [stdout] 31 | |         P: Writer<'a> + Default,
[INFO] [stdout]    | |________________________________- methods in this implementation
[INFO] [stdout] 32 |       {
[INFO] [stdout] 33 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |           pub fn length(&mut self, value: u16) {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |           pub fn var_data(&mut self, value: u8) {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VarDataEncodingDecoder` is never constructed
[INFO] [stdout]   --> src/codec/var_data_encoding_codec.rs:80:16
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub struct VarDataEncodingDecoder<P> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `wrap`, `parent`, `length`, and `var_data` are never used
[INFO] [stdout]    --> src/codec/var_data_encoding_codec.rs:109:16
[INFO] [stdout]     |
[INFO] [stdout] 105 | /     impl<'a, P> VarDataEncodingDecoder<P>
[INFO] [stdout] 106 | |     where
[INFO] [stdout] 107 | |         P: Reader<'a> + Default,
[INFO] [stdout]     | |________________________________- methods in this implementation
[INFO] [stdout] 108 |       {
[INFO] [stdout] 109 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |           pub fn length(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |           pub fn var_data(&self) -> u8 {
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Integer` and `Float` are never constructed
[INFO] [stdout]    --> src/token.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 186 | enum Representation {
[INFO] [stdout]     |      -------------- variants in this enum
[INFO] [stdout] 187 |     Integer(u64),
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 188 |     Float(f64),
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Representation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/token.rs:264:22
[INFO] [stdout]     |
[INFO] [stdout] 264 |     pub fn to_string(&self) -> Cow<str> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 264 |     pub fn to_string(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling simple-sbe v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `ByteOrder`, `Encoding`, `PrimitiveType`, and `Signal`
[INFO] [stdout]  --> examples/dec.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     ByteOrder, Encoding, Presence, PrimitiveType, PrimitiveValue, Signal, Token,
[INFO] [stdout]   |     ^^^^^^^^^  ^^^^^^^^            ^^^^^^^^^^^^^                  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg_buf`
[INFO] [stdout]   --> examples/dec.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 39 |     let msg_buf = decode_message(&tokens, msg_buf, h.block_length, h.version as i32, &mut l);
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_msg_buf`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `token`
[INFO] [stdout]   --> examples/dec.rs:56:34
[INFO] [stdout]    |
[INFO] [stdout] 56 |     fn on_end_message(&mut self, token: &Token) -> Result<(), TokenListenerError> {
[INFO] [stdout]    |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `acting_version`
[INFO] [stdout]    --> examples/dec.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         acting_version: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_acting_version`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `acting_version`
[INFO] [stdout]    --> examples/dec.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |         acting_version: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_acting_version`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]    --> examples/dec.rs:174:9
[INFO] [stdout]     |
[INFO] [stdout] 174 |         tokens: &[Token],
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `field_token`
[INFO] [stdout]    --> examples/dec.rs:189:9
[INFO] [stdout]     |
[INFO] [stdout] 189 |         field_token: &Token,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_field_token`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tokens`
[INFO] [stdout]    --> examples/dec.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 |         tokens: &[Token],
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `group_index`
[INFO] [stdout]    --> examples/dec.rs:212:9
[INFO] [stdout]     |
[INFO] [stdout] 212 |         group_index: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_group_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_in_group`
[INFO] [stdout]    --> examples/dec.rs:213:9
[INFO] [stdout]     |
[INFO] [stdout] 213 |         num_in_group: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_in_group`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `token`
[INFO] [stdout]    --> examples/dec.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         token: &Token,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `group_index`
[INFO] [stdout]    --> examples/dec.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |         group_index: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_group_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_in_group`
[INFO] [stdout]    --> examples/dec.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 223 |         num_in_group: i32,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_in_group`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `buffer`
[INFO] [stdout]    --> examples/dec.rs:268:9
[INFO] [stdout]     |
[INFO] [stdout] 268 |         buffer: &[u8],
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_buffer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `encoding_as_string` is never used
[INFO] [stdout]    --> examples/dec.rs:265:8
[INFO] [stdout]     |
[INFO] [stdout] 243 | impl MyListener {
[INFO] [stdout]     | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 265 |     fn encoding_as_string(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `encoder::FrameCodecEncoder`
[INFO] [stdout]  --> src/codec/frame_codec_codec.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use encoder::FrameCodecEncoder;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::SBE_SEMANTIC_VERSION`
[INFO] [stdout]  --> src/codec/frame_codec_codec.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use super::SBE_SEMANTIC_VERSION;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `encoder::TokenCodecEncoder`
[INFO] [stdout]  --> src/codec/token_codec_codec.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use encoder::TokenCodecEncoder;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::SBE_SEMANTIC_VERSION`
[INFO] [stdout]  --> src/codec/token_codec_codec.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use super::SBE_SEMANTIC_VERSION;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `decoder::VarDataEncodingDecoder`
[INFO] [stdout]  --> src/codec/var_data_encoding_codec.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use decoder::VarDataEncodingDecoder;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `encoder::VarDataEncodingEncoder`
[INFO] [stdout]  --> src/codec/var_data_encoding_codec.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use encoder::VarDataEncodingEncoder;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/lib.rs:158:9
[INFO] [stdout]     |
[INFO] [stdout] 158 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Write`
[INFO] [stdout]  --> src/token.rs:6:43
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::fmt::{Debug, Display, Formatter, Write};
[INFO] [stdout]   |                                           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/decode.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     mut tokens: &'t [Token],
[INFO] [stdout]    |     ----^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `end`
[INFO] [stdout]    --> src/decode.rs:253:21
[INFO] [stdout]     |
[INFO] [stdout] 253 |                 let end = off + type_tok.encoding.primitive_type.size(); //TODO: add count?
[INFO] [stdout]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/decode.rs:340:21
[INFO] [stdout]     |
[INFO] [stdout] 340 |                 let name = &type_tok.name;
[INFO] [stdout]     |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]    --> src/decode.rs:344:21
[INFO] [stdout]     |
[INFO] [stdout] 344 |                 let p = PrimitiveValue::new(type_tok.encoding.primitive_type, seg);
[INFO] [stdout]     |                     ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `token`
[INFO] [stdout]    --> src/otf/listener.rs:220:9
[INFO] [stdout]     |
[INFO] [stdout] 220 |         token: &Token,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_in_group`
[INFO] [stdout]    --> src/otf/listener.rs:221:9
[INFO] [stdout]     |
[INFO] [stdout] 221 |         num_in_group: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_in_group`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `token`
[INFO] [stdout]    --> src/otf/listener.rs:228:9
[INFO] [stdout]     |
[INFO] [stdout] 228 |         token: &Token,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `group_index`
[INFO] [stdout]    --> src/otf/listener.rs:229:9
[INFO] [stdout]     |
[INFO] [stdout] 229 |         group_index: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_group_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `num_in_group`
[INFO] [stdout]    --> src/otf/listener.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |         num_in_group: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_in_group`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:182:13
[INFO] [stdout]     |
[INFO] [stdout] 182 |         let mut d = FrameCodecDecoder::default();
[INFO] [stdout]     |             ----^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SBE_SCHEMA_ID` is never used
[INFO] [stdout]   --> src/codec/mod.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub const SBE_SCHEMA_ID: u16 = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SBE_SEMANTIC_VERSION` is never used
[INFO] [stdout]   --> src/codec/mod.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub const SBE_SEMANTIC_VERSION: &str = "";
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `SbeResult` is never used
[INFO] [stdout]   --> src/codec/mod.rs:19:10
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub type SbeResult<T> = core::result::Result<T, SbeErr>;
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SbeErr` is never used
[INFO] [stdout]   --> src/codec/mod.rs:22:10
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub enum SbeErr {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Either` is never used
[INFO] [stdout]   --> src/codec/mod.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub enum Either<L, R> {
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Writer` is never used
[INFO] [stdout]   --> src/codec/mod.rs:39:11
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub trait Writer<'a>: Sized {
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Encoder` is never used
[INFO] [stdout]   --> src/codec/mod.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub trait Encoder<'a>: Writer<'a> {
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ActingVersion` is never used
[INFO] [stdout]   --> src/codec/mod.rs:48:11
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub trait ActingVersion {
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SBE_TEMPLATE_ID` is never used
[INFO] [stdout]   --> src/codec/frame_codec_codec.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const SBE_TEMPLATE_ID: u16 = 1;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FrameCodecEncoder` is never constructed
[INFO] [stdout]   --> src/codec/frame_codec_codec.rs:18:16
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub struct FrameCodecEncoder<'a> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/codec/frame_codec_codec.rs:45:16
[INFO] [stdout]     |
[INFO] [stdout]  44 |     impl<'a> FrameCodecEncoder<'a> {
[INFO] [stdout]     |     ------------------------------ methods in this implementation
[INFO] [stdout]  45 |         pub fn wrap(mut self, buf: WriteBuf<'a>, offset: usize) -> Self {
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  55 |         pub fn encoded_length(&self) -> usize {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  59 |         pub fn header(self, offset: usize) -> MessageHeaderEncoder<Self> {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  78 |         pub fn ir_id(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  93 |         pub fn ir_version(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |         pub fn schema_version(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 |         pub fn package_name(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |         pub fn namespace_name(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |         pub fn semantic_version(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `header` is never used
[INFO] [stdout]    --> src/codec/frame_codec_codec.rs:208:16
[INFO] [stdout]     |
[INFO] [stdout] 185 |     impl<'a> FrameCodecDecoder<'a> {
[INFO] [stdout]     |     ------------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 208 |         pub fn header(self, mut header: MessageHeaderDecoder<ReadBuf<'a>>, offset: usize) -> Self {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ENCODED_LENGTH` is never used
[INFO] [stdout]  --> src/codec/message_header_codec.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const ENCODED_LENGTH: usize = 8;
[INFO] [stdout]   |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MessageHeaderEncoder` is never constructed
[INFO] [stdout]   --> src/codec/message_header_codec.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub struct MessageHeaderEncoder<P> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `wrap`, `parent`, `block_length`, `template_id`, `schema_id`, and `version` are never used
[INFO] [stdout]    --> src/codec/message_header_codec.rs:35:16
[INFO] [stdout]     |
[INFO] [stdout]  31 | /     impl<'a, P> MessageHeaderEncoder<P>
[INFO] [stdout]  32 | |     where
[INFO] [stdout]  33 | |         P: Writer<'a> + Default,
[INFO] [stdout]     | |________________________________- methods in this implementation
[INFO] [stdout]  34 |       {
[INFO] [stdout]  35 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  42 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |           pub fn block_length(&mut self, value: u16) {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  71 |           pub fn template_id(&mut self, value: u16) {
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  86 |           pub fn schema_id(&mut self, value: u16) {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |           pub fn version(&mut self, value: u16) {
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MessageHeaderDecoder` is never constructed
[INFO] [stdout]    --> src/codec/message_header_codec.rs:112:16
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub struct MessageHeaderDecoder<P> {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `wrap`, `parent`, `block_length`, `template_id`, `schema_id`, and `version` are never used
[INFO] [stdout]    --> src/codec/message_header_codec.rs:141:16
[INFO] [stdout]     |
[INFO] [stdout] 137 | /     impl<'a, P> MessageHeaderDecoder<P>
[INFO] [stdout] 138 | |     where
[INFO] [stdout] 139 | |         P: Reader<'a> + Default,
[INFO] [stdout]     | |________________________________- methods in this implementation
[INFO] [stdout] 140 |       {
[INFO] [stdout] 141 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 154 |           pub fn block_length(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 |           pub fn template_id(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |           pub fn schema_id(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 172 |           pub fn version(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `SBE_TEMPLATE_ID` is never used
[INFO] [stdout]   --> src/codec/token_codec_codec.rs:11:11
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub const SBE_TEMPLATE_ID: u16 = 2;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TokenCodecEncoder` is never constructed
[INFO] [stdout]   --> src/codec/token_codec_codec.rs:18:16
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub struct TokenCodecEncoder<'a> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]    --> src/codec/token_codec_codec.rs:45:16
[INFO] [stdout]     |
[INFO] [stdout]  44 |     impl<'a> TokenCodecEncoder<'a> {
[INFO] [stdout]     |     ------------------------------ methods in this implementation
[INFO] [stdout]  45 |         pub fn wrap(mut self, buf: WriteBuf<'a>, offset: usize) -> Self {
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  55 |         pub fn encoded_length(&self) -> usize {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  59 |         pub fn header(self, offset: usize) -> MessageHeaderEncoder<Self> {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  78 |         pub fn token_offset(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  93 |         pub fn token_size(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |         pub fn field_id(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |         pub fn token_version(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 138 |         pub fn component_token_count(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |         pub fn signal(&mut self, value: signal_codec::SignalCodec) {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 152 |         pub fn primitive_type(&mut self, value: primitive_type_codec::PrimitiveTypeCodec) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |         pub fn byte_order(&mut self, value: byte_order_codec::ByteOrderCodec) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |         pub fn presence(&mut self, value: presence_codec::PresenceCodec) {
[INFO] [stdout]     |                ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 181 |         pub fn deprecated(&mut self, value: i32) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |         pub fn name(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 |         pub fn const_value(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 208 |         pub fn min_value(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 218 |         pub fn max_value(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 |         pub fn null_value(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 238 |         pub fn character_encoding(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 248 |         pub fn epoch(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 258 |         pub fn time_unit(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 |         pub fn semantic_type(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 278 |         pub fn description(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 288 |         pub fn referenced_name(&mut self, value: &str) {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `header` is never used
[INFO] [stdout]    --> src/codec/token_codec_codec.rs:361:16
[INFO] [stdout]     |
[INFO] [stdout] 338 |     impl<'a> TokenCodecDecoder<'a> {
[INFO] [stdout]     |     ------------------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 361 |         pub fn header(self, mut header: MessageHeaderDecoder<ReadBuf<'a>>, offset: usize) -> Self {
[INFO] [stdout]     |                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VarDataEncodingEncoder` is never constructed
[INFO] [stdout]   --> src/codec/var_data_encoding_codec.rs:10:16
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub struct VarDataEncodingEncoder<P> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `wrap`, `parent`, `length`, and `var_data` are never used
[INFO] [stdout]   --> src/codec/var_data_encoding_codec.rs:33:16
[INFO] [stdout]    |
[INFO] [stdout] 29 | /     impl<'a, P> VarDataEncodingEncoder<P>
[INFO] [stdout] 30 | |     where
[INFO] [stdout] 31 | |         P: Writer<'a> + Default,
[INFO] [stdout]    | |________________________________- methods in this implementation
[INFO] [stdout] 32 |       {
[INFO] [stdout] 33 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stdout]    |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |           pub fn length(&mut self, value: u16) {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |           pub fn var_data(&mut self, value: u8) {
[INFO] [stdout]    |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VarDataEncodingDecoder` is never constructed
[INFO] [stdout]   --> src/codec/var_data_encoding_codec.rs:80:16
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub struct VarDataEncodingDecoder<P> {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `wrap`, `parent`, `length`, and `var_data` are never used
[INFO] [stdout]    --> src/codec/var_data_encoding_codec.rs:109:16
[INFO] [stdout]     |
[INFO] [stdout] 105 | /     impl<'a, P> VarDataEncodingDecoder<P>
[INFO] [stdout] 106 | |     where
[INFO] [stdout] 107 | |         P: Reader<'a> + Default,
[INFO] [stdout]     | |________________________________- methods in this implementation
[INFO] [stdout] 108 |       {
[INFO] [stdout] 109 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 116 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |           pub fn length(&self) -> u16 {
[INFO] [stdout]     |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 129 |           pub fn var_data(&self) -> u8 {
[INFO] [stdout]     |                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Integer` and `Float` are never constructed
[INFO] [stdout]    --> src/token.rs:187:5
[INFO] [stdout]     |
[INFO] [stdout] 186 | enum Representation {
[INFO] [stdout]     |      -------------- variants in this enum
[INFO] [stdout] 187 |     Integer(u64),
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 188 |     Float(f64),
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Representation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/token.rs:264:22
[INFO] [stdout]     |
[INFO] [stdout] 264 |     pub fn to_string(&self) -> Cow<str> {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 264 |     pub fn to_string(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.81s
[INFO] running `Command { std: "docker" "inspect" "3649c9d115cb55994abfc82fb459195ac801ff8c156de7ae43b4f5b8c01ec0e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3649c9d115cb55994abfc82fb459195ac801ff8c156de7ae43b4f5b8c01ec0e3", kill_on_drop: false }`
[INFO] [stdout] 3649c9d115cb55994abfc82fb459195ac801ff8c156de7ae43b4f5b8c01ec0e3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e8d1feb97b7be6c0c427e941492abc4d809489d7a7ab738bbff787c167821cd2
[INFO] running `Command { std: "docker" "start" "-a" "e8d1feb97b7be6c0c427e941492abc4d809489d7a7ab738bbff787c167821cd2", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `encoder::FrameCodecEncoder`
[INFO] [stderr]  --> src/codec/frame_codec_codec.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub use encoder::FrameCodecEncoder;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::SBE_SEMANTIC_VERSION`
[INFO] [stderr]  --> src/codec/frame_codec_codec.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub use super::SBE_SEMANTIC_VERSION;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `encoder::TokenCodecEncoder`
[INFO] [stderr]  --> src/codec/token_codec_codec.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub use encoder::TokenCodecEncoder;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::SBE_SEMANTIC_VERSION`
[INFO] [stderr]  --> src/codec/token_codec_codec.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub use super::SBE_SEMANTIC_VERSION;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `decoder::VarDataEncodingDecoder`
[INFO] [stderr]  --> src/codec/var_data_encoding_codec.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use decoder::VarDataEncodingDecoder;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `encoder::VarDataEncodingEncoder`
[INFO] [stderr]  --> src/codec/var_data_encoding_codec.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub use encoder::VarDataEncodingEncoder;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Write`
[INFO] [stderr]  --> src/token.rs:6:43
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::fmt::{Debug, Display, Formatter, Write};
[INFO] [stderr]   |                                           ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/decode.rs:66:5
[INFO] [stderr]    |
[INFO] [stderr] 66 |     mut tokens: &'t [Token],
[INFO] [stderr]    |     ----^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `end`
[INFO] [stderr]    --> src/decode.rs:253:21
[INFO] [stderr]     |
[INFO] [stderr] 253 |                 let end = off + type_tok.encoding.primitive_type.size(); //TODO: add count?
[INFO] [stderr]     |                     ^^^ help: if this is intentional, prefix it with an underscore: `_end`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `name`
[INFO] [stderr]    --> src/decode.rs:340:21
[INFO] [stderr]     |
[INFO] [stderr] 340 |                 let name = &type_tok.name;
[INFO] [stderr]     |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `p`
[INFO] [stderr]    --> src/decode.rs:344:21
[INFO] [stderr]     |
[INFO] [stderr] 344 |                 let p = PrimitiveValue::new(type_tok.encoding.primitive_type, seg);
[INFO] [stderr]     |                     ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `token`
[INFO] [stderr]    --> src/otf/listener.rs:220:9
[INFO] [stderr]     |
[INFO] [stderr] 220 |         token: &Token,
[INFO] [stderr]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `num_in_group`
[INFO] [stderr]    --> src/otf/listener.rs:221:9
[INFO] [stderr]     |
[INFO] [stderr] 221 |         num_in_group: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_in_group`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `token`
[INFO] [stderr]    --> src/otf/listener.rs:228:9
[INFO] [stderr]     |
[INFO] [stderr] 228 |         token: &Token,
[INFO] [stderr]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `group_index`
[INFO] [stderr]    --> src/otf/listener.rs:229:9
[INFO] [stderr]     |
[INFO] [stderr] 229 |         group_index: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_group_index`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `num_in_group`
[INFO] [stderr]    --> src/otf/listener.rs:230:9
[INFO] [stderr]     |
[INFO] [stderr] 230 |         num_in_group: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_in_group`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `SBE_SCHEMA_ID` is never used
[INFO] [stderr]   --> src/codec/mod.rs:15:11
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub const SBE_SCHEMA_ID: u16 = 1;
[INFO] [stderr]    |           ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `SBE_SEMANTIC_VERSION` is never used
[INFO] [stderr]   --> src/codec/mod.rs:17:11
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub const SBE_SEMANTIC_VERSION: &str = "";
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `SbeResult` is never used
[INFO] [stderr]   --> src/codec/mod.rs:19:10
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub type SbeResult<T> = core::result::Result<T, SbeErr>;
[INFO] [stderr]    |          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `SbeErr` is never used
[INFO] [stderr]   --> src/codec/mod.rs:22:10
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub enum SbeErr {
[INFO] [stderr]    |          ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Either` is never used
[INFO] [stderr]   --> src/codec/mod.rs:34:10
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub enum Either<L, R> {
[INFO] [stderr]    |          ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Writer` is never used
[INFO] [stderr]   --> src/codec/mod.rs:39:11
[INFO] [stderr]    |
[INFO] [stderr] 39 | pub trait Writer<'a>: Sized {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Encoder` is never used
[INFO] [stderr]   --> src/codec/mod.rs:43:11
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait Encoder<'a>: Writer<'a> {
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `ActingVersion` is never used
[INFO] [stderr]   --> src/codec/mod.rs:48:11
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub trait ActingVersion {
[INFO] [stderr]    |           ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `SBE_TEMPLATE_ID` is never used
[INFO] [stderr]   --> src/codec/frame_codec_codec.rs:11:11
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub const SBE_TEMPLATE_ID: u16 = 1;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FrameCodecEncoder` is never constructed
[INFO] [stderr]   --> src/codec/frame_codec_codec.rs:18:16
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub struct FrameCodecEncoder<'a> {
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple methods are never used
[INFO] [stderr]    --> src/codec/frame_codec_codec.rs:45:16
[INFO] [stderr]     |
[INFO] [stderr]  44 |     impl<'a> FrameCodecEncoder<'a> {
[INFO] [stderr]     |     ------------------------------ methods in this implementation
[INFO] [stderr]  45 |         pub fn wrap(mut self, buf: WriteBuf<'a>, offset: usize) -> Self {
[INFO] [stderr]     |                ^^^^
[INFO] [stderr] ...
[INFO] [stderr]  55 |         pub fn encoded_length(&self) -> usize {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  59 |         pub fn header(self, offset: usize) -> MessageHeaderEncoder<Self> {
[INFO] [stderr]     |                ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  78 |         pub fn ir_id(&mut self, value: i32) {
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  93 |         pub fn ir_version(&mut self, value: i32) {
[INFO] [stderr]     |                ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 108 |         pub fn schema_version(&mut self, value: i32) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 115 |         pub fn package_name(&mut self, value: &str) {
[INFO] [stderr]     |                ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 125 |         pub fn namespace_name(&mut self, value: &str) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 135 |         pub fn semantic_version(&mut self, value: &str) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `header` is never used
[INFO] [stderr]    --> src/codec/frame_codec_codec.rs:208:16
[INFO] [stderr]     |
[INFO] [stderr] 185 |     impl<'a> FrameCodecDecoder<'a> {
[INFO] [stderr]     |     ------------------------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 208 |         pub fn header(self, mut header: MessageHeaderDecoder<ReadBuf<'a>>, offset: usize) -> Self {
[INFO] [stderr]     |                ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `ENCODED_LENGTH` is never used
[INFO] [stderr]  --> src/codec/message_header_codec.rs:6:11
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub const ENCODED_LENGTH: usize = 8;
[INFO] [stderr]   |           ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MessageHeaderEncoder` is never constructed
[INFO] [stderr]   --> src/codec/message_header_codec.rs:12:16
[INFO] [stderr]    |
[INFO] [stderr] 12 |     pub struct MessageHeaderEncoder<P> {
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `wrap`, `parent`, `block_length`, `template_id`, `schema_id`, and `version` are never used
[INFO] [stderr]    --> src/codec/message_header_codec.rs:35:16
[INFO] [stderr]     |
[INFO] [stderr]  31 | /     impl<'a, P> MessageHeaderEncoder<P>
[INFO] [stderr]  32 | |     where
[INFO] [stderr]  33 | |         P: Writer<'a> + Default,
[INFO] [stderr]     | |________________________________- methods in this implementation
[INFO] [stderr]  34 |       {
[INFO] [stderr]  35 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stderr]     |                  ^^^^
[INFO] [stderr] ...
[INFO] [stderr]  42 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stderr]     |                  ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  56 |           pub fn block_length(&mut self, value: u16) {
[INFO] [stderr]     |                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  71 |           pub fn template_id(&mut self, value: u16) {
[INFO] [stderr]     |                  ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  86 |           pub fn schema_id(&mut self, value: u16) {
[INFO] [stderr]     |                  ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 101 |           pub fn version(&mut self, value: u16) {
[INFO] [stderr]     |                  ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `MessageHeaderDecoder` is never constructed
[INFO] [stderr]    --> src/codec/message_header_codec.rs:112:16
[INFO] [stderr]     |
[INFO] [stderr] 112 |     pub struct MessageHeaderDecoder<P> {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `wrap`, `parent`, `block_length`, `template_id`, `schema_id`, and `version` are never used
[INFO] [stderr]    --> src/codec/message_header_codec.rs:141:16
[INFO] [stderr]     |
[INFO] [stderr] 137 | /     impl<'a, P> MessageHeaderDecoder<P>
[INFO] [stderr] 138 | |     where
[INFO] [stderr] 139 | |         P: Reader<'a> + Default,
[INFO] [stderr]     | |________________________________- methods in this implementation
[INFO] [stderr] 140 |       {
[INFO] [stderr] 141 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stderr]     |                  ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 148 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stderr]     |                  ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 154 |           pub fn block_length(&self) -> u16 {
[INFO] [stderr]     |                  ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 160 |           pub fn template_id(&self) -> u16 {
[INFO] [stderr]     |                  ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 166 |           pub fn schema_id(&self) -> u16 {
[INFO] [stderr]     |                  ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 172 |           pub fn version(&self) -> u16 {
[INFO] [stderr]     |                  ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `SBE_TEMPLATE_ID` is never used
[INFO] [stderr]   --> src/codec/token_codec_codec.rs:11:11
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub const SBE_TEMPLATE_ID: u16 = 2;
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TokenCodecEncoder` is never constructed
[INFO] [stderr]   --> src/codec/token_codec_codec.rs:18:16
[INFO] [stderr]    |
[INFO] [stderr] 18 |     pub struct TokenCodecEncoder<'a> {
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple methods are never used
[INFO] [stderr]    --> src/codec/token_codec_codec.rs:45:16
[INFO] [stderr]     |
[INFO] [stderr]  44 |     impl<'a> TokenCodecEncoder<'a> {
[INFO] [stderr]     |     ------------------------------ methods in this implementation
[INFO] [stderr]  45 |         pub fn wrap(mut self, buf: WriteBuf<'a>, offset: usize) -> Self {
[INFO] [stderr]     |                ^^^^
[INFO] [stderr] ...
[INFO] [stderr]  55 |         pub fn encoded_length(&self) -> usize {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  59 |         pub fn header(self, offset: usize) -> MessageHeaderEncoder<Self> {
[INFO] [stderr]     |                ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  78 |         pub fn token_offset(&mut self, value: i32) {
[INFO] [stderr]     |                ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  93 |         pub fn token_size(&mut self, value: i32) {
[INFO] [stderr]     |                ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 108 |         pub fn field_id(&mut self, value: i32) {
[INFO] [stderr]     |                ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 123 |         pub fn token_version(&mut self, value: i32) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 138 |         pub fn component_token_count(&mut self, value: i32) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 145 |         pub fn signal(&mut self, value: signal_codec::SignalCodec) {
[INFO] [stderr]     |                ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 152 |         pub fn primitive_type(&mut self, value: primitive_type_codec::PrimitiveTypeCodec) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 159 |         pub fn byte_order(&mut self, value: byte_order_codec::ByteOrderCodec) {
[INFO] [stderr]     |                ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 166 |         pub fn presence(&mut self, value: presence_codec::PresenceCodec) {
[INFO] [stderr]     |                ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 181 |         pub fn deprecated(&mut self, value: i32) {
[INFO] [stderr]     |                ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 188 |         pub fn name(&mut self, value: &str) {
[INFO] [stderr]     |                ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 198 |         pub fn const_value(&mut self, value: &str) {
[INFO] [stderr]     |                ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 208 |         pub fn min_value(&mut self, value: &str) {
[INFO] [stderr]     |                ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 218 |         pub fn max_value(&mut self, value: &str) {
[INFO] [stderr]     |                ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 228 |         pub fn null_value(&mut self, value: &str) {
[INFO] [stderr]     |                ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 238 |         pub fn character_encoding(&mut self, value: &str) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 248 |         pub fn epoch(&mut self, value: &str) {
[INFO] [stderr]     |                ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 258 |         pub fn time_unit(&mut self, value: &str) {
[INFO] [stderr]     |                ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 268 |         pub fn semantic_type(&mut self, value: &str) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 278 |         pub fn description(&mut self, value: &str) {
[INFO] [stderr]     |                ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 288 |         pub fn referenced_name(&mut self, value: &str) {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `header` is never used
[INFO] [stderr]    --> src/codec/token_codec_codec.rs:361:16
[INFO] [stderr]     |
[INFO] [stderr] 338 |     impl<'a> TokenCodecDecoder<'a> {
[INFO] [stderr]     |     ------------------------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 361 |         pub fn header(self, mut header: MessageHeaderDecoder<ReadBuf<'a>>, offset: usize) -> Self {
[INFO] [stderr]     |                ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `VarDataEncodingEncoder` is never constructed
[INFO] [stderr]   --> src/codec/var_data_encoding_codec.rs:10:16
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub struct VarDataEncodingEncoder<P> {
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `wrap`, `parent`, `length`, and `var_data` are never used
[INFO] [stderr]   --> src/codec/var_data_encoding_codec.rs:33:16
[INFO] [stderr]    |
[INFO] [stderr] 29 | /     impl<'a, P> VarDataEncodingEncoder<P>
[INFO] [stderr] 30 | |     where
[INFO] [stderr] 31 | |         P: Writer<'a> + Default,
[INFO] [stderr]    | |________________________________- methods in this implementation
[INFO] [stderr] 32 |       {
[INFO] [stderr] 33 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stderr]    |                  ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 40 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stderr]    |                  ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 54 |           pub fn length(&mut self, value: u16) {
[INFO] [stderr]    |                  ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 |           pub fn var_data(&mut self, value: u8) {
[INFO] [stderr]    |                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `VarDataEncodingDecoder` is never constructed
[INFO] [stderr]   --> src/codec/var_data_encoding_codec.rs:80:16
[INFO] [stderr]    |
[INFO] [stderr] 80 |     pub struct VarDataEncodingDecoder<P> {
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `wrap`, `parent`, `length`, and `var_data` are never used
[INFO] [stderr]    --> src/codec/var_data_encoding_codec.rs:109:16
[INFO] [stderr]     |
[INFO] [stderr] 105 | /     impl<'a, P> VarDataEncodingDecoder<P>
[INFO] [stderr] 106 | |     where
[INFO] [stderr] 107 | |         P: Reader<'a> + Default,
[INFO] [stderr]     | |________________________________- methods in this implementation
[INFO] [stderr] 108 |       {
[INFO] [stderr] 109 |           pub fn wrap(mut self, parent: P, offset: usize) -> Self {
[INFO] [stderr]     |                  ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 116 |           pub fn parent(&mut self) -> SbeResult<P> {
[INFO] [stderr]     |                  ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 122 |           pub fn length(&self) -> u16 {
[INFO] [stderr]     |                  ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 129 |           pub fn var_data(&self) -> u8 {
[INFO] [stderr]     |                  ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variants `Integer` and `Float` are never constructed
[INFO] [stderr]    --> src/token.rs:187:5
[INFO] [stderr]     |
[INFO] [stderr] 186 | enum Representation {
[INFO] [stderr]     |      -------------- variants in this enum
[INFO] [stderr] 187 |     Integer(u64),
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr] 188 |     Float(f64),
[INFO] [stderr]     |     ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Representation` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/token.rs:264:22
[INFO] [stderr]     |
[INFO] [stderr] 264 |     pub fn to_string(&self) -> Cow<str> {
[INFO] [stderr]     |                      ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 264 |     pub fn to_string(&self) -> Cow<'_, str> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: `simple-sbe` (lib) generated 43 warnings (run `cargo fix --lib -p simple-sbe` to apply 16 suggestions)
[INFO] [stderr] warning: unused imports: `ByteOrder`, `Encoding`, `PrimitiveType`, and `Signal`
[INFO] [stderr]  --> examples/dec.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     ByteOrder, Encoding, Presence, PrimitiveType, PrimitiveValue, Signal, Token,
[INFO] [stderr]   |     ^^^^^^^^^  ^^^^^^^^            ^^^^^^^^^^^^^                  ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `msg_buf`
[INFO] [stderr]   --> examples/dec.rs:39:9
[INFO] [stderr]    |
[INFO] [stderr] 39 |     let msg_buf = decode_message(&tokens, msg_buf, h.block_length, h.version as i32, &mut l);
[INFO] [stderr]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_msg_buf`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `token`
[INFO] [stderr]   --> examples/dec.rs:56:34
[INFO] [stderr]    |
[INFO] [stderr] 56 |     fn on_end_message(&mut self, token: &Token) -> Result<(), TokenListenerError> {
[INFO] [stderr]    |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `acting_version`
[INFO] [stderr]    --> examples/dec.rs:106:9
[INFO] [stderr]     |
[INFO] [stderr] 106 |         acting_version: i32,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_acting_version`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `acting_version`
[INFO] [stderr]    --> examples/dec.rs:149:9
[INFO] [stderr]     |
[INFO] [stderr] 149 |         acting_version: i32,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_acting_version`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `tokens`
[INFO] [stderr]    --> examples/dec.rs:174:9
[INFO] [stderr]     |
[INFO] [stderr] 174 |         tokens: &[Token],
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `field_token`
[INFO] [stderr]    --> examples/dec.rs:189:9
[INFO] [stderr]     |
[INFO] [stderr] 189 |         field_token: &Token,
[INFO] [stderr]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_field_token`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `tokens`
[INFO] [stderr]    --> examples/dec.rs:190:9
[INFO] [stderr]     |
[INFO] [stderr] 190 |         tokens: &[Token],
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_tokens`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `group_index`
[INFO] [stderr]    --> examples/dec.rs:212:9
[INFO] [stderr]     |
[INFO] [stderr] 212 |         group_index: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_group_index`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `num_in_group`
[INFO] [stderr]    --> examples/dec.rs:213:9
[INFO] [stderr]     |
[INFO] [stderr] 213 |         num_in_group: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_in_group`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `token`
[INFO] [stderr]    --> examples/dec.rs:221:9
[INFO] [stderr]     |
[INFO] [stderr] 221 |         token: &Token,
[INFO] [stderr]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_token`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `group_index`
[INFO] [stderr]    --> examples/dec.rs:222:9
[INFO] [stderr]     |
[INFO] [stderr] 222 |         group_index: i32,
[INFO] [stderr]     |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_group_index`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `num_in_group`
[INFO] [stderr]    --> examples/dec.rs:223:9
[INFO] [stderr]     |
[INFO] [stderr] 223 |         num_in_group: i32,
[INFO] [stderr]     |         ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_num_in_group`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `buffer`
[INFO] [stderr]    --> examples/dec.rs:268:9
[INFO] [stderr]     |
[INFO] [stderr] 268 |         buffer: &[u8],
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_buffer`
[INFO] [stderr] 
[INFO] [stderr] warning: method `encoding_as_string` is never used
[INFO] [stderr]    --> examples/dec.rs:265:8
[INFO] [stderr]     |
[INFO] [stderr] 243 | impl MyListener {
[INFO] [stderr]     | --------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 265 |     fn encoding_as_string(
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `simple-sbe` (example "dec") generated 15 warnings (run `cargo fix --example "dec" -p simple-sbe` to apply 14 suggestions)
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]    --> src/lib.rs:158:9
[INFO] [stderr]     |
[INFO] [stderr] 158 |     use super::*;
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/lib.rs:182:13
[INFO] [stderr]     |
[INFO] [stderr] 182 |         let mut d = FrameCodecDecoder::default();
[INFO] [stderr]     |             ----^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: `simple-sbe` (lib test) generated 45 warnings (43 duplicates) (run `cargo fix --lib -p simple-sbe --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/simple_sbe-4e8a329e752c3cf1)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]    Doc-tests simple_sbe
[INFO] [stdout] test tests::load ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e8d1feb97b7be6c0c427e941492abc4d809489d7a7ab738bbff787c167821cd2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8d1feb97b7be6c0c427e941492abc4d809489d7a7ab738bbff787c167821cd2", kill_on_drop: false }`
[INFO] [stdout] e8d1feb97b7be6c0c427e941492abc4d809489d7a7ab738bbff787c167821cd2
