[INFO] fetching crate signum 0.2.1...
[INFO] testing signum-0.2.1 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate signum 0.2.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate signum 0.2.1
[INFO] finished tweaking crates.io crate signum 0.2.1
[INFO] tweaked toml for crates.io crate signum 0.2.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate signum 0.2.1 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 34 packages to latest compatible versions
[INFO] [stderr]       Adding bitflags v1.3.2 (available: v2.9.4)
[INFO] [stderr]       Adding image v0.23.14 (available: v0.25.8)
[INFO] [stderr]       Adding memchr v2.3.4 (available: v2.7.6)
[INFO] [stderr]       Adding nom v6.2.2 (available: v8.0.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 02d1bbd99a4816df305354a3dd39400d06ff516c06a58d86cb46bd8eaf15d15d
[INFO] running `Command { std: "docker" "start" "-a" "02d1bbd99a4816df305354a3dd39400d06ff516c06a58d86cb46bd8eaf15d15d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02d1bbd99a4816df305354a3dd39400d06ff516c06a58d86cb46bd8eaf15d15d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02d1bbd99a4816df305354a3dd39400d06ff516c06a58d86cb46bd8eaf15d15d", kill_on_drop: false }`
[INFO] [stdout] 02d1bbd99a4816df305354a3dd39400d06ff516c06a58d86cb46bd8eaf15d15d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e16cdb724b2cf0d1daa2303b227ddf0603e77922619c6d41cc2110ed83e72a6d
[INFO] running `Command { std: "docker" "start" "-a" "e16cdb724b2cf0d1daa2303b227ddf0603e77922619c6d41cc2110ed83e72a6d", kill_on_drop: false }`
[INFO] [stderr]    Compiling signum v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `SDoc` is never constructed
[INFO] [stdout]   --> src/docs/mod.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct SDoc<'a> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/docs/sysp.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct SysP {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 12 |     space_width: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 13 |     letter_spacing: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     line_distance: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 15 |     index_distance: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     margin_left: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 17 |     margin_right: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 18 |     header: u16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 19 |     footer: u16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 20 |     page_length: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 21 |     page_numbering: Bytes16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     format_options: Bytes16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     opts_2: Bytes16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 24 |     opts_3: Bytes16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 25 |     opts_4: Bytes32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SysP` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/images/imc.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | struct IMCHeader {
[INFO] [stdout]    |        --------- fields in this struct
[INFO] [stdout] 21 |     size: u32,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 22 |
[INFO] [stdout] 23 |     width: u16,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 24 |     height: u16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     size_of_data: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     u4: Bytes16,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 36 |     u5: Bytes32,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 37 |     u6: Bytes32,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `IMCHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/editor.rs:157:27
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub fn parse_echar(input: &[u8]) -> IResult<&[u8], EChar> {
[INFO] [stdout]     |                           ^^^^^             -----  ----- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           |                 |
[INFO] [stdout]     |                           |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub fn parse_echar(input: &[u8]) -> IResult<&[u8], EChar<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/editor.rs:177:26
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn parse_eset(input: &[u8]) -> IResult<&[u8], ESet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn parse_eset(input: &[u8]) -> IResult<&[u8], ESet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:175:26
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub fn parse_char(input: &[u8]) -> IResult<&[u8], PSetChar> {
[INFO] [stdout]     |                          ^^^^^             -----  -------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub fn parse_char(input: &[u8]) -> IResult<&[u8], PSetChar<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn parse_font(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn parse_font(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:219:26
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub fn parse_ps24(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub fn parse_ps24(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:225:26
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub fn parse_ps09(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub fn parse_ps09(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:231:26
[INFO] [stdout]     |
[INFO] [stdout] 231 | pub fn parse_ls30(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 231 | pub fn parse_ls30(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/container.rs:33:40
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn parse_sdoc0001_container(input: &[u8]) -> IResult<&[u8], SDocContainer> {
[INFO] [stdout]    |                                        ^^^^^             -----  ------------- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                                        |                 |
[INFO] [stdout]    |                                        |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                                        this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn parse_sdoc0001_container(input: &[u8]) -> IResult<&[u8], SDocContainer<'_>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/cset.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn parse_cset(input: &[u8]) -> IResult<&[u8], Vec<Cow<str>>> {
[INFO] [stdout]    |                          ^^^^^             -----      -------- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          |                 |
[INFO] [stdout]    |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn parse_cset(input: &[u8]) -> IResult<&[u8], Vec<Cow<'_, str>>> {
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/cset.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn parse_cset_str(input: &[u8]) -> IResult<&[u8], Cow<str>> {
[INFO] [stdout]    |                          ^^^^^             -----  -------- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          |                 |
[INFO] [stdout]    |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn parse_cset_str(input: &[u8]) -> IResult<&[u8], Cow<'_, str>> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/hcim.rs:90:31
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn parse_image_buf(input: &[u8]) -> IResult<&[u8], Buf> {
[INFO] [stdout]    |                               ^^^^^             -----  --- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                               |                 |
[INFO] [stdout]    |                               |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                               this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn parse_image_buf(input: &[u8]) -> IResult<&[u8], Buf<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/hcim.rs:110:27
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn parse_image(input: &[u8]) -> IResult<&[u8], Image> {
[INFO] [stdout]     |                           ^^^^^             -----  ----- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           |                 |
[INFO] [stdout]     |                           |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn parse_image(input: &[u8]) -> IResult<&[u8], Image<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/hcim.rs:189:26
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub fn parse_hcim(input: &[u8]) -> IResult<&[u8], HCIM> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub fn parse_hcim(input: &[u8]) -> IResult<&[u8], HCIM<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/header.rs:87:28
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn parse_header(input: &[u8]) -> IResult<&[u8], Header> {
[INFO] [stdout]    |                            ^^^^^             -----  ------ the lifetimes get resolved as `'_`
[INFO] [stdout]    |                            |                 |
[INFO] [stdout]    |                            |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                            this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn parse_header(input: &[u8]) -> IResult<&[u8], Header<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/pbuf.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn parse_page(input: &[u8]) -> IResult<&[u8], (Page, Buf)> {
[INFO] [stdout]    |                      ^^^^^             -----         --- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                      |                 |
[INFO] [stdout]    |                      |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                      this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn parse_page(input: &[u8]) -> IResult<&[u8], (Page, Buf<'_>)> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/pbuf.rs:107:26
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn parse_pbuf(input: &[u8]) -> IResult<&[u8], PBuf> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn parse_pbuf(input: &[u8]) -> IResult<&[u8], PBuf<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/tebu.rs:259:26
[INFO] [stdout]     |
[INFO] [stdout] 259 | fn parse_line_buf(input: &[u8]) -> IResult<&[u8], LineBuf> {
[INFO] [stdout]     |                          ^^^^^             -----  ------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 259 | fn parse_line_buf(input: &[u8]) -> IResult<&[u8], LineBuf<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/tebu.rs:329:26
[INFO] [stdout]     |
[INFO] [stdout] 329 | pub fn parse_tebu(input: &[u8]) -> IResult<&[u8], TeBu> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 329 | pub fn parse_tebu(input: &[u8]) -> IResult<&[u8], TeBu<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
[INFO] running `Command { std: "docker" "inspect" "e16cdb724b2cf0d1daa2303b227ddf0603e77922619c6d41cc2110ed83e72a6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e16cdb724b2cf0d1daa2303b227ddf0603e77922619c6d41cc2110ed83e72a6d", kill_on_drop: false }`
[INFO] [stdout] e16cdb724b2cf0d1daa2303b227ddf0603e77922619c6d41cc2110ed83e72a6d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8262ed971200c4e0eb476c7946739f43bf611882cf1b5efa7a7e5e9788be5a26
[INFO] running `Command { std: "docker" "start" "-a" "8262ed971200c4e0eb476c7946739f43bf611882cf1b5efa7a7e5e9788be5a26", kill_on_drop: false }`
[INFO] [stdout] warning: struct `SDoc` is never constructed
[INFO] [stdout]   --> src/docs/mod.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct SDoc<'a> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/docs/sysp.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct SysP {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 12 |     space_width: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 13 |     letter_spacing: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     line_distance: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 15 |     index_distance: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     margin_left: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 17 |     margin_right: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 18 |     header: u16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 19 |     footer: u16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 20 |     page_length: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 21 |     page_numbering: Bytes16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     format_options: Bytes16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     opts_2: Bytes16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 24 |     opts_3: Bytes16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 25 |     opts_4: Bytes32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SysP` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/images/imc.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | struct IMCHeader {
[INFO] [stdout]    |        --------- fields in this struct
[INFO] [stdout] 21 |     size: u32,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 22 |
[INFO] [stdout] 23 |     width: u16,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 24 |     height: u16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     size_of_data: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     u4: Bytes16,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 36 |     u5: Bytes32,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 37 |     u6: Bytes32,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `IMCHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/editor.rs:157:27
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub fn parse_echar(input: &[u8]) -> IResult<&[u8], EChar> {
[INFO] [stdout]     |                           ^^^^^             -----  ----- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           |                 |
[INFO] [stdout]     |                           |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub fn parse_echar(input: &[u8]) -> IResult<&[u8], EChar<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/editor.rs:177:26
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn parse_eset(input: &[u8]) -> IResult<&[u8], ESet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn parse_eset(input: &[u8]) -> IResult<&[u8], ESet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:175:26
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub fn parse_char(input: &[u8]) -> IResult<&[u8], PSetChar> {
[INFO] [stdout]     |                          ^^^^^             -----  -------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub fn parse_char(input: &[u8]) -> IResult<&[u8], PSetChar<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn parse_font(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn parse_font(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:219:26
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub fn parse_ps24(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub fn parse_ps24(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:225:26
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub fn parse_ps09(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub fn parse_ps09(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:231:26
[INFO] [stdout]     |
[INFO] [stdout] 231 | pub fn parse_ls30(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 231 | pub fn parse_ls30(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/container.rs:33:40
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn parse_sdoc0001_container(input: &[u8]) -> IResult<&[u8], SDocContainer> {
[INFO] [stdout]    |                                        ^^^^^             -----  ------------- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                                        |                 |
[INFO] [stdout]    |                                        |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                                        this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn parse_sdoc0001_container(input: &[u8]) -> IResult<&[u8], SDocContainer<'_>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/cset.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn parse_cset(input: &[u8]) -> IResult<&[u8], Vec<Cow<str>>> {
[INFO] [stdout]    |                          ^^^^^             -----      -------- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          |                 |
[INFO] [stdout]    |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn parse_cset(input: &[u8]) -> IResult<&[u8], Vec<Cow<'_, str>>> {
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/cset.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn parse_cset_str(input: &[u8]) -> IResult<&[u8], Cow<str>> {
[INFO] [stdout]    |                          ^^^^^             -----  -------- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          |                 |
[INFO] [stdout]    |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn parse_cset_str(input: &[u8]) -> IResult<&[u8], Cow<'_, str>> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/hcim.rs:90:31
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn parse_image_buf(input: &[u8]) -> IResult<&[u8], Buf> {
[INFO] [stdout]    |                               ^^^^^             -----  --- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                               |                 |
[INFO] [stdout]    |                               |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                               this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn parse_image_buf(input: &[u8]) -> IResult<&[u8], Buf<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/hcim.rs:110:27
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn parse_image(input: &[u8]) -> IResult<&[u8], Image> {
[INFO] [stdout]     |                           ^^^^^             -----  ----- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           |                 |
[INFO] [stdout]     |                           |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn parse_image(input: &[u8]) -> IResult<&[u8], Image<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/hcim.rs:189:26
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub fn parse_hcim(input: &[u8]) -> IResult<&[u8], HCIM> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub fn parse_hcim(input: &[u8]) -> IResult<&[u8], HCIM<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/header.rs:87:28
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn parse_header(input: &[u8]) -> IResult<&[u8], Header> {
[INFO] [stdout]    |                            ^^^^^             -----  ------ the lifetimes get resolved as `'_`
[INFO] [stdout]    |                            |                 |
[INFO] [stdout]    |                            |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                            this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn parse_header(input: &[u8]) -> IResult<&[u8], Header<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/pbuf.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn parse_page(input: &[u8]) -> IResult<&[u8], (Page, Buf)> {
[INFO] [stdout]    |                      ^^^^^             -----         --- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                      |                 |
[INFO] [stdout]    |                      |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                      this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn parse_page(input: &[u8]) -> IResult<&[u8], (Page, Buf<'_>)> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/pbuf.rs:107:26
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn parse_pbuf(input: &[u8]) -> IResult<&[u8], PBuf> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn parse_pbuf(input: &[u8]) -> IResult<&[u8], PBuf<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/tebu.rs:259:26
[INFO] [stdout]     |
[INFO] [stdout] 259 | fn parse_line_buf(input: &[u8]) -> IResult<&[u8], LineBuf> {
[INFO] [stdout]     |                          ^^^^^             -----  ------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 259 | fn parse_line_buf(input: &[u8]) -> IResult<&[u8], LineBuf<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling signum v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/tebu.rs:329:26
[INFO] [stdout]     |
[INFO] [stdout] 329 | pub fn parse_tebu(input: &[u8]) -> IResult<&[u8], TeBu> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 329 | pub fn parse_tebu(input: &[u8]) -> IResult<&[u8], TeBu<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SDoc` is never constructed
[INFO] [stdout]   --> src/docs/mod.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | struct SDoc<'a> {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/docs/sysp.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct SysP {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 12 |     space_width: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 13 |     letter_spacing: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 14 |     line_distance: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 15 |     index_distance: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 16 |     margin_left: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 17 |     margin_right: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 18 |     header: u16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 19 |     footer: u16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 20 |     page_length: u16,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 21 |     page_numbering: Bytes16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     format_options: Bytes16,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 23 |     opts_2: Bytes16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 24 |     opts_3: Bytes16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 25 |     opts_4: Bytes32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SysP` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/images/imc.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | struct IMCHeader {
[INFO] [stdout]    |        --------- fields in this struct
[INFO] [stdout] 21 |     size: u32,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 22 |
[INFO] [stdout] 23 |     width: u16,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 24 |     height: u16,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     size_of_data: u32,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     u4: Bytes16,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 36 |     u5: Bytes32,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 37 |     u6: Bytes32,
[INFO] [stdout]    |     ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `IMCHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/editor.rs:157:27
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub fn parse_echar(input: &[u8]) -> IResult<&[u8], EChar> {
[INFO] [stdout]     |                           ^^^^^             -----  ----- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           |                 |
[INFO] [stdout]     |                           |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 157 | pub fn parse_echar(input: &[u8]) -> IResult<&[u8], EChar<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/editor.rs:177:26
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn parse_eset(input: &[u8]) -> IResult<&[u8], ESet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn parse_eset(input: &[u8]) -> IResult<&[u8], ESet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:175:26
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub fn parse_char(input: &[u8]) -> IResult<&[u8], PSetChar> {
[INFO] [stdout]     |                          ^^^^^             -----  -------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 175 | pub fn parse_char(input: &[u8]) -> IResult<&[u8], PSetChar<'_>> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:199:26
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn parse_font(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 199 | pub fn parse_font(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:219:26
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub fn parse_ps24(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 219 | pub fn parse_ps24(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:225:26
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub fn parse_ps09(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub fn parse_ps09(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/chsets/printer.rs:231:26
[INFO] [stdout]     |
[INFO] [stdout] 231 | pub fn parse_ls30(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 231 | pub fn parse_ls30(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/container.rs:33:40
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn parse_sdoc0001_container(input: &[u8]) -> IResult<&[u8], SDocContainer> {
[INFO] [stdout]    |                                        ^^^^^             -----  ------------- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                                        |                 |
[INFO] [stdout]    |                                        |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                                        this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub fn parse_sdoc0001_container(input: &[u8]) -> IResult<&[u8], SDocContainer<'_>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/cset.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn parse_cset(input: &[u8]) -> IResult<&[u8], Vec<Cow<str>>> {
[INFO] [stdout]    |                          ^^^^^             -----      -------- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          |                 |
[INFO] [stdout]    |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn parse_cset(input: &[u8]) -> IResult<&[u8], Vec<Cow<'_, str>>> {
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/cset.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn parse_cset_str(input: &[u8]) -> IResult<&[u8], Cow<str>> {
[INFO] [stdout]    |                          ^^^^^             -----  -------- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          |                 |
[INFO] [stdout]    |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                          this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn parse_cset_str(input: &[u8]) -> IResult<&[u8], Cow<'_, str>> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/hcim.rs:90:31
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn parse_image_buf(input: &[u8]) -> IResult<&[u8], Buf> {
[INFO] [stdout]    |                               ^^^^^             -----  --- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                               |                 |
[INFO] [stdout]    |                               |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                               this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn parse_image_buf(input: &[u8]) -> IResult<&[u8], Buf<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/hcim.rs:110:27
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn parse_image(input: &[u8]) -> IResult<&[u8], Image> {
[INFO] [stdout]     |                           ^^^^^             -----  ----- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           |                 |
[INFO] [stdout]     |                           |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                           this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 110 | pub fn parse_image(input: &[u8]) -> IResult<&[u8], Image<'_>> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/hcim.rs:189:26
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub fn parse_hcim(input: &[u8]) -> IResult<&[u8], HCIM> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub fn parse_hcim(input: &[u8]) -> IResult<&[u8], HCIM<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/header.rs:87:28
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn parse_header(input: &[u8]) -> IResult<&[u8], Header> {
[INFO] [stdout]    |                            ^^^^^             -----  ------ the lifetimes get resolved as `'_`
[INFO] [stdout]    |                            |                 |
[INFO] [stdout]    |                            |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                            this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub fn parse_header(input: &[u8]) -> IResult<&[u8], Header<'_>> {
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/docs/pbuf.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn parse_page(input: &[u8]) -> IResult<&[u8], (Page, Buf)> {
[INFO] [stdout]    |                      ^^^^^             -----         --- the lifetimes get resolved as `'_`
[INFO] [stdout]    |                      |                 |
[INFO] [stdout]    |                      |                 the lifetimes get resolved as `'_`
[INFO] [stdout]    |                      this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 76 | fn parse_page(input: &[u8]) -> IResult<&[u8], (Page, Buf<'_>)> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/pbuf.rs:107:26
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn parse_pbuf(input: &[u8]) -> IResult<&[u8], PBuf> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub fn parse_pbuf(input: &[u8]) -> IResult<&[u8], PBuf<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/tebu.rs:259:26
[INFO] [stdout]     |
[INFO] [stdout] 259 | fn parse_line_buf(input: &[u8]) -> IResult<&[u8], LineBuf> {
[INFO] [stdout]     |                          ^^^^^             -----  ------- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 259 | fn parse_line_buf(input: &[u8]) -> IResult<&[u8], LineBuf<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/docs/tebu.rs:329:26
[INFO] [stdout]     |
[INFO] [stdout] 329 | pub fn parse_tebu(input: &[u8]) -> IResult<&[u8], TeBu> {
[INFO] [stdout]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          |                 |
[INFO] [stdout]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stdout]     |                          this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 329 | pub fn parse_tebu(input: &[u8]) -> IResult<&[u8], TeBu<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.80s
[INFO] running `Command { std: "docker" "inspect" "8262ed971200c4e0eb476c7946739f43bf611882cf1b5efa7a7e5e9788be5a26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8262ed971200c4e0eb476c7946739f43bf611882cf1b5efa7a7e5e9788be5a26", kill_on_drop: false }`
[INFO] [stdout] 8262ed971200c4e0eb476c7946739f43bf611882cf1b5efa7a7e5e9788be5a26
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fe10ed5641c8458cc3754860a4a98ae6c7e5209b64f42580da6be4d99cf3ca9e
[INFO] running `Command { std: "docker" "start" "-a" "fe10ed5641c8458cc3754860a4a98ae6c7e5209b64f42580da6be4d99cf3ca9e", kill_on_drop: false }`
[INFO] [stderr] warning: struct `SDoc` is never constructed
[INFO] [stderr]   --> src/docs/mod.rs:24:8
[INFO] [stderr]    |
[INFO] [stderr] 24 | struct SDoc<'a> {
[INFO] [stderr]    |        ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr]   --> src/docs/sysp.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct SysP {
[INFO] [stderr]    |            ---- fields in this struct
[INFO] [stderr] 12 |     space_width: u16,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 13 |     letter_spacing: u16,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 14 |     line_distance: u16,
[INFO] [stderr]    |     ^^^^^^^^^^^^^
[INFO] [stderr] 15 |     index_distance: u16,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 16 |     margin_left: u16,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 17 |     margin_right: u16,
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr] 18 |     header: u16,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 19 |     footer: u16,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 20 |     page_length: u16,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr] 21 |     page_numbering: Bytes16,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 22 |     format_options: Bytes16,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 23 |     opts_2: Bytes16,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 24 |     opts_3: Bytes16,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] 25 |     opts_4: Bytes32,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `SysP` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr]   --> src/images/imc.rs:21:5
[INFO] [stderr]    |
[INFO] [stderr] 20 | struct IMCHeader {
[INFO] [stderr]    |        --------- fields in this struct
[INFO] [stderr] 21 |     size: u32,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 22 |
[INFO] [stderr] 23 |     width: u16,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr] 24 |     height: u16,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 32 |     size_of_data: u32,
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 35 |     u4: Bytes16,
[INFO] [stderr]    |     ^^
[INFO] [stderr] 36 |     u5: Bytes32,
[INFO] [stderr]    |     ^^
[INFO] [stderr] 37 |     u6: Bytes32,
[INFO] [stderr]    |     ^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `IMCHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/chsets/editor.rs:157:27
[INFO] [stderr]     |
[INFO] [stderr] 157 | pub fn parse_echar(input: &[u8]) -> IResult<&[u8], EChar> {
[INFO] [stderr]     |                           ^^^^^             -----  ----- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                           |                 |
[INFO] [stderr]     |                           |                 the lifetimes get resolved as `'_`
[INFO] [stderr]     |                           this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 157 | pub fn parse_echar(input: &[u8]) -> IResult<&[u8], EChar<'_>> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/chsets/editor.rs:177:26
[INFO] [stderr]     |
[INFO] [stderr] 177 | pub fn parse_eset(input: &[u8]) -> IResult<&[u8], ESet> {
[INFO] [stderr]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          |                 |
[INFO] [stderr]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 177 | pub fn parse_eset(input: &[u8]) -> IResult<&[u8], ESet<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/chsets/printer.rs:175:26
[INFO] [stderr]     |
[INFO] [stderr] 175 | pub fn parse_char(input: &[u8]) -> IResult<&[u8], PSetChar> {
[INFO] [stderr]     |                          ^^^^^             -----  -------- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          |                 |
[INFO] [stderr]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 175 | pub fn parse_char(input: &[u8]) -> IResult<&[u8], PSetChar<'_>> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/chsets/printer.rs:199:26
[INFO] [stderr]     |
[INFO] [stderr] 199 | pub fn parse_font(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stderr]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          |                 |
[INFO] [stderr]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 199 | pub fn parse_font(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/chsets/printer.rs:219:26
[INFO] [stderr]     |
[INFO] [stderr] 219 | pub fn parse_ps24(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stderr]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          |                 |
[INFO] [stderr]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 219 | pub fn parse_ps24(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/chsets/printer.rs:225:26
[INFO] [stderr]     |
[INFO] [stderr] 225 | pub fn parse_ps09(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stderr]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          |                 |
[INFO] [stderr]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 225 | pub fn parse_ps09(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/chsets/printer.rs:231:26
[INFO] [stderr]     |
[INFO] [stderr] 231 | pub fn parse_ls30(input: &[u8]) -> IResult<&[u8], PSet> {
[INFO] [stderr]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          |                 |
[INFO] [stderr]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 231 | pub fn parse_ls30(input: &[u8]) -> IResult<&[u8], PSet<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/docs/container.rs:33:40
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub fn parse_sdoc0001_container(input: &[u8]) -> IResult<&[u8], SDocContainer> {
[INFO] [stderr]    |                                        ^^^^^             -----  ------------- the lifetimes get resolved as `'_`
[INFO] [stderr]    |                                        |                 |
[INFO] [stderr]    |                                        |                 the lifetimes get resolved as `'_`
[INFO] [stderr]    |                                        this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 33 | pub fn parse_sdoc0001_container(input: &[u8]) -> IResult<&[u8], SDocContainer<'_>> {
[INFO] [stderr]    |                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/docs/cset.rs:12:26
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub fn parse_cset(input: &[u8]) -> IResult<&[u8], Vec<Cow<str>>> {
[INFO] [stderr]    |                          ^^^^^             -----      -------- the lifetimes get resolved as `'_`
[INFO] [stderr]    |                          |                 |
[INFO] [stderr]    |                          |                 the lifetimes get resolved as `'_`
[INFO] [stderr]    |                          this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub fn parse_cset(input: &[u8]) -> IResult<&[u8], Vec<Cow<'_, str>>> {
[INFO] [stderr]    |                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/docs/cset.rs:16:26
[INFO] [stderr]    |
[INFO] [stderr] 16 | fn parse_cset_str(input: &[u8]) -> IResult<&[u8], Cow<str>> {
[INFO] [stderr]    |                          ^^^^^             -----  -------- the lifetimes get resolved as `'_`
[INFO] [stderr]    |                          |                 |
[INFO] [stderr]    |                          |                 the lifetimes get resolved as `'_`
[INFO] [stderr]    |                          this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 16 | fn parse_cset_str(input: &[u8]) -> IResult<&[u8], Cow<'_, str>> {
[INFO] [stderr]    |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/docs/hcim.rs:90:31
[INFO] [stderr]    |
[INFO] [stderr] 90 | pub fn parse_image_buf(input: &[u8]) -> IResult<&[u8], Buf> {
[INFO] [stderr]    |                               ^^^^^             -----  --- the lifetimes get resolved as `'_`
[INFO] [stderr]    |                               |                 |
[INFO] [stderr]    |                               |                 the lifetimes get resolved as `'_`
[INFO] [stderr]    |                               this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 90 | pub fn parse_image_buf(input: &[u8]) -> IResult<&[u8], Buf<'_>> {
[INFO] [stderr]    |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/docs/hcim.rs:110:27
[INFO] [stderr]     |
[INFO] [stderr] 110 | pub fn parse_image(input: &[u8]) -> IResult<&[u8], Image> {
[INFO] [stderr]     |                           ^^^^^             -----  ----- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                           |                 |
[INFO] [stderr]     |                           |                 the lifetimes get resolved as `'_`
[INFO] [stderr]     |                           this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 110 | pub fn parse_image(input: &[u8]) -> IResult<&[u8], Image<'_>> {
[INFO] [stderr]     |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/docs/hcim.rs:189:26
[INFO] [stderr]     |
[INFO] [stderr] 189 | pub fn parse_hcim(input: &[u8]) -> IResult<&[u8], HCIM> {
[INFO] [stderr]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          |                 |
[INFO] [stderr]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 189 | pub fn parse_hcim(input: &[u8]) -> IResult<&[u8], HCIM<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/docs/header.rs:87:28
[INFO] [stderr]    |
[INFO] [stderr] 87 | pub fn parse_header(input: &[u8]) -> IResult<&[u8], Header> {
[INFO] [stderr]    |                            ^^^^^             -----  ------ the lifetimes get resolved as `'_`
[INFO] [stderr]    |                            |                 |
[INFO] [stderr]    |                            |                 the lifetimes get resolved as `'_`
[INFO] [stderr]    |                            this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 87 | pub fn parse_header(input: &[u8]) -> IResult<&[u8], Header<'_>> {
[INFO] [stderr]    |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/docs/pbuf.rs:76:22
[INFO] [stderr]    |
[INFO] [stderr] 76 | fn parse_page(input: &[u8]) -> IResult<&[u8], (Page, Buf)> {
[INFO] [stderr]    |                      ^^^^^             -----         --- the lifetimes get resolved as `'_`
[INFO] [stderr]    |                      |                 |
[INFO] [stderr]    |                      |                 the lifetimes get resolved as `'_`
[INFO] [stderr]    |                      this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 76 | fn parse_page(input: &[u8]) -> IResult<&[u8], (Page, Buf<'_>)> {
[INFO] [stderr]    |                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/docs/pbuf.rs:107:26
[INFO] [stderr]     |
[INFO] [stderr] 107 | pub fn parse_pbuf(input: &[u8]) -> IResult<&[u8], PBuf> {
[INFO] [stderr]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          |                 |
[INFO] [stderr]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 107 | pub fn parse_pbuf(input: &[u8]) -> IResult<&[u8], PBuf<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/docs/tebu.rs:259:26
[INFO] [stderr]     |
[INFO] [stderr] 259 | fn parse_line_buf(input: &[u8]) -> IResult<&[u8], LineBuf> {
[INFO] [stderr]     |                          ^^^^^             -----  ------- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          |                 |
[INFO] [stderr]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 259 | fn parse_line_buf(input: &[u8]) -> IResult<&[u8], LineBuf<'_>> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/docs/tebu.rs:329:26
[INFO] [stderr]     |
[INFO] [stderr] 329 | pub fn parse_tebu(input: &[u8]) -> IResult<&[u8], TeBu> {
[INFO] [stderr]     |                          ^^^^^             -----  ---- the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          |                 |
[INFO] [stderr]     |                          |                 the lifetimes get resolved as `'_`
[INFO] [stderr]     |                          this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 329 | pub fn parse_tebu(input: &[u8]) -> IResult<&[u8], TeBu<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `signum` (lib) generated 21 warnings
[INFO] [stderr] warning: `signum` (lib test) generated 21 warnings (21 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/signum-fb37ae29b37951f1)
[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] [stderr]    Doc-tests signum
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/chsets/mod.rs - chsets::UseTable::first_last (line 27) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/chsets/mod.rs - chsets::UseTable::first_last (line 27) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `sdo`
[INFO] [stdout]  --> src/chsets/mod.rs:28:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sdo::font::UseTable;
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `sdo`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sdo`, use `cargo add sdo` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/chsets/mod.rs - chsets::UseTable::first_last (line 27)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "fe10ed5641c8458cc3754860a4a98ae6c7e5209b64f42580da6be4d99cf3ca9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe10ed5641c8458cc3754860a4a98ae6c7e5209b64f42580da6be4d99cf3ca9e", kill_on_drop: false }`
[INFO] [stdout] fe10ed5641c8458cc3754860a4a98ae6c7e5209b64f42580da6be4d99cf3ca9e
