[INFO] fetching crate cadence-with-flush 0.29.1...
[INFO] checking cadence-with-flush-0.29.1 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate cadence-with-flush 0.29.1 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate cadence-with-flush 0.29.1 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cadence-with-flush 0.29.1
[INFO] finished tweaking crates.io crate cadence-with-flush 0.29.1
[INFO] tweaked toml for crates.io crate cadence-with-flush 0.29.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate crates.io crate cadence-with-flush 0.29.1 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" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a073b31887f995d868f1ea0a0a8fe70c1c3225e6e23709ac20924ccec2e4c1d2
[INFO] running `Command { std: "docker" "start" "-a" "a073b31887f995d868f1ea0a0a8fe70c1c3225e6e23709ac20924ccec2e4c1d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a073b31887f995d868f1ea0a0a8fe70c1c3225e6e23709ac20924ccec2e4c1d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a073b31887f995d868f1ea0a0a8fe70c1c3225e6e23709ac20924ccec2e4c1d2", kill_on_drop: false }`
[INFO] [stdout] a073b31887f995d868f1ea0a0a8fe70c1c3225e6e23709ac20924ccec2e4c1d2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1128a364db0cc74d911d14e6bc267eb3cc2e515ed9b20ca40d76efbfa05929bc
[INFO] running `Command { std: "docker" "start" "-a" "1128a364db0cc74d911d14e6bc267eb3cc2e515ed9b20ca40d76efbfa05929bc", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]     Checking crossbeam-channel v0.5.4
[INFO] [stderr]     Checking cadence-with-flush v0.29.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:269:79
[INFO] [stdout]     |
[INFO] [stdout] 269 |     fn count_with_tags<'a>(&'a self, key: &'a str, count: T) -> MetricBuilder<'_, '_, Counter>;
[INFO] [stdout]     |                        -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:269:83
[INFO] [stdout]     |
[INFO] [stdout] 269 |     fn count_with_tags<'a>(&'a self, key: &'a str, count: T) -> MetricBuilder<'_, '_, Counter>;
[INFO] [stdout]     |                        -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:284:68
[INFO] [stdout]     |
[INFO] [stdout] 284 |     fn incr_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Counter> {
[INFO] [stdout]     |                       -- lifetime `'a` declared here               ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:284:72
[INFO] [stdout]     |
[INFO] [stdout] 284 |     fn incr_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Counter> {
[INFO] [stdout]     |                       -- lifetime `'a` declared here                   ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:295:68
[INFO] [stdout]     |
[INFO] [stdout] 295 |     fn decr_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Counter> {
[INFO] [stdout]     |                       -- lifetime `'a` declared here               ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:295:72
[INFO] [stdout]     |
[INFO] [stdout] 295 |     fn decr_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Counter> {
[INFO] [stdout]     |                       -- lifetime `'a` declared here                   ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:327:77
[INFO] [stdout]     |
[INFO] [stdout] 327 |     fn time_with_tags<'a>(&'a self, key: &'a str, time: T) -> MetricBuilder<'_, '_, Timer>;
[INFO] [stdout]     |                       -- lifetime `'a` declared here                        ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:327:81
[INFO] [stdout]     |
[INFO] [stdout] 327 |     fn time_with_tags<'a>(&'a self, key: &'a str, time: T) -> MetricBuilder<'_, '_, Timer>;
[INFO] [stdout]     |                       -- lifetime `'a` declared here                            ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:356:79
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn gauge_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Gauge>;
[INFO] [stdout]     |                        -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:356:83
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn gauge_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Gauge>;
[INFO] [stdout]     |                        -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:386:79
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn meter_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Meter>;
[INFO] [stdout]     |                        -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:386:83
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn meter_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Meter>;
[INFO] [stdout]     |                        -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:420:83
[INFO] [stdout]     |
[INFO] [stdout] 420 |     fn histogram_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Histogram>;
[INFO] [stdout]     |                            -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:420:87
[INFO] [stdout]     |
[INFO] [stdout] 420 |     fn histogram_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Histogram>;
[INFO] [stdout]     |                            -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:450:86
[INFO] [stdout]     |
[INFO] [stdout] 450 |     fn distribution_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Distribution>;
[INFO] [stdout]     |                               -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:450:90
[INFO] [stdout]     |
[INFO] [stdout] 450 |     fn distribution_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Distribution>;
[INFO] [stdout]     |                               -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:474:77
[INFO] [stdout]     |
[INFO] [stdout] 474 |     fn set_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Set>;
[INFO] [stdout]     |                      -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:474:81
[INFO] [stdout]     |
[INFO] [stdout] 474 |     fn set_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Set>;
[INFO] [stdout]     |                      -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1005:79
[INFO] [stdout]      |
[INFO] [stdout] 1005 |     fn count_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Counter> {
[INFO] [stdout]      |                        -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1005:83
[INFO] [stdout]      |
[INFO] [stdout] 1005 |     fn count_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Counter> {
[INFO] [stdout]      |                        -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1021:77
[INFO] [stdout]      |
[INFO] [stdout] 1021 |     fn time_with_tags<'a>(&'a self, key: &'a str, time: T) -> MetricBuilder<'_, '_, Timer> {
[INFO] [stdout]      |                       -- lifetime `'a` declared here                        ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1021:81
[INFO] [stdout]      |
[INFO] [stdout] 1021 |     fn time_with_tags<'a>(&'a self, key: &'a str, time: T) -> MetricBuilder<'_, '_, Timer> {
[INFO] [stdout]      |                       -- lifetime `'a` declared here                            ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1033:79
[INFO] [stdout]      |
[INFO] [stdout] 1033 |     fn gauge_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Gauge> {
[INFO] [stdout]      |                        -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1033:83
[INFO] [stdout]      |
[INFO] [stdout] 1033 |     fn gauge_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Gauge> {
[INFO] [stdout]      |                        -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1045:79
[INFO] [stdout]      |
[INFO] [stdout] 1045 |     fn meter_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Meter> {
[INFO] [stdout]      |                        -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1045:83
[INFO] [stdout]      |
[INFO] [stdout] 1045 |     fn meter_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Meter> {
[INFO] [stdout]      |                        -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1057:83
[INFO] [stdout]      |
[INFO] [stdout] 1057 |     fn histogram_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Histogram> {
[INFO] [stdout]      |                            -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1057:87
[INFO] [stdout]      |
[INFO] [stdout] 1057 |     fn histogram_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Histogram> {
[INFO] [stdout]      |                            -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1071:86
[INFO] [stdout]      |
[INFO] [stdout] 1071 |     fn distribution_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Distribution> {
[INFO] [stdout]      |                               -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1071:90
[INFO] [stdout]      |
[INFO] [stdout] 1071 |     fn distribution_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Distribution> {
[INFO] [stdout]      |                               -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1084:77
[INFO] [stdout]      |
[INFO] [stdout] 1084 |     fn set_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Set> {
[INFO] [stdout]      |                      -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1084:81
[INFO] [stdout]      |
[INFO] [stdout] 1084 |     fn set_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Set> {
[INFO] [stdout]      |                      -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:32:92
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn time_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Timer>;
[INFO] [stdout]    |                                -- lifetime `'a` declared here                              ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:32:96
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn time_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Timer>;
[INFO] [stdout]    |                                -- lifetime `'a` declared here                                  ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:41:83
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn gauge_f64_with_tags<'a>(&'a self, key: &'a str, val: f64) -> MetricBuilder<'_, '_, Gauge>;
[INFO] [stdout]    |                            -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:41:87
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn gauge_f64_with_tags<'a>(&'a self, key: &'a str, val: f64) -> MetricBuilder<'_, '_, Gauge>;
[INFO] [stdout]    |                            -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:50:68
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn mark_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Meter>;
[INFO] [stdout]    |                       -- lifetime `'a` declared here               ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:50:72
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn mark_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Meter>;
[INFO] [stdout]    |                       -- lifetime `'a` declared here                   ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:58:97
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn histogram_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Histogram>;
[INFO] [stdout]    |                                     -- lifetime `'a` declared here                              ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:58:101
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn histogram_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Histogram>;
[INFO] [stdout]    |                                     -- lifetime `'a` declared here                                  ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:62:92
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn time_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Timer> {
[INFO] [stdout]    |                                -- lifetime `'a` declared here                              ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:62:96
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn time_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Timer> {
[INFO] [stdout]    |                                -- lifetime `'a` declared here                                  ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:66:83
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn gauge_f64_with_tags<'a>(&'a self, key: &'a str, val: f64) -> MetricBuilder<'_, '_, Gauge> {
[INFO] [stdout]    |                            -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:66:87
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn gauge_f64_with_tags<'a>(&'a self, key: &'a str, val: f64) -> MetricBuilder<'_, '_, Gauge> {
[INFO] [stdout]    |                            -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:70:68
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn mark_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Meter> {
[INFO] [stdout]    |                       -- lifetime `'a` declared here               ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:70:72
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn mark_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Meter> {
[INFO] [stdout]    |                       -- lifetime `'a` declared here                   ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:74:97
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn histogram_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Histogram> {
[INFO] [stdout]    |                                     -- lifetime `'a` declared here                              ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:74:101
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn histogram_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Histogram> {
[INFO] [stdout]    |                                     -- lifetime `'a` declared here                                  ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:269:79
[INFO] [stdout]     |
[INFO] [stdout] 269 |     fn count_with_tags<'a>(&'a self, key: &'a str, count: T) -> MetricBuilder<'_, '_, Counter>;
[INFO] [stdout]     |                        -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(elided_named_lifetimes)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:269:83
[INFO] [stdout]     |
[INFO] [stdout] 269 |     fn count_with_tags<'a>(&'a self, key: &'a str, count: T) -> MetricBuilder<'_, '_, Counter>;
[INFO] [stdout]     |                        -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:284:68
[INFO] [stdout]     |
[INFO] [stdout] 284 |     fn incr_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Counter> {
[INFO] [stdout]     |                       -- lifetime `'a` declared here               ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:284:72
[INFO] [stdout]     |
[INFO] [stdout] 284 |     fn incr_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Counter> {
[INFO] [stdout]     |                       -- lifetime `'a` declared here                   ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:295:68
[INFO] [stdout]     |
[INFO] [stdout] 295 |     fn decr_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Counter> {
[INFO] [stdout]     |                       -- lifetime `'a` declared here               ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:295:72
[INFO] [stdout]     |
[INFO] [stdout] 295 |     fn decr_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Counter> {
[INFO] [stdout]     |                       -- lifetime `'a` declared here                   ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:327:77
[INFO] [stdout]     |
[INFO] [stdout] 327 |     fn time_with_tags<'a>(&'a self, key: &'a str, time: T) -> MetricBuilder<'_, '_, Timer>;
[INFO] [stdout]     |                       -- lifetime `'a` declared here                        ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:327:81
[INFO] [stdout]     |
[INFO] [stdout] 327 |     fn time_with_tags<'a>(&'a self, key: &'a str, time: T) -> MetricBuilder<'_, '_, Timer>;
[INFO] [stdout]     |                       -- lifetime `'a` declared here                            ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:356:79
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn gauge_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Gauge>;
[INFO] [stdout]     |                        -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:356:83
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn gauge_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Gauge>;
[INFO] [stdout]     |                        -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:386:79
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn meter_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Meter>;
[INFO] [stdout]     |                        -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:386:83
[INFO] [stdout]     |
[INFO] [stdout] 386 |     fn meter_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Meter>;
[INFO] [stdout]     |                        -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:420:83
[INFO] [stdout]     |
[INFO] [stdout] 420 |     fn histogram_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Histogram>;
[INFO] [stdout]     |                            -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:420:87
[INFO] [stdout]     |
[INFO] [stdout] 420 |     fn histogram_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Histogram>;
[INFO] [stdout]     |                            -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:450:86
[INFO] [stdout]     |
[INFO] [stdout] 450 |     fn distribution_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Distribution>;
[INFO] [stdout]     |                               -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:450:90
[INFO] [stdout]     |
[INFO] [stdout] 450 |     fn distribution_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Distribution>;
[INFO] [stdout]     |                               -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:474:77
[INFO] [stdout]     |
[INFO] [stdout] 474 |     fn set_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Set>;
[INFO] [stdout]     |                      -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]    --> src/client.rs:474:81
[INFO] [stdout]     |
[INFO] [stdout] 474 |     fn set_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Set>;
[INFO] [stdout]     |                      -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1005:79
[INFO] [stdout]      |
[INFO] [stdout] 1005 |     fn count_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Counter> {
[INFO] [stdout]      |                        -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1005:83
[INFO] [stdout]      |
[INFO] [stdout] 1005 |     fn count_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Counter> {
[INFO] [stdout]      |                        -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1021:77
[INFO] [stdout]      |
[INFO] [stdout] 1021 |     fn time_with_tags<'a>(&'a self, key: &'a str, time: T) -> MetricBuilder<'_, '_, Timer> {
[INFO] [stdout]      |                       -- lifetime `'a` declared here                        ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1021:81
[INFO] [stdout]      |
[INFO] [stdout] 1021 |     fn time_with_tags<'a>(&'a self, key: &'a str, time: T) -> MetricBuilder<'_, '_, Timer> {
[INFO] [stdout]      |                       -- lifetime `'a` declared here                            ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1033:79
[INFO] [stdout]      |
[INFO] [stdout] 1033 |     fn gauge_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Gauge> {
[INFO] [stdout]      |                        -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1033:83
[INFO] [stdout]      |
[INFO] [stdout] 1033 |     fn gauge_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Gauge> {
[INFO] [stdout]      |                        -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1045:79
[INFO] [stdout]      |
[INFO] [stdout] 1045 |     fn meter_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Meter> {
[INFO] [stdout]      |                        -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1045:83
[INFO] [stdout]      |
[INFO] [stdout] 1045 |     fn meter_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Meter> {
[INFO] [stdout]      |                        -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1057:83
[INFO] [stdout]      |
[INFO] [stdout] 1057 |     fn histogram_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Histogram> {
[INFO] [stdout]      |                            -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1057:87
[INFO] [stdout]      |
[INFO] [stdout] 1057 |     fn histogram_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Histogram> {
[INFO] [stdout]      |                            -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1071:86
[INFO] [stdout]      |
[INFO] [stdout] 1071 |     fn distribution_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Distribution> {
[INFO] [stdout]      |                               -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1071:90
[INFO] [stdout]      |
[INFO] [stdout] 1071 |     fn distribution_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Distribution> {
[INFO] [stdout]      |                               -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1084:77
[INFO] [stdout]      |
[INFO] [stdout] 1084 |     fn set_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Set> {
[INFO] [stdout]      |                      -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]     --> src/client.rs:1084:81
[INFO] [stdout]      |
[INFO] [stdout] 1084 |     fn set_with_tags<'a>(&'a self, key: &'a str, value: T) -> MetricBuilder<'_, '_, Set> {
[INFO] [stdout]      |                      -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:32:92
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn time_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Timer>;
[INFO] [stdout]    |                                -- lifetime `'a` declared here                              ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:32:96
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn time_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Timer>;
[INFO] [stdout]    |                                -- lifetime `'a` declared here                                  ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:41:83
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn gauge_f64_with_tags<'a>(&'a self, key: &'a str, val: f64) -> MetricBuilder<'_, '_, Gauge>;
[INFO] [stdout]    |                            -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:41:87
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn gauge_f64_with_tags<'a>(&'a self, key: &'a str, val: f64) -> MetricBuilder<'_, '_, Gauge>;
[INFO] [stdout]    |                            -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:50:68
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn mark_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Meter>;
[INFO] [stdout]    |                       -- lifetime `'a` declared here               ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:50:72
[INFO] [stdout]    |
[INFO] [stdout] 50 |     fn mark_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Meter>;
[INFO] [stdout]    |                       -- lifetime `'a` declared here                   ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:58:97
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn histogram_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Histogram>;
[INFO] [stdout]    |                                     -- lifetime `'a` declared here                              ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:58:101
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn histogram_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Histogram>;
[INFO] [stdout]    |                                     -- lifetime `'a` declared here                                  ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:62:92
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn time_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Timer> {
[INFO] [stdout]    |                                -- lifetime `'a` declared here                              ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:62:96
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn time_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Timer> {
[INFO] [stdout]    |                                -- lifetime `'a` declared here                                  ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:66:83
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn gauge_f64_with_tags<'a>(&'a self, key: &'a str, val: f64) -> MetricBuilder<'_, '_, Gauge> {
[INFO] [stdout]    |                            -- lifetime `'a` declared here                         ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:66:87
[INFO] [stdout]    |
[INFO] [stdout] 66 |     fn gauge_f64_with_tags<'a>(&'a self, key: &'a str, val: f64) -> MetricBuilder<'_, '_, Gauge> {
[INFO] [stdout]    |                            -- lifetime `'a` declared here                             ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:70:68
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn mark_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Meter> {
[INFO] [stdout]    |                       -- lifetime `'a` declared here               ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:70:72
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn mark_with_tags<'a>(&'a self, key: &'a str) -> MetricBuilder<'_, '_, Meter> {
[INFO] [stdout]    |                       -- lifetime `'a` declared here                   ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:74:97
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn histogram_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Histogram> {
[INFO] [stdout]    |                                     -- lifetime `'a` declared here                              ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: elided lifetime has a name
[INFO] [stdout]   --> src/compat.rs:74:101
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn histogram_duration_with_tags<'a>(&'a self, key: &'a str, val: Duration) -> MetricBuilder<'_, '_, Histogram> {
[INFO] [stdout]    |                                     -- lifetime `'a` declared here                                  ^^ this elided lifetime gets resolved as `'a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cadence`
[INFO] [stdout]   --> examples/simple-sink.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use cadence::prelude::*;
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cadence`
[INFO] [stdout]   --> examples/sending-tags.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use cadence::prelude::*;
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cadence`
[INFO] [stdout]   --> examples/unix-socket.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use cadence::prelude::*;
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cadence`
[INFO] [stdout]   --> examples/sending-tags.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use cadence::{MetricError, NopMetricSink, StatsdClient};
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cadence`
[INFO] [stdout]   --> examples/unix-socket.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 | use cadence::test::UnixServerHarness;
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cadence`
[INFO] [stdout]   --> examples/unix-socket.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use cadence::{StatsdClient, UnixMetricSink};
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cadence`
[INFO] [stdout]  --> tests/alloc-with-tags.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cadence::prelude::*;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cadence`
[INFO] [stdout]   --> examples/value-packing.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use cadence::prelude::*;
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cadence`
[INFO] [stdout]  --> tests/utils.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use cadence::prelude::*;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cadence`
[INFO] [stdout]  --> tests/alloc-with-tags.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use cadence::{NopMetricSink, QueuingMetricSink, StatsdClient};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cadence`
[INFO] [stdout]   --> examples/value-packing.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use cadence::{MetricError, NopMetricSink, StatsdClient};
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cadence`
[INFO] [stdout]   --> examples/simple-sink.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use cadence::{StatsdClient, UdpMetricSink, DEFAULT_PORT};
[INFO] [stdout]    |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cadence`
[INFO] [stdout]  --> tests/utils.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use cadence::StatsdClient;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cadence`
[INFO] [stdout]  --> tests/alloc-no-tags.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cadence::prelude::*;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cadence`
[INFO] [stdout]  --> tests/utils.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use cadence::prelude::*;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cadence`
[INFO] [stdout]  --> tests/utils.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use cadence::prelude::*;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cadence`
[INFO] [stdout]  --> tests/alloc-no-tags.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use cadence::{NopMetricSink, QueuingMetricSink, StatsdClient};
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cadence`
[INFO] [stdout]  --> tests/utils.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use cadence::StatsdClient;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cadence`
[INFO] [stdout]  --> tests/utils.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use cadence::StatsdClient;
[INFO] [stdout]   |     ^^^^^^^ use of undeclared crate or module `cadence`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cadence-with-flush` (example "simple-sink") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cadence-with-flush` (example "unix-socket") due to 3 previous errors
[INFO] [stderr] error: could not compile `cadence-with-flush` (example "sending-tags") due to 2 previous errors
[INFO] [stderr] error: could not compile `cadence-with-flush` (example "value-packing") due to 2 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cadence-with-flush` (test "utils") due to 2 previous errors
[INFO] [stderr] error: could not compile `cadence-with-flush` (test "alloc-with-tags") due to 4 previous errors
[INFO] [stderr] error: could not compile `cadence-with-flush` (test "alloc-no-tags") due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "1128a364db0cc74d911d14e6bc267eb3cc2e515ed9b20ca40d76efbfa05929bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1128a364db0cc74d911d14e6bc267eb3cc2e515ed9b20ca40d76efbfa05929bc", kill_on_drop: false }`
[INFO] [stdout] 1128a364db0cc74d911d14e6bc267eb3cc2e515ed9b20ca40d76efbfa05929bc
