[INFO] fetching crate subtrie 0.0.1...
[INFO] testing subtrie-0.0.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate subtrie 0.0.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate subtrie 0.0.1
[INFO] finished tweaking crates.io crate subtrie 0.0.1
[INFO] tweaked toml for crates.io crate subtrie 0.0.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate subtrie 0.0.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 81 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.8.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded byte-slice-cast v1.2.3
[INFO] [stderr]   Downloaded hash256-std-hasher v0.15.2
[INFO] [stderr]   Downloaded konst_macro_rules v0.2.19
[INFO] [stderr]   Downloaded konst v0.2.20
[INFO] [stderr]   Downloaded const_format_proc_macros v0.2.34
[INFO] [stderr]   Downloaded parity-scale-codec v3.7.5
[INFO] [stderr]   Downloaded const_format v0.2.36
[INFO] [stderr]   Downloaded impl-trait-for-tuples v0.2.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a85b1023b043c9bb3bd6412d2d61daa6847f98047da3ecf4a7731055d8eee097
[INFO] running `Command { std: "docker" "start" "-a" "a85b1023b043c9bb3bd6412d2d61daa6847f98047da3ecf4a7731055d8eee097", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a85b1023b043c9bb3bd6412d2d61daa6847f98047da3ecf4a7731055d8eee097", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a85b1023b043c9bb3bd6412d2d61daa6847f98047da3ecf4a7731055d8eee097", kill_on_drop: false }`
[INFO] [stdout] a85b1023b043c9bb3bd6412d2d61daa6847f98047da3ecf4a7731055d8eee097
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7d4d48b5962d7733ea76f741a9de5c6163ab0309f97e759f830faa74a33fafcd
[INFO] running `Command { std: "docker" "start" "-a" "7d4d48b5962d7733ea76f741a9de5c6163ab0309f97e759f830faa74a33fafcd", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustc-hex v2.1.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling subtrie v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node.rs:162:18
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn as_value(&self) -> Value<L> {
[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] 162 |     pub fn as_value(&self) -> Value<'_, L> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node.rs:768:14
[INFO] [stdout]     |
[INFO] [stdout] 768 |     pub fn node(&self) -> Node<L> {
[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] 768 |     pub fn node(&self) -> Node<'_, L> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/proof/verify.rs:135:11
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn value(&self) -> Option<Value<()>> {
[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] 135 |     fn value(&self) -> Option<Value<'_, ()>> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/nibble/nibbleslice.rs:54:24
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn from_stored(i: &NodeKey) -> NibbleSlice {
[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] 54 |     pub fn from_stored(i: &NodeKey) -> NibbleSlice<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibbleslice.rs:168:28
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn right(&'a self) -> Partial {
[INFO] [stdout]     |                   --          ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn right(&'a self) -> Partial<'a> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibbleslice.rs:239:27
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub fn left(&'a self) -> Prefix {
[INFO] [stdout]     |                  --          ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub fn left(&'a self) -> Prefix<'a> {
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibbleslice.rs:252:33
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn original_data_as_prefix(&self) -> Prefix {
[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] 252 |     pub fn original_data_as_prefix(&self) -> Prefix<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibblevec.rs:110:19
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn as_prefix(&self) -> Prefix {
[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] 110 |     pub fn as_prefix(&self) -> Prefix<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibblevec.rs:217:24
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub fn as_nibbleslice(&self) -> Option<NibbleSlice> {
[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] 217 |     pub fn as_nibbleslice(&self) -> Option<NibbleSlice<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
[INFO] running `Command { std: "docker" "inspect" "7d4d48b5962d7733ea76f741a9de5c6163ab0309f97e759f830faa74a33fafcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d4d48b5962d7733ea76f741a9de5c6163ab0309f97e759f830faa74a33fafcd", kill_on_drop: false }`
[INFO] [stdout] 7d4d48b5962d7733ea76f741a9de5c6163ab0309f97e759f830faa74a33fafcd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f65d76a469bc4dfb994b863a37370e70648b142bdcd6a010adc758899edf7642
[INFO] running `Command { std: "docker" "start" "-a" "f65d76a469bc4dfb994b863a37370e70648b142bdcd6a010adc758899edf7642", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling hash256-std-hasher v0.15.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node.rs:162:18
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn as_value(&self) -> Value<L> {
[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] 162 |     pub fn as_value(&self) -> Value<'_, L> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node.rs:768:14
[INFO] [stdout]     |
[INFO] [stdout] 768 |     pub fn node(&self) -> Node<L> {
[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] 768 |     pub fn node(&self) -> Node<'_, L> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/proof/verify.rs:135:11
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn value(&self) -> Option<Value<()>> {
[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] 135 |     fn value(&self) -> Option<Value<'_, ()>> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/nibble/nibbleslice.rs:54:24
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn from_stored(i: &NodeKey) -> NibbleSlice {
[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] 54 |     pub fn from_stored(i: &NodeKey) -> NibbleSlice<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibbleslice.rs:168:28
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn right(&'a self) -> Partial {
[INFO] [stdout]     |                   --          ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn right(&'a self) -> Partial<'a> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibbleslice.rs:239:27
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub fn left(&'a self) -> Prefix {
[INFO] [stdout]     |                  --          ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub fn left(&'a self) -> Prefix<'a> {
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibbleslice.rs:252:33
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn original_data_as_prefix(&self) -> Prefix {
[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] 252 |     pub fn original_data_as_prefix(&self) -> Prefix<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibblevec.rs:110:19
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn as_prefix(&self) -> Prefix {
[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] 110 |     pub fn as_prefix(&self) -> Prefix<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibblevec.rs:217:24
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub fn as_nibbleslice(&self) -> Option<NibbleSlice> {
[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] 217 |     pub fn as_nibbleslice(&self) -> Option<NibbleSlice<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling subtrie v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node.rs:162:18
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn as_value(&self) -> Value<L> {
[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] 162 |     pub fn as_value(&self) -> Value<'_, L> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/node.rs:768:14
[INFO] [stdout]     |
[INFO] [stdout] 768 |     pub fn node(&self) -> Node<L> {
[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] 768 |     pub fn node(&self) -> Node<'_, L> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/proof/verify.rs:135:11
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn value(&self) -> Option<Value<()>> {
[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] 135 |     fn value(&self) -> Option<Value<'_, ()>> {
[INFO] [stdout]     |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/nibble/nibbleslice.rs:54:24
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn from_stored(i: &NodeKey) -> NibbleSlice {
[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] 54 |     pub fn from_stored(i: &NodeKey) -> NibbleSlice<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibbleslice.rs:168:28
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn right(&'a self) -> Partial {
[INFO] [stdout]     |                   --          ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn right(&'a self) -> Partial<'a> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibbleslice.rs:239:27
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub fn left(&'a self) -> Prefix {
[INFO] [stdout]     |                  --          ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 239 |     pub fn left(&'a self) -> Prefix<'a> {
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibbleslice.rs:252:33
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub fn original_data_as_prefix(&self) -> Prefix {
[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] 252 |     pub fn original_data_as_prefix(&self) -> Prefix<'_> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibblevec.rs:110:19
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn as_prefix(&self) -> Prefix {
[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] 110 |     pub fn as_prefix(&self) -> Prefix<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/nibble/nibblevec.rs:217:24
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub fn as_nibbleslice(&self) -> Option<NibbleSlice> {
[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] 217 |     pub fn as_nibbleslice(&self) -> Option<NibbleSlice<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 52.50s
[INFO] running `Command { std: "docker" "inspect" "f65d76a469bc4dfb994b863a37370e70648b142bdcd6a010adc758899edf7642", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f65d76a469bc4dfb994b863a37370e70648b142bdcd6a010adc758899edf7642", kill_on_drop: false }`
[INFO] [stdout] f65d76a469bc4dfb994b863a37370e70648b142bdcd6a010adc758899edf7642
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d6c226e7066ee6b4f8f92c9b6c24f2e26f15b571b0dca8e127614d9d034a6283
[INFO] running `Command { std: "docker" "start" "-a" "d6c226e7066ee6b4f8f92c9b6c24f2e26f15b571b0dca8e127614d9d034a6283", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/node.rs:162:18
[INFO] [stderr]     |
[INFO] [stderr] 162 |     pub fn as_value(&self) -> Value<L> {
[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] 162 |     pub fn as_value(&self) -> Value<'_, L> {
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/node.rs:768:14
[INFO] [stderr]     |
[INFO] [stderr] 768 |     pub fn node(&self) -> Node<L> {
[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] 768 |     pub fn node(&self) -> Node<'_, L> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/proof/verify.rs:135:11
[INFO] [stderr]     |
[INFO] [stderr] 135 |     fn value(&self) -> Option<Value<()>> {
[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] 135 |     fn value(&self) -> Option<Value<'_, ()>> {
[INFO] [stderr]     |                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/nibble/nibbleslice.rs:54:24
[INFO] [stderr]    |
[INFO] [stderr] 54 |     pub fn from_stored(i: &NodeKey) -> NibbleSlice {
[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] 54 |     pub fn from_stored(i: &NodeKey) -> NibbleSlice<'_> {
[INFO] [stderr]    |                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/nibble/nibbleslice.rs:168:28
[INFO] [stderr]     |
[INFO] [stderr] 168 |     pub fn right(&'a self) -> Partial {
[INFO] [stderr]     |                   --          ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 168 |     pub fn right(&'a self) -> Partial<'a> {
[INFO] [stderr]     |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/nibble/nibbleslice.rs:239:27
[INFO] [stderr]     |
[INFO] [stderr] 239 |     pub fn left(&'a self) -> Prefix {
[INFO] [stderr]     |                  --          ^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                  |
[INFO] [stderr]     |                  the lifetime is named here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 239 |     pub fn left(&'a self) -> Prefix<'a> {
[INFO] [stderr]     |                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/nibble/nibbleslice.rs:252:33
[INFO] [stderr]     |
[INFO] [stderr] 252 |     pub fn original_data_as_prefix(&self) -> Prefix {
[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] 252 |     pub fn original_data_as_prefix(&self) -> Prefix<'_> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/nibble/nibblevec.rs:110:19
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub fn as_prefix(&self) -> Prefix {
[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] 110 |     pub fn as_prefix(&self) -> Prefix<'_> {
[INFO] [stderr]     |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/nibble/nibblevec.rs:217:24
[INFO] [stderr]     |
[INFO] [stderr] 217 |     pub fn as_nibbleslice(&self) -> Option<NibbleSlice> {
[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] 217 |     pub fn as_nibbleslice(&self) -> Option<NibbleSlice<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `subtrie` (lib) generated 9 warnings (run `cargo fix --lib -p subtrie` to apply 9 suggestions)
[INFO] [stderr] warning: `subtrie` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/subtrie-b8188b6b33c44d9b)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test mem_tree_db::tests::test_apply_existing_node ... ok
[INFO] [stdout] test mem_tree_db::tests::test_apply_commit ... ok
[INFO] [stdout] test keccak_hasher::tests::hash256_std_hasher_works ... ok
[INFO] [stdout] test mem_tree_db::tests::test_get ... ok
[INFO] [stdout] test nibble::leftnibbleslice::tests::test_cmp ... ok
[INFO] [stdout] test mem_tree_db::tests::test_contains ... ok
[INFO] [stdout] test memory_db::test::default_works ... ok
[INFO] [stdout] test nibble::leftnibbleslice::tests::test_at ... ok
[INFO] [stdout] test nibble::leftnibbleslice::tests::test_contains ... ok
[INFO] [stdout] test memory_db::test::memorydb_remove_and_purge ... ok
[INFO] [stdout] test memory_db::test::consolidate ... ok
[INFO] [stdout] test mem_tree_db::tests::test_apply_new_node ... ok
[INFO] [stdout] test mem_tree_db::tests::test_commit_changeset_with_children ... ok
[INFO] [stdout] test nibble::leftnibbleslice::tests::test_len ... ok
[INFO] [stdout] test nibble::leftnibbleslice::tests::test_starts_with ... ok
[INFO] [stdout] test nibble::nibbleslice::tests::basics ... ok
[INFO] [stdout] test nibble::nibbleslice::tests::compare ... ok
[INFO] [stdout] test nibble::nibbleslice::tests::iterator ... ok
[INFO] [stdout] test nibble::nibbleslice::tests::from_encoded_pre ... ok
[INFO] [stdout] test nibble::nibbleslice::tests::encoded_pre ... ok
[INFO] [stdout] test nibble::nibbleslice::tests::range_iter ... ok
[INFO] [stdout] test nibble::nibblevec::tests::append_partial ... ok
[INFO] [stdout] test nibble::nibbleslice::tests::mid ... ok
[INFO] [stdout] test nibble::nibbleslice::tests::shared ... ok
[INFO] [stdout] test nibble::nibblevec::tests::push_pop ... ok
[INFO] [stdout] test nibble::tests::nibble_vec_size ... ok
[INFO] [stdout] test nibble::nibblevec::tests::drop_lasts_test ... ok
[INFO] [stdout] test nibble::nibblevec::tests::right_iter_works ... ok
[INFO] [stdout] test triedbmut::tests::combine_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests subtrie
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/trie_root.rs - trie_root::sec_trie_root (line 228) ... ignored
[INFO] [stdout] test src/trie_root.rs - trie_root::trie_root (line 86) ... ignored
[INFO] [stdout] test src/triedb.rs - triedb::TrieDB (line 122) ... ignored
[INFO] [stdout] test src/triedbmut.rs - triedbmut::TrieDBMut (line 895) ... ignored
[INFO] [stdout] test src/memory_db.rs - memory_db::MemoryDB<H,KF,T>::clear (line 280) ... ok
[INFO] [stdout] test src/memory_db.rs - memory_db::MemoryDB (line 37) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d6c226e7066ee6b4f8f92c9b6c24f2e26f15b571b0dca8e127614d9d034a6283", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d6c226e7066ee6b4f8f92c9b6c24f2e26f15b571b0dca8e127614d9d034a6283", kill_on_drop: false }`
[INFO] [stdout] d6c226e7066ee6b4f8f92c9b6c24f2e26f15b571b0dca8e127614d9d034a6283
