[INFO] fetching crate hdrhistogram 7.5.4...
[INFO] testing hdrhistogram-7.5.4 against 1.98.0-beta.1 for beta-1.98-1
[INFO] extracting crate hdrhistogram 7.5.4 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate hdrhistogram 7.5.4
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate hdrhistogram 7.5.4
[INFO] tweaked toml for crates.io crate hdrhistogram 7.5.4 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hdrhistogram 7.5.4 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hdrhistogram 7.5.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 770934638ac186f92776767683abec64f88514d0faad0c0fa225ba79a9d1e1b9
[INFO] running `Command { std: "docker" "start" "770934638ac186f92776767683abec64f88514d0faad0c0fa225ba79a9d1e1b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "770934638ac186f92776767683abec64f88514d0faad0c0fa225ba79a9d1e1b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "770934638ac186f92776767683abec64f88514d0faad0c0fa225ba79a9d1e1b9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "770934638ac186f92776767683abec64f88514d0faad0c0fa225ba79a9d1e1b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "770934638ac186f92776767683abec64f88514d0faad0c0fa225ba79a9d1e1b9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling hdrhistogram v7.5.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1045:9
[INFO] [stdout]      |
[INFO] [stdout] 1045 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1046 |         ticks_per_half_distance: u32,
[INFO] [stdout] 1047 |     ) -> HistogramIterator<T, iterators::quantile::Iter<T>> {
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |          |                    |
[INFO] [stdout]      |          |                    the same lifetime is hidden 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]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1047 |     ) -> HistogramIterator<'_, T, iterators::quantile::Iter<'_, T>> {
[INFO] [stdout]      |                            +++                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1107:24
[INFO] [stdout]      |
[INFO] [stdout] 1107 |     pub fn iter_linear(&self, step: u64) -> HistogramIterator<T, iterators::linear::Iter<T>> {
[INFO] [stdout]      |                        ^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                        |                    |                    |
[INFO] [stdout]      |                        |                    |                    the same lifetime is hidden here
[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] 1107 |     pub fn iter_linear(&self, step: u64) -> HistogramIterator<'_, T, iterators::linear::Iter<'_, T>> {
[INFO] [stdout]      |                                                               +++                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1145:21
[INFO] [stdout]      |
[INFO] [stdout] 1145 |     pub fn iter_log(&self, start: u64, exp: f64) -> HistogramIterator<T, iterators::log::Iter<T>> {
[INFO] [stdout]      |                     ^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                     |                               |                    |
[INFO] [stdout]      |                     |                               |                    the same lifetime is hidden here
[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] 1145 |     pub fn iter_log(&self, start: u64, exp: f64) -> HistogramIterator<'_, T, iterators::log::Iter<'_, T>> {
[INFO] [stdout]      |                                                                       +++                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1183:26
[INFO] [stdout]      |
[INFO] [stdout] 1183 |     pub fn iter_recorded(&self) -> HistogramIterator<T, iterators::recorded::Iter> {
[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] 1183 |     pub fn iter_recorded(&self) -> HistogramIterator<'_, T, iterators::recorded::Iter> {
[INFO] [stdout]      |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1242:21
[INFO] [stdout]      |
[INFO] [stdout] 1242 |     pub fn iter_all(&self) -> HistogramIterator<T, iterators::all::Iter> {
[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] 1242 |     pub fn iter_all(&self) -> HistogramIterator<'_, T, iterators::all::Iter> {
[INFO] [stdout]      |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iterators/recorded.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<T, Iter> {
[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] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<'_, T, Iter> {
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iterators/all.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<T, Iter> {
[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] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<'_, T, Iter> {
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:709:22
[INFO] [stdout]     |
[INFO] [stdout] 709 | fn start_time(input: &[u8]) -> IResult<&[u8], LogEntry> {
[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] 709 | fn start_time(input: &[u8]) -> IResult<&[u8], LogEntry<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:718:21
[INFO] [stdout]     |
[INFO] [stdout] 718 | fn base_time(input: &[u8]) -> IResult<&[u8], LogEntry> {
[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] 718 | fn base_time(input: &[u8]) -> IResult<&[u8], LogEntry<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:734:22
[INFO] [stdout]     |
[INFO] [stdout] 734 | fn tag_parser(input: &[u8]) -> IResult<&[u8], Tag> {
[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] 734 | fn tag_parser(input: &[u8]) -> IResult<&[u8], Tag<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:739:25
[INFO] [stdout]     |
[INFO] [stdout] 739 | fn interval_hist(input: &[u8]) -> IResult<&[u8], LogEntry> {
[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] 739 | fn interval_hist(input: &[u8]) -> IResult<&[u8], LogEntry<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:811:27
[INFO] [stdout]     |
[INFO] [stdout] 811 | fn fract_sec_tuple(input: &[u8]) -> FResult {
[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] 811 | fn fract_sec_tuple(input: &[u8]) -> FResult<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sync/mod.rs:211:17
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub fn idle(&mut self) -> IdleRecorderGuard<C> {
[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] 211 |     pub fn idle(&mut self) -> IdleRecorderGuard<'_, C> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
[INFO] running `Command { std: "docker" "inspect" "770934638ac186f92776767683abec64f88514d0faad0c0fa225ba79a9d1e1b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "770934638ac186f92776767683abec64f88514d0faad0c0fa225ba79a9d1e1b9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling rustix v0.38.21
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.11
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.6.1
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling az v1.2.1
[INFO] [stderr]    Compiling clap_lex v0.5.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.2
[INFO] [stderr]    Compiling rug v1.22.0
[INFO] [stderr]    Compiling ieee754 v0.2.6
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1045:9
[INFO] [stdout]      |
[INFO] [stdout] 1045 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1046 |         ticks_per_half_distance: u32,
[INFO] [stdout] 1047 |     ) -> HistogramIterator<T, iterators::quantile::Iter<T>> {
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |          |                    |
[INFO] [stdout]      |          |                    the same lifetime is hidden 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]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1047 |     ) -> HistogramIterator<'_, T, iterators::quantile::Iter<'_, T>> {
[INFO] [stdout]      |                            +++                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1107:24
[INFO] [stdout]      |
[INFO] [stdout] 1107 |     pub fn iter_linear(&self, step: u64) -> HistogramIterator<T, iterators::linear::Iter<T>> {
[INFO] [stdout]      |                        ^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                        |                    |                    |
[INFO] [stdout]      |                        |                    |                    the same lifetime is hidden here
[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] 1107 |     pub fn iter_linear(&self, step: u64) -> HistogramIterator<'_, T, iterators::linear::Iter<'_, T>> {
[INFO] [stdout]      |                                                               +++                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1145:21
[INFO] [stdout]      |
[INFO] [stdout] 1145 |     pub fn iter_log(&self, start: u64, exp: f64) -> HistogramIterator<T, iterators::log::Iter<T>> {
[INFO] [stdout]      |                     ^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                     |                               |                    |
[INFO] [stdout]      |                     |                               |                    the same lifetime is hidden here
[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] 1145 |     pub fn iter_log(&self, start: u64, exp: f64) -> HistogramIterator<'_, T, iterators::log::Iter<'_, T>> {
[INFO] [stdout]      |                                                                       +++                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1183:26
[INFO] [stdout]      |
[INFO] [stdout] 1183 |     pub fn iter_recorded(&self) -> HistogramIterator<T, iterators::recorded::Iter> {
[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] 1183 |     pub fn iter_recorded(&self) -> HistogramIterator<'_, T, iterators::recorded::Iter> {
[INFO] [stdout]      |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1242:21
[INFO] [stdout]      |
[INFO] [stdout] 1242 |     pub fn iter_all(&self) -> HistogramIterator<T, iterators::all::Iter> {
[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] 1242 |     pub fn iter_all(&self) -> HistogramIterator<'_, T, iterators::all::Iter> {
[INFO] [stdout]      |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iterators/recorded.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<T, Iter> {
[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] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<'_, T, Iter> {
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iterators/all.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<T, Iter> {
[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] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<'_, T, Iter> {
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:709:22
[INFO] [stdout]     |
[INFO] [stdout] 709 | fn start_time(input: &[u8]) -> IResult<&[u8], LogEntry> {
[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] 709 | fn start_time(input: &[u8]) -> IResult<&[u8], LogEntry<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:718:21
[INFO] [stdout]     |
[INFO] [stdout] 718 | fn base_time(input: &[u8]) -> IResult<&[u8], LogEntry> {
[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] 718 | fn base_time(input: &[u8]) -> IResult<&[u8], LogEntry<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:734:22
[INFO] [stdout]     |
[INFO] [stdout] 734 | fn tag_parser(input: &[u8]) -> IResult<&[u8], Tag> {
[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] 734 | fn tag_parser(input: &[u8]) -> IResult<&[u8], Tag<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:739:25
[INFO] [stdout]     |
[INFO] [stdout] 739 | fn interval_hist(input: &[u8]) -> IResult<&[u8], LogEntry> {
[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] 739 | fn interval_hist(input: &[u8]) -> IResult<&[u8], LogEntry<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:811:27
[INFO] [stdout]     |
[INFO] [stdout] 811 | fn fract_sec_tuple(input: &[u8]) -> FResult {
[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] 811 | fn fract_sec_tuple(input: &[u8]) -> FResult<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sync/mod.rs:211:17
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub fn idle(&mut self) -> IdleRecorderGuard<C> {
[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] 211 |     pub fn idle(&mut self) -> IdleRecorderGuard<'_, C> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling clap_builder v4.3.24
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling clap v4.3.24
[INFO] [stderr]    Compiling hdrhistogram v7.5.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> examples/cli.rs:232:8
[INFO] [stdout]     |
[INFO] [stdout] 232 |     Io(io::Error),
[INFO] [stdout]     |     -- ^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 232 -     Io(io::Error),
[INFO] [stdout] 232 +     Io(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> examples/cli.rs:233:24
[INFO] [stdout]     |
[INFO] [stdout] 233 |     HistogramSerialize(V2SerializeError),
[INFO] [stdout]     |     ------------------ ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 233 -     HistogramSerialize(V2SerializeError),
[INFO] [stdout] 233 +     HistogramSerialize(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> examples/cli.rs:234:34
[INFO] [stdout]     |
[INFO] [stdout] 234 |     HistogramSerializeCompressed(V2DeflateSerializeError),
[INFO] [stdout]     |     ---------------------------- ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 234 -     HistogramSerializeCompressed(V2DeflateSerializeError),
[INFO] [stdout] 234 +     HistogramSerializeCompressed(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> examples/cli.rs:235:26
[INFO] [stdout]     |
[INFO] [stdout] 235 |     HistogramDeserialize(DeserializeError),
[INFO] [stdout]     |     -------------------- ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 235 -     HistogramDeserialize(DeserializeError),
[INFO] [stdout] 235 +     HistogramDeserialize(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> examples/cli.rs:236:21
[INFO] [stdout]     |
[INFO] [stdout] 236 |     HistogramRecord(RecordError),
[INFO] [stdout]     |     --------------- ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 236 -     HistogramRecord(RecordError),
[INFO] [stdout] 236 +     HistogramRecord(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> tests/quantile.rs:346:31
[INFO] [stdout]     |
[INFO] [stdout] 346 |     fn new(rng: &'a mut R) -> RandomMaxIter<R> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 346 |     fn new(rng: &'a mut R) -> RandomMaxIter<'a, R> {
[INFO] [stdout]     |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `num` is never read
[INFO] [stdout]    --> tests/data_access.rs:453:5
[INFO] [stdout]     |
[INFO] [stdout] 453 |     num = 0;
[INFO] [stdout]     |     ^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 467 |         num += 1;
[INFO] [stdout]     |         -------- `num` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `num` is never read
[INFO] [stdout]    --> tests/data_access.rs:467:9
[INFO] [stdout]     |
[INFO] [stdout] 467 |         num += 1;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1045:9
[INFO] [stdout]      |
[INFO] [stdout] 1045 |         &self,
[INFO] [stdout]      |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 1046 |         ticks_per_half_distance: u32,
[INFO] [stdout] 1047 |     ) -> HistogramIterator<T, iterators::quantile::Iter<T>> {
[INFO] [stdout]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |          |                    |
[INFO] [stdout]      |          |                    the same lifetime is hidden 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]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1047 |     ) -> HistogramIterator<'_, T, iterators::quantile::Iter<'_, T>> {
[INFO] [stdout]      |                            +++                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1107:24
[INFO] [stdout]      |
[INFO] [stdout] 1107 |     pub fn iter_linear(&self, step: u64) -> HistogramIterator<T, iterators::linear::Iter<T>> {
[INFO] [stdout]      |                        ^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                        |                    |                    |
[INFO] [stdout]      |                        |                    |                    the same lifetime is hidden here
[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] 1107 |     pub fn iter_linear(&self, step: u64) -> HistogramIterator<'_, T, iterators::linear::Iter<'_, T>> {
[INFO] [stdout]      |                                                               +++                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1145:21
[INFO] [stdout]      |
[INFO] [stdout] 1145 |     pub fn iter_log(&self, start: u64, exp: f64) -> HistogramIterator<T, iterators::log::Iter<T>> {
[INFO] [stdout]      |                     ^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                     |                               |                    |
[INFO] [stdout]      |                     |                               |                    the same lifetime is hidden here
[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] 1145 |     pub fn iter_log(&self, start: u64, exp: f64) -> HistogramIterator<'_, T, iterators::log::Iter<'_, T>> {
[INFO] [stdout]      |                                                                       +++                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1183:26
[INFO] [stdout]      |
[INFO] [stdout] 1183 |     pub fn iter_recorded(&self) -> HistogramIterator<T, iterators::recorded::Iter> {
[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] 1183 |     pub fn iter_recorded(&self) -> HistogramIterator<'_, T, iterators::recorded::Iter> {
[INFO] [stdout]      |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1242:21
[INFO] [stdout]      |
[INFO] [stdout] 1242 |     pub fn iter_all(&self) -> HistogramIterator<T, iterators::all::Iter> {
[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] 1242 |     pub fn iter_all(&self) -> HistogramIterator<'_, T, iterators::all::Iter> {
[INFO] [stdout]      |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iterators/recorded.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<T, Iter> {
[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] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<'_, T, Iter> {
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iterators/all.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<T, Iter> {
[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] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<'_, T, Iter> {
[INFO] [stdout]    |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:709:22
[INFO] [stdout]     |
[INFO] [stdout] 709 | fn start_time(input: &[u8]) -> IResult<&[u8], LogEntry> {
[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] 709 | fn start_time(input: &[u8]) -> IResult<&[u8], LogEntry<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:718:21
[INFO] [stdout]     |
[INFO] [stdout] 718 | fn base_time(input: &[u8]) -> IResult<&[u8], LogEntry> {
[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] 718 | fn base_time(input: &[u8]) -> IResult<&[u8], LogEntry<'_>> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:734:22
[INFO] [stdout]     |
[INFO] [stdout] 734 | fn tag_parser(input: &[u8]) -> IResult<&[u8], Tag> {
[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] 734 | fn tag_parser(input: &[u8]) -> IResult<&[u8], Tag<'_>> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:739:25
[INFO] [stdout]     |
[INFO] [stdout] 739 | fn interval_hist(input: &[u8]) -> IResult<&[u8], LogEntry> {
[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] 739 | fn interval_hist(input: &[u8]) -> IResult<&[u8], LogEntry<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/serialization/interval_log/mod.rs:811:27
[INFO] [stdout]     |
[INFO] [stdout] 811 | fn fract_sec_tuple(input: &[u8]) -> FResult {
[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] 811 | fn fract_sec_tuple(input: &[u8]) -> FResult<'_> {
[INFO] [stdout]     |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/sync/mod.rs:211:17
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub fn idle(&mut self) -> IdleRecorderGuard<C> {
[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] 211 |     pub fn idle(&mut self) -> IdleRecorderGuard<'_, C> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 26s
[INFO] running `Command { std: "docker" "inspect" "770934638ac186f92776767683abec64f88514d0faad0c0fa225ba79a9d1e1b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "770934638ac186f92776767683abec64f88514d0faad0c0fa225ba79a9d1e1b9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1045:9
[INFO] [stderr]      |
[INFO] [stderr] 1045 |         &self,
[INFO] [stderr]      |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 1046 |         ticks_per_half_distance: u32,
[INFO] [stderr] 1047 |     ) -> HistogramIterator<T, iterators::quantile::Iter<T>> {
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |          |                    |
[INFO] [stderr]      |          |                    the same lifetime is hidden 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]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1047 |     ) -> HistogramIterator<'_, T, iterators::quantile::Iter<'_, T>> {
[INFO] [stderr]      |                            +++                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1107:24
[INFO] [stderr]      |
[INFO] [stderr] 1107 |     pub fn iter_linear(&self, step: u64) -> HistogramIterator<T, iterators::linear::Iter<T>> {
[INFO] [stderr]      |                        ^^^^^                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |                        |                    |                    |
[INFO] [stderr]      |                        |                    |                    the same lifetime is hidden here
[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] 1107 |     pub fn iter_linear(&self, step: u64) -> HistogramIterator<'_, T, iterators::linear::Iter<'_, T>> {
[INFO] [stderr]      |                                                               +++                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1145:21
[INFO] [stderr]      |
[INFO] [stderr] 1145 |     pub fn iter_log(&self, start: u64, exp: f64) -> HistogramIterator<T, iterators::log::Iter<T>> {
[INFO] [stderr]      |                     ^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |                     |                               |                    |
[INFO] [stderr]      |                     |                               |                    the same lifetime is hidden here
[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] 1145 |     pub fn iter_log(&self, start: u64, exp: f64) -> HistogramIterator<'_, T, iterators::log::Iter<'_, T>> {
[INFO] [stderr]      |                                                                       +++                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1183:26
[INFO] [stderr]      |
[INFO] [stderr] 1183 |     pub fn iter_recorded(&self) -> HistogramIterator<T, iterators::recorded::Iter> {
[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] 1183 |     pub fn iter_recorded(&self) -> HistogramIterator<'_, T, iterators::recorded::Iter> {
[INFO] [stderr]      |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1242:21
[INFO] [stderr]      |
[INFO] [stderr] 1242 |     pub fn iter_all(&self) -> HistogramIterator<T, iterators::all::Iter> {
[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] 1242 |     pub fn iter_all(&self) -> HistogramIterator<'_, T, iterators::all::Iter> {
[INFO] [stderr]      |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/iterators/recorded.rs:12:34
[INFO] [stderr]    |
[INFO] [stderr] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<T, Iter> {
[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] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<'_, T, Iter> {
[INFO] [stderr]    |                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/iterators/all.rs:12:34
[INFO] [stderr]    |
[INFO] [stderr] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<T, Iter> {
[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] 12 |     pub fn new<T: Counter>(hist: &Histogram<T>) -> HistogramIterator<'_, T, Iter> {
[INFO] [stderr]    |                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/serialization/interval_log/mod.rs:709:22
[INFO] [stderr]     |
[INFO] [stderr] 709 | fn start_time(input: &[u8]) -> IResult<&[u8], LogEntry> {
[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] 709 | fn start_time(input: &[u8]) -> IResult<&[u8], LogEntry<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/serialization/interval_log/mod.rs:718:21
[INFO] [stderr]     |
[INFO] [stderr] 718 | fn base_time(input: &[u8]) -> IResult<&[u8], LogEntry> {
[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] 718 | fn base_time(input: &[u8]) -> IResult<&[u8], LogEntry<'_>> {
[INFO] [stderr]     |                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/serialization/interval_log/mod.rs:734:22
[INFO] [stderr]     |
[INFO] [stderr] 734 | fn tag_parser(input: &[u8]) -> IResult<&[u8], Tag> {
[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] 734 | fn tag_parser(input: &[u8]) -> IResult<&[u8], Tag<'_>> {
[INFO] [stderr]     |                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/serialization/interval_log/mod.rs:739:25
[INFO] [stderr]     |
[INFO] [stderr] 739 | fn interval_hist(input: &[u8]) -> IResult<&[u8], LogEntry> {
[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] 739 | fn interval_hist(input: &[u8]) -> IResult<&[u8], LogEntry<'_>> {
[INFO] [stderr]     |                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/serialization/interval_log/mod.rs:811:27
[INFO] [stderr]     |
[INFO] [stderr] 811 | fn fract_sec_tuple(input: &[u8]) -> FResult {
[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] 811 | fn fract_sec_tuple(input: &[u8]) -> FResult<'_> {
[INFO] [stderr]     |                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/sync/mod.rs:211:17
[INFO] [stderr]     |
[INFO] [stderr] 211 |     pub fn idle(&mut self) -> IdleRecorderGuard<C> {
[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] 211 |     pub fn idle(&mut self) -> IdleRecorderGuard<'_, C> {
[INFO] [stderr]     |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `hdrhistogram` (lib) generated 13 warnings (run `cargo fix --lib -p hdrhistogram` to apply 13 suggestions)
[INFO] [stderr] warning: value assigned to `num` is never read
[INFO] [stderr]    --> tests/data_access.rs:453:5
[INFO] [stderr]     |
[INFO] [stderr] 453 |     num = 0;
[INFO] [stderr]     |     ^^^^^^^ this value is reassigned later and never used
[INFO] [stderr] ...
[INFO] [stderr] 467 |         num += 1;
[INFO] [stderr]     |         -------- `num` is overwritten here before the previous value is read
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `num` is never read
[INFO] [stderr]    --> tests/data_access.rs:467:9
[INFO] [stderr]     |
[INFO] [stderr] 467 |         num += 1;
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> tests/quantile.rs:346:31
[INFO] [stderr]     |
[INFO] [stderr] 346 |     fn new(rng: &'a mut R) -> RandomMaxIter<R> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 346 |     fn new(rng: &'a mut R) -> RandomMaxIter<'a, R> {
[INFO] [stderr]     |                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> examples/cli.rs:232:8
[INFO] [stderr]     |
[INFO] [stderr] 232 |     Io(io::Error),
[INFO] [stderr]     |     -- ^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `CliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 232 -     Io(io::Error),
[INFO] [stderr] 232 +     Io(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> examples/cli.rs:233:24
[INFO] [stderr]     |
[INFO] [stderr] 233 |     HistogramSerialize(V2SerializeError),
[INFO] [stderr]     |     ------------------ ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `CliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 233 -     HistogramSerialize(V2SerializeError),
[INFO] [stderr] 233 +     HistogramSerialize(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> examples/cli.rs:234:34
[INFO] [stderr]     |
[INFO] [stderr] 234 |     HistogramSerializeCompressed(V2DeflateSerializeError),
[INFO] [stderr]     |     ---------------------------- ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `CliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 234 -     HistogramSerializeCompressed(V2DeflateSerializeError),
[INFO] [stderr] 234 +     HistogramSerializeCompressed(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> examples/cli.rs:235:26
[INFO] [stderr]     |
[INFO] [stderr] 235 |     HistogramDeserialize(DeserializeError),
[INFO] [stderr]     |     -------------------- ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `CliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 235 -     HistogramDeserialize(DeserializeError),
[INFO] [stderr] 235 +     HistogramDeserialize(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> examples/cli.rs:236:21
[INFO] [stderr]     |
[INFO] [stderr] 236 |     HistogramRecord(RecordError),
[INFO] [stderr]     |     --------------- ^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `CliError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 236 -     HistogramRecord(RecordError),
[INFO] [stderr] 236 +     HistogramRecord(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `hdrhistogram` (lib test) generated 13 warnings (13 duplicates)
[INFO] [stderr] warning: `hdrhistogram` (test "data_access") generated 2 warnings
[INFO] [stderr] warning: `hdrhistogram` (test "quantile") generated 1 warning (run `cargo fix --test "quantile" -p hdrhistogram` to apply 1 suggestion)
[INFO] [stderr] warning: `hdrhistogram` (example "cli") generated 5 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hdrhistogram-0c8605d8ecfe3a1e)
[INFO] [stdout] 
[INFO] [stdout] running 160 tests
[INFO] [stdout] test serialization::interval_log::tests::iter_multiple_entrties_with_interleaved_ignored ... ok
[INFO] [stdout] test serialization::interval_log::tests::iter_with_ignored_prefix ... ok
[INFO] [stdout] test serialization::interval_log::tests::iter_all_ignored_empty_iter ... ok
[INFO] [stdout] test serialization::interval_log::tests::iter_without_ignored_prefix ... ok
[INFO] [stdout] test serialization::interval_log::tests::parse_comment ... ok
[INFO] [stdout] test serialization::interval_log::tests::parse_base_time ... ok
[INFO] [stdout] test serialization::interval_log::tests::parse_duration_full_ns ... ok
[INFO] [stdout] test serialization::interval_log::tests::parse_interval_hist_no_tag ... ok
[INFO] [stdout] test serialization::interval_log::tests::parse_duration_scale_ns ... ok
[INFO] [stdout] test serialization::interval_log::tests::parse_interval_hist_with_tag ... ok
[INFO] [stdout] test serialization::interval_log::tests::parse_legend ... ok
[INFO] [stdout] test serialization::interval_log::tests::parse_start_time_with_human_date ... ok
[INFO] [stdout] test serialization::interval_log::tests::parse_duration_too_many_ns ... ok
[INFO] [stdout] test serialization::interval_log::tests::parse_start_time_without_human_date ... ok
[INFO] [stdout] test serialization::tests::rand_varint::largest_number_in_7_bit_chunk_correct ... ok
[INFO] [stdout] test serialization::tests::encode_counts_first_count_incremented ... ok
[INFO] [stdout] test serialization::interval_log::tests::write_start_time ... ok
[INFO] [stdout] test serialization::interval_log::tests::write_comment_newline_wraps ... ok
[INFO] [stdout] test serialization::interval_log::tests::write_comment_control_characters_still_parseable ... ok
[INFO] [stdout] test serialization::interval_log::tests::write_header_comment ... ok
[INFO] [stdout] test serialization::interval_log::tests::write_header_then_interval_comment ... ok
[INFO] [stdout] test serialization::interval_log::tests::write_headers_multiple_times_only_last_is_used ... ok
[INFO] [stdout] test serialization::tests::encode_counts_count_too_big ... ok
[INFO] [stdout] test serialization::tests::encode_counts_first_and_last_count_incremented ... ok
[INFO] [stdout] test serialization::tests::serialize_roundtrip_all_zeros ... ok
[INFO] [stdout] test serialization::tests::encode_counts_last_count_incremented ... ok
[INFO] [stdout] test serialization::interval_log::tests::write_interval_histo_with_tag ... ok
[INFO] [stdout] test serialization::tests::serialize_roundtrip_1_count_for_every_value_1_bucket ... ok
[INFO] [stdout] test serialization::tests::encode_counts_all_zeros ... ok
[INFO] [stdout] test serialization::tests::varint_read_u64_max ... ok
[INFO] [stdout] test serialization::tests::varint_read_u64_zero ... ok
[INFO] [stdout] test serialization::tests::varint_write_9_bit_value ... ok
[INFO] [stdout] test serialization::interval_log::tests::write_base_time ... ok
[INFO] [stdout] test serialization::tests::serialize_roundtrip_1_count_for_every_value_2_buckets ... ok
[INFO] [stdout] test serialization::interval_log::tests::write_interval_histo_no_tag ... ok
[INFO] [stdout] test serialization::tests::varint_write_3_bit_value ... ok
[INFO] [stdout] test serialization::tests::varint_write_7_bit_value ... ok
[INFO] [stdout] test serialization::tests::serialize_all_zeros ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_roundtrip_rand_1_byte ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_roundtrip_rand_4_byte ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_roundtrip_rand_2_byte ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_roundtrip_rand_6_byte ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_roundtrip_rand_3_byte ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_slice_roundtrip_rand_1_byte ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_slice_roundtrip_rand_2_byte ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_roundtrip_rand_5_byte ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_roundtrip_rand_7_byte ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_slice_roundtrip_rand_5_byte ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_slice_roundtrip_rand_3_byte ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_slice_roundtrip_rand_6_byte ... ok
[INFO] [stdout] test serialization::tests::varint_write_u64_max ... ok
[INFO] [stdout] test serialization::tests::zig_zag_decode_0 ... ok
[INFO] [stdout] test serialization::tests::zig_zag_decode_1 ... ok
[INFO] [stdout] test serialization::tests::zig_zag_decode_2 ... ok
[INFO] [stdout] test serialization::tests::zig_zag_decode_u64_max_penultimate_to_i64_max ... ok
[INFO] [stdout] test serialization::tests::zig_zag_decode_u64_max_to_i64_min ... ok
[INFO] [stdout] test serialization::tests::zig_zag_encode_0 ... ok
[INFO] [stdout] test serialization::tests::zig_zag_encode_1 ... ok
[INFO] [stdout] test serialization::tests::zig_zag_encode_i64_max ... ok
[INFO] [stdout] test serialization::tests::zig_zag_encode_i64_min ... ok
[INFO] [stdout] test serialization::tests::zig_zag_encode_neg_1 ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_roundtrip_rand_9_byte ... ok
[INFO] [stdout] test tests::correct_original_min ... ok
[INFO] [stdout] test tests::index_calculation::bucket_for_biggest_value_in_first_bucket ... ok
[INFO] [stdout] test tests::index_calculation::bucket_for_biggest_value_in_second_bucket ... ok
[INFO] [stdout] test tests::index_calculation::bucket_for_smallest_value_in_first_bucket ... ok
[INFO] [stdout] test tests::index_calculation::bucket_for_smallest_value_in_last_bucket ... ok
[INFO] [stdout] test tests::index_calculation::bucket_for_smallest_value_in_second_bucket ... ok
[INFO] [stdout] test tests::index_calculation::bucket_for_smallest_value_in_third_bucket ... ok
[INFO] [stdout] test tests::index_calculation::bucket_for_value_above_biggest_isnt_clamped_at_max_bucket ... ok
[INFO] [stdout] test tests::index_calculation::bucket_for_value_below_smallest_clamps_to_zero ... ok
[INFO] [stdout] test tests::index_calculation::index_for_below_smallest ... ok
[INFO] [stdout] test tests::index_calculation::index_for_first_bucket_first_distinguishable_entry ... ok
[INFO] [stdout] test tests::index_calculation::index_for_first_bucket_first_entry ... ok
[INFO] [stdout] test tests::index_calculation::index_for_first_bucket_last_entry ... ok
[INFO] [stdout] test tests::index_calculation::index_for_second_bucket_first_entry ... ok
[INFO] [stdout] test tests::index_calculation::index_for_second_bucket_last_entry ... ok
[INFO] [stdout] test tests::index_calculation::index_for_second_bucket_last_entry_indistinguishable ... ok
[INFO] [stdout] test tests::index_calculation::index_for_way_past_largest_value_exceeds_length ... ok
[INFO] [stdout] test tests::index_calculation::sub_bucket_for_biggest_value_in_second_bucket ... ok
[INFO] [stdout] test tests::index_calculation::sub_bucket_for_largest_value_in_first_bucket ... ok
[INFO] [stdout] test tests::index_calculation::sub_bucket_for_largest_value_in_first_bucket_unit_magnitude_2 ... ok
[INFO] [stdout] test tests::index_calculation::sub_bucket_for_smaller_than_distinguishable_value_in_first_bucket_unit_magnitude_2 ... ok
[INFO] [stdout] test tests::index_calculation::sub_bucket_for_smallest_distinguishable_value_in_first_bucket ... ok
[INFO] [stdout] test tests::index_calculation::sub_bucket_for_smallest_distinguishable_value_in_first_bucket_unit_magnitude_2 ... ok
[INFO] [stdout] test tests::index_calculation::sub_bucket_for_smallest_value_in_second_bucket ... ok
[INFO] [stdout] test tests::index_calculation::sub_bucket_for_smallest_value_in_second_bucket_unit_magnitude_2 ... ok
[INFO] [stdout] test tests::index_calculation::sub_bucket_for_smallest_value_in_third_bucket ... ok
[INFO] [stdout] test tests::index_calculation::sub_bucket_for_value_above_biggest_still_works ... ok
[INFO] [stdout] test tests::index_calculation::sub_bucket_for_value_below_smallest_clamps_to_zero ... ok
[INFO] [stdout] test tests::index_calculation::sub_bucket_for_zero_value_in_first_bucket ... ok
[INFO] [stdout] test tests::index_calculation::sub_bucket_for_zero_value_in_first_bucket_unit_magnitude_2 ... ok
[INFO] [stdout] test tests::index_calculation::unit_magnitude_0_index_calculations ... ok
[INFO] [stdout] test tests::index_calculation::unit_magnitude_4_index_calculations ... ok
[INFO] [stdout] test tests::index_calculation::unit_magnitude_52_sub_bucket_magnitude_11_index_calculations ... ok
[INFO] [stdout] test tests::index_calculation::unit_magnitude_53_sub_bucket_magnitude_11_throws ... ok
[INFO] [stdout] test tests::index_calculation::unit_magnitude_55_sub_bucket_magnitude_8_ok ... ok
[INFO] [stdout] test tests::index_calculation::unit_magnitude_62_sub_bucket_magnitude_1_ok ... ok
[INFO] [stdout] test tests::init::init_fields_10m_max_1k_min_middle_precision ... ok
[INFO] [stdout] test serialization::tests::zig_zag_roundtrip_random ... ok
[INFO] [stdout] test tests::init::init_fields_1_bucket_medium_precision ... ok
[INFO] [stdout] test tests::init::init_fields_max_value_0_precision_most_buckets ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_slice_roundtrip_rand_4_byte ... ok
[INFO] [stdout] test tests::init::init_fields_max_value_0_precision_increased_min_value ... ok
[INFO] [stdout] test tests::init::init_fields_max_value_max_unit_magnitude_0_precision ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_slice_roundtrip_rand_8_byte ... ok
[INFO] [stdout] test tests::init::init_fields_max_value_max_unit_magnitude_max_precision ... ok
[INFO] [stdout] test tests::init::init_fields_smallest_possible_array ... ok
[INFO] [stdout] test tests::new_err_high_not_double_low ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_slice_roundtrip_rand_7_byte ... ok
[INFO] [stdout] test tests::init::init_fields_max_value_medium_precision ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_slice_roundtrip_rand_9_byte ... ok
[INFO] [stdout] test tests::subtract::subtract_to_zero_counts ... ok
[INFO] [stdout] test tests::subtract::subtract_to_negative_counts_error ... ok
[INFO] [stdout] test serialization::tests::varint_write_read_roundtrip_rand_8_byte ... ok
[INFO] [stdout] test tests::subtract::subtract_after_add ... ok
[INFO] [stdout] test tests::subtract::subtract_subtrahend_values_outside_minuend_range_error ... ok
[INFO] [stdout] test tests::subtract::subtract_values_at_extent_of_minuend_nonzero_count_range_recalculates_same_min_max ... ok
[INFO] [stdout] test tests::subtract::subtract_values_at_extent_of_minuend_zero_count_range_recalculates_min_max ... ok
[INFO] [stdout] test tests::subtract::subtract_values_minuend_saturated_total_recalculates_not_saturated ... ok
[INFO] [stdout] test tests::subtract::subtract_values_inside_minuend_range_works ... ok
[INFO] [stdout] test tests::subtract::subtract_values_minuend_saturated_total_recalculates_saturated ... ok
[INFO] [stdout] test tests::init::init_fields_max_value_max_precision_increased_min_value ... ok
[INFO] [stdout] test tests::value_calculation::equivalent_range_unit_magnitude_0 ... ok
[INFO] [stdout] test tests::value_calculation::equivalent_range_unit_magnitude_0_max_buckets ... ok
[INFO] [stdout] test tests::subtract::subtract_values_strictly_inside_minuend_range_yields_same_min_max_no_restat ... ok
[INFO] [stdout] test tests::value_calculation::equivalent_range_unit_magnitude_0_min_precision_max_buckets ... ok
[INFO] [stdout] test tests::value_calculation::equivalent_range_unit_magnitude_2 ... ok
[INFO] [stdout] test tests::value_calculation::equivalent_range_unit_magnitude_2_max_buckets ... ok
[INFO] [stdout] test tests::value_calculation::equivalent_range_unit_magnitude_50_max_buckets ... ok
[INFO] [stdout] test tests::value_calculation::highest_equivalent_u64_max_value_saturates ... ok
[INFO] [stdout] test tests::value_calculation::highest_equivalent_unit_magnitude_0 ... ok
[INFO] [stdout] test tests::value_calculation::highest_equivalent_unit_magnitude_2 ... ok
[INFO] [stdout] test tests::value_calculation::lowest_equivalent_unit_magnitude_0 ... ok
[INFO] [stdout] test tests::value_calculation::lowest_equivalent_unit_magnitude_2 ... ok
[INFO] [stdout] test tests::value_calculation::next_non_equivalent_u64_max_value_saturates ... ok
[INFO] [stdout] test tests::value_calculation::next_non_equivalent_unit_magnitude_0 ... ok
[INFO] [stdout] test tests::value_calculation::next_non_equivalent_unit_magnitude_2 ... ok
[INFO] [stdout] test serialization::tests::serialize_roundtrip_random_v2_u8 ... ok
[INFO] [stdout] test tests::value_calculation::value_for_beyond_histogram_max_still_works ... ok
[INFO] [stdout] test tests::value_calculation::value_for_impossible_index ... ok
[INFO] [stdout] test serialization::tests::serialize_roundtrip_random_v2_u64 ... ok
[INFO] [stdout] test tests::value_calculation::value_for_unit_magnitude_2 ... ok
[INFO] [stdout] test tests::value_calculation::value_from_loc_unit_magnitude_0 ... ok
[INFO] [stdout] test tests::value_calculation::value_from_loc_unit_magnitude_2 ... ok
[INFO] [stdout] test tests::value_calculation::value_for_unit_magnitude_0 ... ok
[INFO] [stdout] test tests::value_calculation::equivalent_range_unit_magnitude_0_max_precision_max_buckets ... ok
[INFO] [stdout] test tests::init::init_fields_max_value_max_precision_largest_possible_array ... ok
[INFO] [stdout] test serialization::tests::serialize_roundtrip_random_v2_u32 ... ok
[INFO] [stdout] test tests::value_calculation::value_for_at_each_index ... ok
[INFO] [stdout] test serialization::tests::serialize_roundtrip_random_v2_u16 ... ok
[INFO] [stdout] test serialization::interval_log::tests::duration_fp_roundtrip_accuracy ... ok
[INFO] [stdout] test serialization::tests::serialize_roundtrip_random_v2_deflate_u8 ... ok
[INFO] [stdout] test serialization::tests::serialize_roundtrip_random_v2_deflate_u16 ... ok
[INFO] [stdout] test serialization::tests::serialize_roundtrip_random_v2_deflate_u32 ... ok
[INFO] [stdout] test serialization::tests::serialize_roundtrip_random_v2_deflate_u64 ... ok
[INFO] [stdout] test tests::subtract::subtract_values_at_minuend_max_recalculates_min_max ... ok
[INFO] [stdout] test tests::subtract::subtract_values_at_minuend_min_recalculates_min_max ... ok
[INFO] [stdout] test tests::subtract::subtract_values_within_bucket_precision_of_of_minuend_min_recalculates_min_max ... ok
[INFO] [stdout] test tests::subtract::subtract_values_within_bucket_precision_of_of_minuend_max_recalculates_min_max ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 160 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.98s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/auto_resize.rs (/opt/rustwide/target/debug/deps/auto_resize-77857e3d83f2330b)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test autosizing_add ... ok
[INFO] [stdout] test histogram_autosizing ... ok
[INFO] [stdout] test can_acess_autoresize_setting ... ok
[INFO] [stdout] test histogram_autosizing_edges ... ok
[INFO] [stdout] test autosizing_across_continuous_range ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.75s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/data_access.rs (/opt/rustwide/target/debug/deps/data_access-995802a54701f9db)
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test count_between_high_beyond_max ... ok
[INFO] [stdout] test count_between_low_and_high_beyond_max ... ok
[INFO] [stdout] test count_at_beyond_max_value ... ok
[INFO] [stdout] test count_between_saturates ... ok
[INFO] [stdout] test quantile_below_value_beyond_max ... ok
[INFO] [stdout] test quantile_below_saturates ... ok
[INFO] [stdout] test linear_iter_steps ... ok
[INFO] [stdout] test quantile_atorbelow ... ok
[INFO] [stdout] test count_at ... ok
[INFO] [stdout] test get_max_value ... ok
[INFO] [stdout] test get_min_value ... ok
[INFO] [stdout] test get_mean ... ok
[INFO] [stdout] test iter_recorded ... ok
[INFO] [stdout] test iter_log ... ok
[INFO] [stdout] test count_between ... ok
[INFO] [stdout] test linear_iter_raw ... ok
[INFO] [stdout] test total_count ... ok
[INFO] [stdout] test get_stdev ... ok
[INFO] [stdout] test scaling_equivalence ... ok
[INFO] [stdout] test linear_iter_corrected ... ok
[INFO] [stdout] test quantiles ... ok
[INFO] [stdout] test total_count_exceeds_bucket_type ... ok
[INFO] [stdout] test quantile_iter ... ok
[INFO] [stdout] test large_quantile ... ok
[INFO] [stdout] test iter_all ... ok
[INFO] [stdout] test value_duplication ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/histogram.rs (/opt/rustwide/target/debug/deps/histogram-5762bcaf2d89f55e)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test empty_histogram ... ok
[INFO] [stdout] test highest_equivalent ... ok
[INFO] [stdout] test median_equivalent ... ok
[INFO] [stdout] test equivalent_range ... ok
[INFO] [stdout] test median_equivalent_doesnt_panic_at_extremes ... ok
[INFO] [stdout] test construction_arg_ranges ... ok
[INFO] [stdout] test construction_arg_gets ... ok
[INFO] [stdout] test recorded_only_zeros ... ok
[INFO] [stdout] test record ... ok
[INFO] [stdout] test reset ... ok
[INFO] [stdout] test record_past_trackable_max ... ok
[INFO] [stdout] test add ... ok
[INFO] [stdout] test scaled_lowest_equivalent ... ok
[INFO] [stdout] test scaled_highest_equivalent ... ok
[INFO] [stdout] test subtract_underflow_guarded_by_per_value_count_check ... ok
[INFO] [stdout] test saturating_record ... ok
[INFO] [stdout] test total_count_overflow_from_add_with_resize_saturates ... ok
[INFO] [stdout] test clone ... ok
[INFO] [stdout] test scaled_median_equivalent ... ok
[INFO] [stdout] test total_count_overflow_from_add_same_dimensions_saturates_calculating_other_addend_total ... ok
[INFO] [stdout] test total_count_overflow_from_add_same_dimensions_saturates_when_added_to_orig_total_count ... ok
[INFO] [stdout] test value_count_overflow_from_record_saturates_u16 ... ok
[INFO] [stdout] test value_count_overflow_from_record_saturates_u64 ... ok
[INFO] [stdout] test lowest_equivalent ... ok
[INFO] [stdout] test scaled_equivalent_range ... ok
[INFO] [stdout] test total_count_overflow_from_record_saturates ... ok
[INFO] [stdout] test value_count_overflow_from_record_autoresize_doesnt_panic_saturates ... ok
[INFO] [stdout] test value_count_overflow_from_add_with_resize_to_same_dimensions_saturates ... ok
[INFO] [stdout] test value_count_overflow_from_add_different_precision_saturates ... ok
[INFO] [stdout] test scaled_clone ... ok
[INFO] [stdout] test value_count_overflow_from_add_same_dimensions_saturates ... ok
[INFO] [stdout] test total_count_overflow_from_add_different_precision_saturates ... ok
[INFO] [stdout] test record_in_interval ... ok
[INFO] [stdout] test scaled_set_to ... ok
[INFO] [stdout] test set_to ... ok
[INFO] [stdout] test random_write_full_value_range_precision_0_no_panic ... ok
[INFO] [stdout] test random_write_middle_of_value_range_precision_3_no_panic ... ok
[INFO] [stderr]      Running tests/interval_log.rs (/opt/rustwide/target/debug/deps/interval_log-fe5e816528bd8127)
[INFO] [stdout] test random_write_full_value_range_precision_5_no_panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test tests::parse_interval_log_syntax_error_then_returns_none ... ok
[INFO] [stdout] test tests::parse_sample_tagged_interval_log_interval_count ... ok
[INFO] [stdout] test tests::parse_sample_tagged_interval_log_interval_metadata ... ok
[INFO] [stdout] test tests::parse_sample_tagged_interval_log_rewrite_identical ... ok
[INFO] [stdout] test tests::parse_sample_tagged_interval_log_start_timestamp ... ok
[INFO] [stdout] test tests::write_random_histograms_to_interval_log_then_read ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/iterators.rs (/opt/rustwide/target/debug/deps/iterators-d1c7ab691f9b965d)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test iter_linear_bucket_values_size_8_all_buckets ... ok
[INFO] [stdout] test iter_all_values_all_buckets_unit_magnitude_2 ... ok
[INFO] [stdout] test iter_quantiles_iterates_to_quantile_10_as_it_reaches_last_bucket ... ok
[INFO] [stdout] test iter_logarithmic_bucket_values_min_4_base_2_all_buckets ... ok
[INFO] [stdout] test iter_linear_count_since_last_iteration_saturates ... ok
[INFO] [stdout] test iter_quantiles_iterates_to_end_skips_intermediate_at_final_value ... ok
[INFO] [stdout] test iter_recorded_values_all_buckets_unit_magnitude_2 ... ok
[INFO] [stdout] test iter_recorded_values_all_buckets ... ok
[INFO] [stdout] test iter_quantiles_saturated_count_before_max_value ... ok
[INFO] [stdout] test iter_all_values_all_buckets ... ok
[INFO] [stdout] test iter_recorded_saturated_total_count ... ok
[INFO] [stdout] test iter_linear_visits_buckets_once_when_step_size_equals_bucket_size ... ok
[INFO] [stdout] test iter_quantiles_smorgasboard ... ok
[INFO] [stdout] test iter_linear_visits_buckets_wider_than_step_size_multiple_times ... ok
[INFO] [stdout] test iter_recorded_non_saturated_total_count ... ok
[INFO] [stdout] test iter_logarithmic_bucket_values_min_1_base_2_all_buckets_unit_magnitude_2 ... ok
[INFO] [stdout] test iter_logarithmic_bucket_values_min_1_base_10_all_buckets ... ok
[INFO] [stdout] test iter_quantiles_one_value ... ok
[INFO] [stdout] test iter_logarithmic_bucket_values_min_1_base_2_all_buckets ... ok
[INFO] [stdout] test iter_quantiles_empty ... ok
[INFO] [stderr]      Running tests/quantile.rs (/opt/rustwide/target/debug/deps/quantile-b900e959e457e000)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test value_at_quantile_2_values ... ok
[INFO] [stdout] test value_at_quantile_5_values ... ok
[INFO] [stdout] test value_at_quantile_internal_count_exceeds_bucket_type ... ok
[INFO] [stdout] test value_at_quantile_20k ... ok
[INFO] [stdout] test value_at_quantile_large_numbers ... ok
[INFO] [stdout] test value_at_quantile_matches_quantile_iter_sequence_values ... ok
[INFO] [stdout] test value_at_quantile_matches_quantile_at_each_value_sequence_values ... ok
[INFO] [stdout] test value_at_quantile_matches_quantile_iter_random_values ... ok
[INFO] [stdout] test value_at_quantile_matches_random_quantile_random_values ... ok
[INFO] [stdout] test value_at_quantile_matches_quantile_at_each_value_random_values ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/serialization.rs (/opt/rustwide/target/debug/deps/serialization-88a7dc7d50443bd7)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::total_count_overflow_from_deserialize_saturates ... ok
[INFO] [stdout] test tests::deserialize_no_compression_matches_java ... ok
[INFO] [stdout] test tests::serialize_no_compression_matches_java_impl ... ok
[INFO] [stdout] test tests::deserialize_compression_matches_java ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/sync.rs (/opt/rustwide/target/debug/deps/sync-da84955d69e11d69)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test sync::record_through ... ok
[INFO] [stdout] test sync::phase_no_wait_after_drop ... ok
[INFO] [stdout] test sync::recorder_drop ... ok
[INFO] [stdout] test sync::idle_recorder ... ok
[INFO] [stdout] test sync::record_nodrop ... ok
[INFO] [stdout] test sync::recorder_drop_staged ... ok
[INFO] [stdout] test sync::clone_idle_recorder ... ok
[INFO] [stdout] test sync::concurrent_writes ... ok
[INFO] [stdout] test sync::refresh_times_out ... ok
[INFO] [stdout] test sync::phase_timeout ... ok
[INFO] [stdout] test sync::mt_record_static ... FAILED
[INFO] [stdout] test sync::mt_record_dynamic ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- sync::mt_record_static stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'sync::mt_record_static' (101314) panicked at tests/sync.rs:147:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 1500000
[INFO] [stdout]  right: 1600000
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x635eae410de1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x635eae410de1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x635eae410de1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x635eae410de1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x635eae424c0a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x635eae424c0a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x635eae41534c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x635eae41534c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x635eae3eeff6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x635eae3eeff6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x635eae408c59 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x635eae39f550 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x635eae39f550 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x635eae408e12 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x635eae408e12 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x635eae3ef0a2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x635eae3e69d9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x635eae3efc9d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x635eae4253dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x635eae425293 - core[6883ba1bc0fe4ed1]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x635eae421ac2 - core[6883ba1bc0fe4ed1]::panicking::assert_failed::<u64, u64>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x635eae36e9bf - sync[55a8542f5f6b92b8]::sync::mt_record_static
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/sync.rs:147:9
[INFO] [stdout]   22:     0x635eae369ad7 - sync[55a8542f5f6b92b8]::sync::mt_record_static::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/sync.rs:122:26
[INFO] [stdout]   23:     0x635eae37bf76 - <sync[55a8542f5f6b92b8]::sync::mt_record_static::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x635eae39288b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x635eae39288b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x635eae39fed5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x635eae39fed5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x635eae39fed5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x635eae39fed5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x635eae39fed5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x635eae39fed5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x635eae39fed5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x635eae39a984 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x635eae39a984 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x635eae3a3022 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x635eae3a3022 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x635eae3a3022 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   38:     0x635eae3a3022 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x635eae3a3022 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x635eae3a3022 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x635eae3a3022 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x635eae41063f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   43:     0x635eae41063f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   44:     0x7907b34f1aa4 - <unknown>
[INFO] [stdout]   45:     0x7907b357ea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     sync::mt_record_static
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 11 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.76s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test sync`
[INFO] running `Command { std: "docker" "inspect" "770934638ac186f92776767683abec64f88514d0faad0c0fa225ba79a9d1e1b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "770934638ac186f92776767683abec64f88514d0faad0c0fa225ba79a9d1e1b9", kill_on_drop: false }`
[INFO] [stdout] 770934638ac186f92776767683abec64f88514d0faad0c0fa225ba79a9d1e1b9
