[INFO] fetching crate juicy_bencode 0.1.3...
[INFO] testing juicy_bencode-0.1.3 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate juicy_bencode 0.1.3 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate juicy_bencode 0.1.3
[INFO] finished tweaking crates.io crate juicy_bencode 0.1.3
[INFO] tweaked toml for crates.io crate juicy_bencode 0.1.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate juicy_bencode 0.1.3 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate juicy_bencode 0.1.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4da3ce4b906d6bfcaceaa1bd2d3a3739d2bc4cc1244d81a3053a06440f265768
[INFO] running `Command { std: "docker" "start" "-a" "4da3ce4b906d6bfcaceaa1bd2d3a3739d2bc4cc1244d81a3053a06440f265768", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4da3ce4b906d6bfcaceaa1bd2d3a3739d2bc4cc1244d81a3053a06440f265768", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4da3ce4b906d6bfcaceaa1bd2d3a3739d2bc4cc1244d81a3053a06440f265768", kill_on_drop: false }`
[INFO] [stdout] 4da3ce4b906d6bfcaceaa1bd2d3a3739d2bc4cc1244d81a3053a06440f265768
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 70ee62e81b4b088949f9d64e32a7eaaef7b7cfce191deba75eb0eaf75e7fec7f
[INFO] running `Command { std: "docker" "start" "-a" "70ee62e81b4b088949f9d64e32a7eaaef7b7cfce191deba75eb0eaf75e7fec7f", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling juicy_bencode v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:81:34
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView>> {
[INFO] [stdout]    |                                  ^^^^^             ^^^^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                 |
[INFO] [stdout]    |                                  |                 the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView<'_>>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:91:34
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView>> {
[INFO] [stdout]    |                                  ^^^^^             ^^^^^           ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                 |               |
[INFO] [stdout]    |                                  |                 |               the same lifetime is elided here
[INFO] [stdout]    |                                  |                 the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView<'_>>> {
[INFO] [stdout]    |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView> {
[INFO] [stdout]     |                         ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                 |
[INFO] [stdout]     |                         |                 the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.73s
[INFO] running `Command { std: "docker" "inspect" "70ee62e81b4b088949f9d64e32a7eaaef7b7cfce191deba75eb0eaf75e7fec7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70ee62e81b4b088949f9d64e32a7eaaef7b7cfce191deba75eb0eaf75e7fec7f", kill_on_drop: false }`
[INFO] [stdout] 70ee62e81b4b088949f9d64e32a7eaaef7b7cfce191deba75eb0eaf75e7fec7f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 26d0cbf54548afb89d8d2437aa62933fbc8ea23ccd9c080b45b5d3d7fd0bb0f1
[INFO] running `Command { std: "docker" "start" "-a" "26d0cbf54548afb89d8d2437aa62933fbc8ea23ccd9c080b45b5d3d7fd0bb0f1", kill_on_drop: false }`
[INFO] [stderr]    Compiling juicy_bencode v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:81:34
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView>> {
[INFO] [stdout]    |                                  ^^^^^             ^^^^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                 |
[INFO] [stdout]    |                                  |                 the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView<'_>>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:91:34
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView>> {
[INFO] [stdout]    |                                  ^^^^^             ^^^^^           ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                 |               |
[INFO] [stdout]    |                                  |                 |               the same lifetime is elided here
[INFO] [stdout]    |                                  |                 the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView<'_>>> {
[INFO] [stdout]    |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView> {
[INFO] [stdout]     |                         ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                 |
[INFO] [stdout]     |                         |                 the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:81:34
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView>> {
[INFO] [stdout]    |                                  ^^^^^             ^^^^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                 |
[INFO] [stdout]    |                                  |                 the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView<'_>>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:91:34
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView>> {
[INFO] [stdout]    |                                  ^^^^^             ^^^^^           ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                 |               |
[INFO] [stdout]    |                                  |                 |               the same lifetime is elided here
[INFO] [stdout]    |                                  |                 the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView<'_>>> {
[INFO] [stdout]    |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView> {
[INFO] [stdout]     |                         ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                 |
[INFO] [stdout]     |                         |                 the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s
[INFO] running `Command { std: "docker" "inspect" "26d0cbf54548afb89d8d2437aa62933fbc8ea23ccd9c080b45b5d3d7fd0bb0f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26d0cbf54548afb89d8d2437aa62933fbc8ea23ccd9c080b45b5d3d7fd0bb0f1", kill_on_drop: false }`
[INFO] [stdout] 26d0cbf54548afb89d8d2437aa62933fbc8ea23ccd9c080b45b5d3d7fd0bb0f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 510eb281cc1987ca1a843ecfdf73ad90beb3ec7c4ece25addad871d20ce14dc7
[INFO] running `Command { std: "docker" "start" "-a" "510eb281cc1987ca1a843ecfdf73ad90beb3ec7c4ece25addad871d20ce14dc7", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:81:34
[INFO] [stderr]    |
[INFO] [stderr] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView>> {
[INFO] [stderr]    |                                  ^^^^^             ^^^^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                  |                 |
[INFO] [stderr]    |                                  |                 the same lifetime is elided here
[INFO] [stderr]    |                                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView<'_>>> {
[INFO] [stderr]    |                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:91:34
[INFO] [stderr]    |
[INFO] [stderr] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView>> {
[INFO] [stderr]    |                                  ^^^^^             ^^^^^           ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                  |                 |               |
[INFO] [stderr]    |                                  |                 |               the same lifetime is elided here
[INFO] [stderr]    |                                  |                 the same lifetime is elided here
[INFO] [stderr]    |                                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView<'_>>> {
[INFO] [stderr]    |                                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:125:25
[INFO] [stderr]     |
[INFO] [stderr] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView> {
[INFO] [stderr]     |                         ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |                 |
[INFO] [stderr]     |                         |                 the same lifetime is elided here
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView<'_>> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `juicy_bencode` (lib) generated 3 warnings (run `cargo fix --lib -p juicy_bencode` to apply 3 suggestions)
[INFO] [stderr] warning: `juicy_bencode` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/juicy_bencode-f77cc0923015ae2b)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test tests::bencode_list_eats_all_inputs ... ok
[INFO] [stdout] test tests::bencode_dict_eats_all_inputs ... ok
[INFO] [stdout] test tests::letters_are_not_be_numbers ... ok
[INFO] [stderr]    Doc-tests juicy_bencode
[INFO] [stdout] test tests::bencode_string_takes_exact_length ... ok
[INFO] [stdout] test tests::naked_numbers_are_not_bencode_numbers ... ok
[INFO] [stdout] test tests::naked_string_is_not_bencode_string ... ok
[INFO] [stdout] test tests::negative_number_with_leading_zeroes_is_not_allowed ... ok
[INFO] [stdout] test tests::negative_number_with_zeroes_in_between_is_valid ... ok
[INFO] [stdout] test tests::negative_number_without_leading_zero_is_valid ... ok
[INFO] [stdout] test tests::negative_zero_is_not_allowed ... ok
[INFO] [stdout] test tests::positive_number_with_leading_zero_is_rejected ... ok
[INFO] [stdout] test tests::positive_number_with_zeroes_in_between_is_valid ... ok
[INFO] [stdout] test tests::positive_number_without_leading_zero_is_valid ... ok
[INFO] [stdout] test tests::strings_shorter_than_declaration_is_not_allowed ... ok
[INFO] [stdout] test tests::zero_is_valid_be_num ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "510eb281cc1987ca1a843ecfdf73ad90beb3ec7c4ece25addad871d20ce14dc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "510eb281cc1987ca1a843ecfdf73ad90beb3ec7c4ece25addad871d20ce14dc7", kill_on_drop: false }`
[INFO] [stdout] 510eb281cc1987ca1a843ecfdf73ad90beb3ec7c4ece25addad871d20ce14dc7
