[INFO] fetching crate cbor-data 0.8.19...
[INFO] testing cbor-data-0.8.19 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate cbor-data 0.8.19 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate cbor-data 0.8.19
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate cbor-data 0.8.19
[INFO] tweaked toml for crates.io crate cbor-data 0.8.19 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cbor-data 0.8.19 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cbor-data 0.8.19 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dd32a7a103169625d0a5fc7c8f504c64fd12531d12efe022b4f64cbd562dc7d1
[INFO] running `Command { std: "docker" "start" "-a" "dd32a7a103169625d0a5fc7c8f504c64fd12531d12efe022b4f64cbd562dc7d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dd32a7a103169625d0a5fc7c8f504c64fd12531d12efe022b4f64cbd562dc7d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd32a7a103169625d0a5fc7c8f504c64fd12531d12efe022b4f64cbd562dc7d1", kill_on_drop: false }`
[INFO] [stdout] dd32a7a103169625d0a5fc7c8f504c64fd12531d12efe022b4f64cbd562dc7d1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fb4429e8fe0102c7b024a0ab48520adfb6ed0bcd94c9e79d1f08000d519e4164
[INFO] running `Command { std: "docker" "start" "-a" "fb4429e8fe0102c7b024a0ab48520adfb6ed0bcd94c9e79d1f08000d519e4164", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling cbor-data v0.8.19 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:228:23
[INFO] [stdout]     |
[INFO] [stdout] 228 |     pub fn try_number(&self) -> Result<value::Number, TypeError> {
[INFO] [stdout]     |                       ^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 228 |     pub fn try_number(&self) -> Result<value::Number<'_>, TypeError> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:248:22
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub fn try_bytes(&self) -> Result<Cow<[u8]>, TypeError> {
[INFO] [stdout]     |                      ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub fn try_bytes(&self) -> Result<Cow<'_, [u8]>, TypeError> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:258:20
[INFO] [stdout]     |
[INFO] [stdout] 258 |     pub fn try_str(&self) -> Result<Cow<str>, TypeError> {
[INFO] [stdout]     |                    ^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 258 |     pub fn try_str(&self) -> Result<Cow<'_, str>, TypeError> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:268:22
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn try_array(&self) -> Result<Vec<Cow<Cbor>>, TypeError> {
[INFO] [stdout]     |                      ^^^^^                ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn try_array(&self) -> Result<Vec<Cow<'_, Cbor>>, TypeError> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:278:21
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn try_dict(&self) -> Result<BTreeMap<Cow<Cbor>, Cow<Cbor>>, TypeError> {
[INFO] [stdout]     |                     ^^^^^                     ^^^^^^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                         |
[INFO] [stdout]     |                     |                         the same lifetime is hidden 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] 278 |     pub fn try_dict(&self) -> Result<BTreeMap<Cow<'_, Cbor>, Cow<'_, Cbor>>, TypeError> {
[INFO] [stdout]     |                                                   +++            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/builder/low_level.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn copy(&mut self) -> Bytes {
[INFO] [stdout]   |                 ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn copy(&mut self) -> Bytes<'_> {
[INFO] [stdout]   |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/builder/writers.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn non_tracking(&mut self, max_definite: Option<u64>) -> ArrayWriter {
[INFO] [stdout]    |                     ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^ the same lifetime is hidden 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] 22 |     fn non_tracking(&mut self, max_definite: Option<u64>) -> ArrayWriter<'_> {
[INFO] [stdout]    |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/canonical.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn canonical<W: Writer>(bytes: &[u8], builder: W) -> Result<(&[u8], W::Output), InternalError> {
[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] 24 | fn canonical<W: Writer>(bytes: &[u8], builder: W) -> Result<(&[u8], W::Output), InternalError<'_>> {
[INFO] [stdout]    |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/check.rs:30:23
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn frag_err(position: &[u8], is_string: bool) -> InternalError {
[INFO] [stdout]    |                       ^^^^^                      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn frag_err(position: &[u8], is_string: bool) -> InternalError<'_> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/check.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 |     bytes: &[u8],
[INFO] [stdout]    |            ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 43 | ) -> Result<(Cow<[u8]>, &[u8]), InternalError> {
[INFO] [stdout]    |              ^^^^^^^^^  ^^^^^   ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |          |
[INFO] [stdout]    |              |          the same lifetime is elided here
[INFO] [stdout]    |              the same lifetime is hidden 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] 43 | ) -> Result<(Cow<'_, [u8]>, &[u8]), InternalError<'_>> {
[INFO] [stdout]    |                  +++                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/check.rs:86:19
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn rec(bytes: &[u8], tag: Option<u64>) -> Result<(&Cbor, &[u8]), InternalError> {
[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         the same 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] 86 |     fn rec(bytes: &[u8], tag: Option<u64>) -> Result<(&Cbor, &[u8]), InternalError<'_>> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/reader.rs:115:27
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub(crate) fn tags(bytes: &[u8]) -> Option<(Tags, &[u8])> {
[INFO] [stdout]     |                           ^^^^^             ^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                           |                 |
[INFO] [stdout]     |                           |                 the same lifetime is hidden 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] 115 | pub(crate) fn tags(bytes: &[u8]) -> Option<(Tags<'_>, &[u8])> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/validated/mod.rs:87:16
[INFO] [stdout]    |
[INFO] [stdout] 87 | fn item(bytes: &[u8]) -> ItemKind {
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 87 | fn item(bytes: &[u8]) -> ItemKind<'_> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/validated/mod.rs:120:27
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub fn tagged_item(bytes: &[u8]) -> (Tags, ItemKind) {
[INFO] [stdout]     |                           ^^^^^      ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |          |
[INFO] [stdout]     |                           |          the same lifetime is hidden 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] 120 | pub fn tagged_item(bytes: &[u8]) -> (Tags<'_>, ItemKind<'_>) {
[INFO] [stdout]     |                                          ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value/mod.rs:122:22
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn as_number(&self) -> Option<&Number> {
[INFO] [stdout]     |                      ^^^^^            ^^^^^^^
[INFO] [stdout]     |                      |                ||
[INFO] [stdout]     |                      |                |the same lifetime is hidden 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] 122 |     pub fn as_number(&self) -> Option<&Number<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
[INFO] running `Command { std: "docker" "inspect" "fb4429e8fe0102c7b024a0ab48520adfb6ed0bcd94c9e79d1f08000d519e4164", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb4429e8fe0102c7b024a0ab48520adfb6ed0bcd94c9e79d1f08000d519e4164", kill_on_drop: false }`
[INFO] [stdout] fb4429e8fe0102c7b024a0ab48520adfb6ed0bcd94c9e79d1f08000d519e4164
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ed43499c87036859051e19c8e081b6ff0a4cb59c0b5591fede9b3f1033dfa03e
[INFO] running `Command { std: "docker" "start" "-a" "ed43499c87036859051e19c8e081b6ff0a4cb59c0b5591fede9b3f1033dfa03e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:228:23
[INFO] [stdout]     |
[INFO] [stdout] 228 |     pub fn try_number(&self) -> Result<value::Number, TypeError> {
[INFO] [stdout]     |                       ^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 228 |     pub fn try_number(&self) -> Result<value::Number<'_>, TypeError> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:248:22
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub fn try_bytes(&self) -> Result<Cow<[u8]>, TypeError> {
[INFO] [stdout]     |                      ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub fn try_bytes(&self) -> Result<Cow<'_, [u8]>, TypeError> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:258:20
[INFO] [stdout]     |
[INFO] [stdout] 258 |     pub fn try_str(&self) -> Result<Cow<str>, TypeError> {
[INFO] [stdout]     |                    ^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 258 |     pub fn try_str(&self) -> Result<Cow<'_, str>, TypeError> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:268:22
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn try_array(&self) -> Result<Vec<Cow<Cbor>>, TypeError> {
[INFO] [stdout]     |                      ^^^^^                ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn try_array(&self) -> Result<Vec<Cow<'_, Cbor>>, TypeError> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:278:21
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn try_dict(&self) -> Result<BTreeMap<Cow<Cbor>, Cow<Cbor>>, TypeError> {
[INFO] [stdout]     |                     ^^^^^                     ^^^^^^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                         |
[INFO] [stdout]     |                     |                         the same lifetime is hidden 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] 278 |     pub fn try_dict(&self) -> Result<BTreeMap<Cow<'_, Cbor>, Cow<'_, Cbor>>, TypeError> {
[INFO] [stdout]     |                                                   +++            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/builder/low_level.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn copy(&mut self) -> Bytes {
[INFO] [stdout]   |                 ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn copy(&mut self) -> Bytes<'_> {
[INFO] [stdout]   |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/builder/writers.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn non_tracking(&mut self, max_definite: Option<u64>) -> ArrayWriter {
[INFO] [stdout]    |                     ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^ the same lifetime is hidden 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] 22 |     fn non_tracking(&mut self, max_definite: Option<u64>) -> ArrayWriter<'_> {
[INFO] [stdout]    |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/canonical.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn canonical<W: Writer>(bytes: &[u8], builder: W) -> Result<(&[u8], W::Output), InternalError> {
[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] 24 | fn canonical<W: Writer>(bytes: &[u8], builder: W) -> Result<(&[u8], W::Output), InternalError<'_>> {
[INFO] [stdout]    |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/check.rs:30:23
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn frag_err(position: &[u8], is_string: bool) -> InternalError {
[INFO] [stdout]    |                       ^^^^^                      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn frag_err(position: &[u8], is_string: bool) -> InternalError<'_> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/check.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 |     bytes: &[u8],
[INFO] [stdout]    |            ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 43 | ) -> Result<(Cow<[u8]>, &[u8]), InternalError> {
[INFO] [stdout]    |              ^^^^^^^^^  ^^^^^   ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |          |
[INFO] [stdout]    |              |          the same lifetime is elided here
[INFO] [stdout]    |              the same lifetime is hidden 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] 43 | ) -> Result<(Cow<'_, [u8]>, &[u8]), InternalError<'_>> {
[INFO] [stdout]    |                  +++                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/check.rs:86:19
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn rec(bytes: &[u8], tag: Option<u64>) -> Result<(&Cbor, &[u8]), InternalError> {
[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         the same 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] 86 |     fn rec(bytes: &[u8], tag: Option<u64>) -> Result<(&Cbor, &[u8]), InternalError<'_>> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/reader.rs:115:27
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub(crate) fn tags(bytes: &[u8]) -> Option<(Tags, &[u8])> {
[INFO] [stdout]     |                           ^^^^^             ^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                           |                 |
[INFO] [stdout]     |                           |                 the same lifetime is hidden 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] 115 | pub(crate) fn tags(bytes: &[u8]) -> Option<(Tags<'_>, &[u8])> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/validated/mod.rs:87:16
[INFO] [stdout]    |
[INFO] [stdout] 87 | fn item(bytes: &[u8]) -> ItemKind {
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 87 | fn item(bytes: &[u8]) -> ItemKind<'_> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/validated/mod.rs:120:27
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub fn tagged_item(bytes: &[u8]) -> (Tags, ItemKind) {
[INFO] [stdout]     |                           ^^^^^      ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |          |
[INFO] [stdout]     |                           |          the same lifetime is hidden 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] 120 | pub fn tagged_item(bytes: &[u8]) -> (Tags<'_>, ItemKind<'_>) {
[INFO] [stdout]     |                                          ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value/mod.rs:122:22
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn as_number(&self) -> Option<&Number> {
[INFO] [stdout]     |                      ^^^^^            ^^^^^^^
[INFO] [stdout]     |                      |                ||
[INFO] [stdout]     |                      |                |the same lifetime is hidden 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] 122 |     pub fn as_number(&self) -> Option<&Number<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling cbor-data-derive v0.8.18
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling cbor-data v0.8.19 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:228:23
[INFO] [stdout]     |
[INFO] [stdout] 228 |     pub fn try_number(&self) -> Result<value::Number, TypeError> {
[INFO] [stdout]     |                       ^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 228 |     pub fn try_number(&self) -> Result<value::Number<'_>, TypeError> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:248:22
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub fn try_bytes(&self) -> Result<Cow<[u8]>, TypeError> {
[INFO] [stdout]     |                      ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub fn try_bytes(&self) -> Result<Cow<'_, [u8]>, TypeError> {
[INFO] [stdout]     |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:258:20
[INFO] [stdout]     |
[INFO] [stdout] 258 |     pub fn try_str(&self) -> Result<Cow<str>, TypeError> {
[INFO] [stdout]     |                    ^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 258 |     pub fn try_str(&self) -> Result<Cow<'_, str>, TypeError> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:268:22
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn try_array(&self) -> Result<Vec<Cow<Cbor>>, TypeError> {
[INFO] [stdout]     |                      ^^^^^                ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn try_array(&self) -> Result<Vec<Cow<'_, Cbor>>, TypeError> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:278:21
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn try_dict(&self) -> Result<BTreeMap<Cow<Cbor>, Cow<Cbor>>, TypeError> {
[INFO] [stdout]     |                     ^^^^^                     ^^^^^^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                         |
[INFO] [stdout]     |                     |                         the same lifetime is hidden 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] 278 |     pub fn try_dict(&self) -> Result<BTreeMap<Cow<'_, Cbor>, Cow<'_, Cbor>>, TypeError> {
[INFO] [stdout]     |                                                   +++            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/builder/low_level.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn copy(&mut self) -> Bytes {
[INFO] [stdout]   |                 ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 the lifetime is elided here
[INFO] [stdout]   |
[INFO] [stdout]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub fn copy(&mut self) -> Bytes<'_> {
[INFO] [stdout]   |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/builder/writers.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     fn non_tracking(&mut self, max_definite: Option<u64>) -> ArrayWriter {
[INFO] [stdout]    |                     ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^ the same lifetime is hidden 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] 22 |     fn non_tracking(&mut self, max_definite: Option<u64>) -> ArrayWriter<'_> {
[INFO] [stdout]    |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/canonical.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn canonical<W: Writer>(bytes: &[u8], builder: W) -> Result<(&[u8], W::Output), InternalError> {
[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] 24 | fn canonical<W: Writer>(bytes: &[u8], builder: W) -> Result<(&[u8], W::Output), InternalError<'_>> {
[INFO] [stdout]    |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/check.rs:30:23
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn frag_err(position: &[u8], is_string: bool) -> InternalError {
[INFO] [stdout]    |                       ^^^^^                      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn frag_err(position: &[u8], is_string: bool) -> InternalError<'_> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/check.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 |     bytes: &[u8],
[INFO] [stdout]    |            ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 43 | ) -> Result<(Cow<[u8]>, &[u8]), InternalError> {
[INFO] [stdout]    |              ^^^^^^^^^  ^^^^^   ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |          |
[INFO] [stdout]    |              |          the same lifetime is elided here
[INFO] [stdout]    |              the same lifetime is hidden 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] 43 | ) -> Result<(Cow<'_, [u8]>, &[u8]), InternalError<'_>> {
[INFO] [stdout]    |                  +++                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/check.rs:86:19
[INFO] [stdout]    |
[INFO] [stdout] 86 |     fn rec(bytes: &[u8], tag: Option<u64>) -> Result<(&Cbor, &[u8]), InternalError> {
[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         the same 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] 86 |     fn rec(bytes: &[u8], tag: Option<u64>) -> Result<(&Cbor, &[u8]), InternalError<'_>> {
[INFO] [stdout]    |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/reader.rs:115:27
[INFO] [stdout]     |
[INFO] [stdout] 115 | pub(crate) fn tags(bytes: &[u8]) -> Option<(Tags, &[u8])> {
[INFO] [stdout]     |                           ^^^^^             ^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stdout]     |                           |                 |
[INFO] [stdout]     |                           |                 the same lifetime is hidden 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] 115 | pub(crate) fn tags(bytes: &[u8]) -> Option<(Tags<'_>, &[u8])> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/validated/mod.rs:87:16
[INFO] [stdout]    |
[INFO] [stdout] 87 | fn item(bytes: &[u8]) -> ItemKind {
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 87 | fn item(bytes: &[u8]) -> ItemKind<'_> {
[INFO] [stdout]    |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/validated/mod.rs:120:27
[INFO] [stdout]     |
[INFO] [stdout] 120 | pub fn tagged_item(bytes: &[u8]) -> (Tags, ItemKind) {
[INFO] [stdout]     |                           ^^^^^      ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |          |
[INFO] [stdout]     |                           |          the same lifetime is hidden 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] 120 | pub fn tagged_item(bytes: &[u8]) -> (Tags<'_>, ItemKind<'_>) {
[INFO] [stdout]     |                                          ++++          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/value/mod.rs:122:22
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn as_number(&self) -> Option<&Number> {
[INFO] [stdout]     |                      ^^^^^            ^^^^^^^
[INFO] [stdout]     |                      |                ||
[INFO] [stdout]     |                      |                |the same lifetime is hidden 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] 122 |     pub fn as_number(&self) -> Option<&Number<'_>> {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 59.69s
[INFO] running `Command { std: "docker" "inspect" "ed43499c87036859051e19c8e081b6ff0a4cb59c0b5591fede9b3f1033dfa03e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed43499c87036859051e19c8e081b6ff0a4cb59c0b5591fede9b3f1033dfa03e", kill_on_drop: false }`
[INFO] [stdout] ed43499c87036859051e19c8e081b6ff0a4cb59c0b5591fede9b3f1033dfa03e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 97f5409dd39796d8420ce896c2e9d1cb4631f8a0d59aaa210b7df593543e1c79
[INFO] running `Command { std: "docker" "start" "-a" "97f5409dd39796d8420ce896c2e9d1cb4631f8a0d59aaa210b7df593543e1c79", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:228:23
[INFO] [stderr]     |
[INFO] [stderr] 228 |     pub fn try_number(&self) -> Result<value::Number, TypeError> {
[INFO] [stderr]     |                       ^^^^^            ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 228 |     pub fn try_number(&self) -> Result<value::Number<'_>, TypeError> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:248:22
[INFO] [stderr]     |
[INFO] [stderr] 248 |     pub fn try_bytes(&self) -> Result<Cow<[u8]>, TypeError> {
[INFO] [stderr]     |                      ^^^^^            ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 248 |     pub fn try_bytes(&self) -> Result<Cow<'_, [u8]>, TypeError> {
[INFO] [stderr]     |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:258:20
[INFO] [stderr]     |
[INFO] [stderr] 258 |     pub fn try_str(&self) -> Result<Cow<str>, TypeError> {
[INFO] [stderr]     |                    ^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                    |
[INFO] [stderr]     |                    the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 258 |     pub fn try_str(&self) -> Result<Cow<'_, str>, TypeError> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:268:22
[INFO] [stderr]     |
[INFO] [stderr] 268 |     pub fn try_array(&self) -> Result<Vec<Cow<Cbor>>, TypeError> {
[INFO] [stderr]     |                      ^^^^^                ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 268 |     pub fn try_array(&self) -> Result<Vec<Cow<'_, Cbor>>, TypeError> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:278:21
[INFO] [stderr]     |
[INFO] [stderr] 278 |     pub fn try_dict(&self) -> Result<BTreeMap<Cow<Cbor>, Cow<Cbor>>, TypeError> {
[INFO] [stderr]     |                     ^^^^^                     ^^^^^^^^^  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |                         |
[INFO] [stderr]     |                     |                         the same lifetime is hidden 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] 278 |     pub fn try_dict(&self) -> Result<BTreeMap<Cow<'_, Cbor>, Cow<'_, Cbor>>, TypeError> {
[INFO] [stderr]     |                                                   +++            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/builder/low_level.rs:9:17
[INFO] [stderr]   |
[INFO] [stderr] 9 |     pub fn copy(&mut self) -> Bytes {
[INFO] [stderr]   |                 ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                 |
[INFO] [stderr]   |                 the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 9 |     pub fn copy(&mut self) -> Bytes<'_> {
[INFO] [stderr]   |                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/builder/writers.rs:22:21
[INFO] [stderr]    |
[INFO] [stderr] 22 |     fn non_tracking(&mut self, max_definite: Option<u64>) -> ArrayWriter {
[INFO] [stderr]    |                     ^^^^^^^^^ the lifetime is elided here    ^^^^^^^^^^^ the same lifetime is hidden 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] 22 |     fn non_tracking(&mut self, max_definite: Option<u64>) -> ArrayWriter<'_> {
[INFO] [stderr]    |                                                                         ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/canonical.rs:24:32
[INFO] [stderr]    |
[INFO] [stderr] 24 | fn canonical<W: Writer>(bytes: &[u8], builder: W) -> Result<(&[u8], W::Output), InternalError> {
[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] 24 | fn canonical<W: Writer>(bytes: &[u8], builder: W) -> Result<(&[u8], W::Output), InternalError<'_>> {
[INFO] [stderr]    |                                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/check.rs:30:23
[INFO] [stderr]    |
[INFO] [stderr] 30 | fn frag_err(position: &[u8], is_string: bool) -> InternalError {
[INFO] [stderr]    |                       ^^^^^                      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 30 | fn frag_err(position: &[u8], is_string: bool) -> InternalError<'_> {
[INFO] [stderr]    |                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/check.rs:40:12
[INFO] [stderr]    |
[INFO] [stderr] 40 |     bytes: &[u8],
[INFO] [stderr]    |            ^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 43 | ) -> Result<(Cow<[u8]>, &[u8]), InternalError> {
[INFO] [stderr]    |              ^^^^^^^^^  ^^^^^   ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |              |          |
[INFO] [stderr]    |              |          the same lifetime is elided here
[INFO] [stderr]    |              the same lifetime is hidden 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] 43 | ) -> Result<(Cow<'_, [u8]>, &[u8]), InternalError<'_>> {
[INFO] [stderr]    |                  +++                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/check.rs:86:19
[INFO] [stderr]    |
[INFO] [stderr] 86 |     fn rec(bytes: &[u8], tag: Option<u64>) -> Result<(&Cbor, &[u8]), InternalError> {
[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         the same 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] 86 |     fn rec(bytes: &[u8], tag: Option<u64>) -> Result<(&Cbor, &[u8]), InternalError<'_>> {
[INFO] [stderr]    |                                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/reader.rs:115:27
[INFO] [stderr]     |
[INFO] [stderr] 115 | pub(crate) fn tags(bytes: &[u8]) -> Option<(Tags, &[u8])> {
[INFO] [stderr]     |                           ^^^^^             ^^^^  ^^^^^ the same lifetime is elided here
[INFO] [stderr]     |                           |                 |
[INFO] [stderr]     |                           |                 the same lifetime is hidden 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] 115 | pub(crate) fn tags(bytes: &[u8]) -> Option<(Tags<'_>, &[u8])> {
[INFO] [stderr]     |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/validated/mod.rs:87:16
[INFO] [stderr]    |
[INFO] [stderr] 87 | fn item(bytes: &[u8]) -> ItemKind {
[INFO] [stderr]    |                ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                |
[INFO] [stderr]    |                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 87 | fn item(bytes: &[u8]) -> ItemKind<'_> {
[INFO] [stderr]    |                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/validated/mod.rs:120:27
[INFO] [stderr]     |
[INFO] [stderr] 120 | pub fn tagged_item(bytes: &[u8]) -> (Tags, ItemKind) {
[INFO] [stderr]     |                           ^^^^^      ^^^^  ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                           |          |
[INFO] [stderr]     |                           |          the same lifetime is hidden 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] 120 | pub fn tagged_item(bytes: &[u8]) -> (Tags<'_>, ItemKind<'_>) {
[INFO] [stderr]     |                                          ++++          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/value/mod.rs:122:22
[INFO] [stderr]     |
[INFO] [stderr] 122 |     pub fn as_number(&self) -> Option<&Number> {
[INFO] [stderr]     |                      ^^^^^            ^^^^^^^
[INFO] [stderr]     |                      |                ||
[INFO] [stderr]     |                      |                |the same lifetime is hidden 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] 122 |     pub fn as_number(&self) -> Option<&Number<'_>> {
[INFO] [stderr]     |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `cbor-data` (lib) generated 15 warnings (run `cargo fix --lib -p cbor-data` to apply 15 suggestions)
[INFO] [stderr] warning: `cbor-data` (lib test) generated 15 warnings (15 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cbor_data-7ca6be18faae6346)
[INFO] [stdout] running 37 tests
[INFO] [stdout] test check::tests::eof ... ok
[INFO] [stdout] test check::tests::invalid_info ... ok
[INFO] [stdout] test check::tests::suffix ... ok
[INFO] [stdout] test check::tests::trailing_garbage ... ok
[INFO] [stdout] test check::tests::utf8 ... ok
[INFO] [stdout] test check::tests::weird1 ... ok
[INFO] [stdout] test codec::tests::int ... ok
[INFO] [stdout] test codec::tests::tuple ... ok
[INFO] [stdout] test canonical::tests::remove_cbor_encoding ... ok
[INFO] [stdout] test reader::tests::float ... ok
[INFO] [stdout] test reader::tests::indefinite_strings ... ok
[INFO] [stdout] test reader::tests::must_read_serde ... ok
[INFO] [stdout] test tests::bytes ... ok
[INFO] [stdout] test tests::canonical ... ok
[INFO] [stdout] test tests::object ... ok
[INFO] [stdout] test check::tests::invalid_fragment ... ok
[INFO] [stdout] test codec::tests::via ... ok
[INFO] [stdout] test tests::roundtrip_complex ... ok
[INFO] [stderr]      Running tests/derive.rs (/opt/rustwide/target/debug/deps/derive-4f4984cb1f8c1bf3)
[INFO] [stdout] test codec::tests::option ... ok
[INFO] [stdout] test codec::tests::vec ... ok
[INFO] [stdout] test tests::roundtrip_non_string_map ... ok
[INFO] [stdout] test tests::numbers ... ok
[INFO] [stdout] test tests::roundtrip_simple ... ok
[INFO] [stdout] test tests::simple ... ok
[INFO] [stdout] test tests::strings ... ok
[INFO] [stdout] test value::tests::base64string ... ok
[INFO] [stdout] test value::tests::bignum ... ok
[INFO] [stdout] test value::tests::display ... ok
[INFO] [stdout] test value::tests::epoch ... ok
[INFO] [stdout] test value::timestamp::tests::encode ... ok
[INFO] [stdout] test value::timestamp::tests::epoch ... ok
[INFO] [stdout] test visit::tests::smoke ... ok
[INFO] [stdout] test value::number::tests::encode ... ok
[INFO] [stdout] test value::tests::tags ... ok
[INFO] [stdout] test tests::tags ... ok
[INFO] [stdout] test value::tests::test_str_lifetime ... ok
[INFO] [stdout] test value::tests::test_bytes_lifetime ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stderr]    Doc-tests cbor_data
[INFO] [stdout] test enums ... ok
[INFO] [stdout] test single_struct ... ok
[INFO] [stdout] test tuple_struct ... ok
[INFO] [stdout] test error ... ok
[INFO] [stdout] test named_struct ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test src/builder/encoder.rs - builder::encoder::Encoder::encode_f64 (line 98) ... ok
[INFO] [stdout] test src/builder/encoder.rs - builder::encoder::Encoder::encode_bytes (line 149) ... ok
[INFO] [stdout] test src/builder/encoder.rs - builder::encoder::Encoder::encode_str (line 133) ... ok
[INFO] [stdout] test src/builder/mod.rs - builder::CborBuilder<'a,NoOutput>::append_to (line 102) ... ok
[INFO] [stdout] test src/builder/writer.rs - builder::writer::Writer::write_array (line 128) ... ok
[INFO] [stdout] test src/builder/encoder.rs - builder::encoder::Encoder::encode_u64 (line 62) ... ok
[INFO] [stdout] test src/builder/mod.rs - builder::CborBuilder (line 43) ... ok
[INFO] [stdout] test src/builder/encoder.rs - builder::encoder::Encoder (line 8) ... ok
[INFO] [stdout] test src/builder/encoder.rs - builder::encoder::Encoder::encode_i64 (line 78) ... ok
[INFO] [stdout] test src/builder/writer.rs - builder::writer::Writer::write_str_chunked (line 82) ... ok
[INFO] [stdout] test src/builder/writer.rs - builder::writer::Writer::write_dict (line 183) ... ok
[INFO] [stdout] test src/builder/writer.rs - builder::writer::Writer::write_bytes_chunked (line 56) ... ok
[INFO] [stdout] test src/builder/writers.rs - builder::writers::DictWriter<'a>::with_key (line 93) ... ok
[INFO] [stdout] test src/validated/tags.rs - validated::tags::Tags (line 10) ... ok
[INFO] [stdout] test src/lib.rs - index_str (line 487) ... ok
[INFO] [stdout] test src/visit.rs - visit::Visitor (line 17) ... ok
[INFO] [stdout] test src/builder/writer.rs - builder::writer::Writer::write_array_ret (line 147) ... ok
[INFO] [stdout] test src/lib.rs - (line 26) ... FAILED
[INFO] [stdout] test src/builder/writer.rs - builder::writer::Writer::write_dict_ret (line 202) ... ok
[INFO] [stdout] test src/lib.rs - try_index_str (line 464) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 26) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (449) panicked at src/lib.rs:32:33:
[INFO] [stdout] timestamp
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60f9cc2f3e82 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60f9cc2f3e82 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60f9cc2f3e82 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60f9cc2f3e82 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60f9cc306a0a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60f9cc306a0a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x60f9cc2f79d6 - std[3f03f8b59f91bef1]::io::default_write_fmt::<std[3f03f8b59f91bef1]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60f9cc2f79d6 - <std[3f03f8b59f91bef1]::sys::stdio::unix::Stderr as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60f9cc2df25f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60f9cc2df25f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60f9cc2f0391 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x60f9cc2f054b - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x60f9cc2df318 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x60f9cc2d4839 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x60f9cc2dfb3d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x60f9cc3070bc - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x60f9cc306e14 - core[585f66e14d78f9ba]::panicking::panic_display::<&str>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:259:5
[INFO] [stdout]   17:     0x60f9cc306e14 - core[585f66e14d78f9ba]::option::expect_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/option.rs:2208:5
[INFO] [stdout]   18:     0x60f9cc298663 - <core[585f66e14d78f9ba]::option::Option<cbor_data[c1d59b6a037d89d3]::value::timestamp::Timestamp>>::expect
[INFO] [stdout]   19:     0x60f9cc299977 - rust_out[183646e59c86b0c5]::main::_doctest_main_src_lib_rs_26_0
[INFO] [stdout]   20:     0x60f9cc2984e6 - rust_out[183646e59c86b0c5]::main
[INFO] [stdout]   21:     0x60f9cc29eaa3 - <fn() as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   22:     0x60f9cc2965f6 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stdout]   23:     0x60f9cc297ad9 - std[3f03f8b59f91bef1]::rt::lang_start::<()>::{closure#0}
[INFO] [stdout]   24:     0x60f9cc2ef986 - <&dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   25:     0x60f9cc2ef986 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<&dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x60f9cc2ef986 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<i32, &dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   27:     0x60f9cc2ef986 - std[3f03f8b59f91bef1]::panic::catch_unwind::<&dyn core[585f66e14d78f9ba]::ops::function::Fn<(), Output = i32> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   28:     0x60f9cc2ef986 - std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/rt.rs:175:24
[INFO] [stdout]   29:     0x60f9cc2ef986 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x60f9cc2ef986 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<isize, std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x60f9cc2ef986 - std[3f03f8b59f91bef1]::panic::catch_unwind::<std[3f03f8b59f91bef1]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x60f9cc2ef986 - std[3f03f8b59f91bef1]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/rt.rs:171:5
[INFO] [stdout]   33:     0x60f9cc294e11 - std[3f03f8b59f91bef1]::rt::lang_start::<()>
[INFO] [stdout]   34:     0x60f9cc29eb45 - main
[INFO] [stdout]   35:     0x7f838a6131ca - <unknown>
[INFO] [stdout]   36:     0x7f838a61328b - __libc_start_main
[INFO] [stdout]   37:     0x60f9cc293ff5 - _start
[INFO] [stdout]   38:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 26)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 19 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.38s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "97f5409dd39796d8420ce896c2e9d1cb4631f8a0d59aaa210b7df593543e1c79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97f5409dd39796d8420ce896c2e9d1cb4631f8a0d59aaa210b7df593543e1c79", kill_on_drop: false }`
[INFO] [stdout] 97f5409dd39796d8420ce896c2e9d1cb4631f8a0d59aaa210b7df593543e1c79
