[INFO] fetching crate bech32grs 0.11.0...
[INFO] testing bech32grs-0.11.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate bech32grs 0.11.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate bech32grs 0.11.0
[INFO] finished tweaking crates.io crate bech32grs 0.11.0
[INFO] tweaked toml for crates.io crate bech32grs 0.11.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate bech32grs 0.11.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ff612303c9a9a86e9dc5abb830c62d9b1ae5088038a5772e11fe939dab0952cf
[INFO] running `Command { std: "docker" "start" "-a" "ff612303c9a9a86e9dc5abb830c62d9b1ae5088038a5772e11fe939dab0952cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff612303c9a9a86e9dc5abb830c62d9b1ae5088038a5772e11fe939dab0952cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff612303c9a9a86e9dc5abb830c62d9b1ae5088038a5772e11fe939dab0952cf", kill_on_drop: false }`
[INFO] [stdout] ff612303c9a9a86e9dc5abb830c62d9b1ae5088038a5772e11fe939dab0952cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 84cf8a494915db3a934052e3b817b25007df6041d278c4d96434f854ce0d61e7
[INFO] running `Command { std: "docker" "start" "-a" "84cf8a494915db3a934052e3b817b25007df6041d278c4d96434f854ce0d61e7", kill_on_drop: false }`
[INFO] [stderr]    Compiling bech32grs v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `bench`
[INFO] [stdout]    --> src/lib.rs:129:13
[INFO] [stdout]     |
[INFO] [stdout] 129 | #![cfg_attr(bench, feature(test))]
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `bench`
[INFO] [stdout]    --> src/lib.rs:134:7
[INFO] [stdout]     |
[INFO] [stdout] 134 | #[cfg(bench)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mutate`
[INFO] [stdout]    --> src/primitives/gf32.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |     #[cfg_attr(all(test, mutate), mutate)]
[INFO] [stdout]     |                          ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mutate)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mutate)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mutate`
[INFO] [stdout]    --> src/primitives/gf32.rs:235:26
[INFO] [stdout]     |
[INFO] [stdout] 235 |     #[cfg_attr(all(test, mutate), mutate)]
[INFO] [stdout]     |                          ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mutate)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mutate)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mutate`
[INFO] [stdout]   --> src/primitives/gf32.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(all(test, mutate))]
[INFO] [stdout]    |                 ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mutate)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mutate)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `kani`
[INFO] [stdout]    --> src/primitives/gf32.rs:534:7
[INFO] [stdout]     |
[INFO] [stdout] 534 | #[cfg(kani)]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/decode.rs:445:46
[INFO] [stdout]     |
[INFO] [stdout] 445 |     pub fn fe32_iter<I: Iterator<Item = u8>>(&self) -> AsciiToFe32Iter {
[INFO] [stdout]     |                                              ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 445 |     pub fn fe32_iter<I: Iterator<Item = u8>>(&self) -> AsciiToFe32Iter<'_> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/decode.rs:454:22
[INFO] [stdout]     |
[INFO] [stdout] 454 |     pub fn byte_iter(&self) -> ByteIter {
[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] 454 |     pub fn byte_iter(&self) -> ByteIter<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/decode.rs:664:22
[INFO] [stdout]     |
[INFO] [stdout] 664 |     pub fn byte_iter(&self) -> ByteIter {
[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] 664 |     pub fn byte_iter(&self) -> ByteIter<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/hrp.rs:166:22
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn byte_iter(&self) -> ByteIter { ByteIter { iter: self.buf[..self.size].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] 166 |     pub fn byte_iter(&self) -> ByteIter<'_> { ByteIter { iter: self.buf[..self.size].iter() } }
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/hrp.rs:173:22
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn char_iter(&self) -> CharIter { CharIter { iter: self.byte_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] 173 |     pub fn char_iter(&self) -> CharIter<'_> { CharIter { iter: self.byte_iter() } }
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/hrp.rs:177:32
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub fn lowercase_byte_iter(&self) -> LowercaseByteIter {
[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] 177 |     pub fn lowercase_byte_iter(&self) -> LowercaseByteIter<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/hrp.rs:183:32
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn lowercase_char_iter(&self) -> LowercaseCharIter {
[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] 183 |     pub fn lowercase_char_iter(&self) -> LowercaseCharIter<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/primitives/iter.rs:64:47
[INFO] [stdout]    |
[INFO] [stdout] 64 |     fn with_checksum<Ck: Checksum>(self, hrp: &Hrp) -> Encoder<Self, Ck> { Encoder::new(self, hrp) }
[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] 64 |     fn with_checksum<Ck: Checksum>(self, hrp: &Hrp) -> Encoder<'_, Self, Ck> { Encoder::new(self, hrp) }
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
[INFO] running `Command { std: "docker" "inspect" "84cf8a494915db3a934052e3b817b25007df6041d278c4d96434f854ce0d61e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84cf8a494915db3a934052e3b817b25007df6041d278c4d96434f854ce0d61e7", kill_on_drop: false }`
[INFO] [stdout] 84cf8a494915db3a934052e3b817b25007df6041d278c4d96434f854ce0d61e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b60ca42cd8cee321314ee038ac5e63aeeea1d16634b645b63e8dba1629965cf3
[INFO] running `Command { std: "docker" "start" "-a" "b60ca42cd8cee321314ee038ac5e63aeeea1d16634b645b63e8dba1629965cf3", kill_on_drop: false }`
[INFO] [stderr]    Compiling bech32grs v0.11.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `bench`
[INFO] [stdout]    --> src/lib.rs:129:13
[INFO] [stdout]     |
[INFO] [stdout] 129 | #![cfg_attr(bench, feature(test))]
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `bench`
[INFO] [stdout]    --> src/lib.rs:134:7
[INFO] [stdout]     |
[INFO] [stdout] 134 | #[cfg(bench)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mutate`
[INFO] [stdout]    --> src/primitives/gf32.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |     #[cfg_attr(all(test, mutate), mutate)]
[INFO] [stdout]     |                          ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mutate)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mutate)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mutate`
[INFO] [stdout]    --> src/primitives/gf32.rs:235:26
[INFO] [stdout]     |
[INFO] [stdout] 235 |     #[cfg_attr(all(test, mutate), mutate)]
[INFO] [stdout]     |                          ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mutate)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mutate)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mutate`
[INFO] [stdout]   --> src/primitives/gf32.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(all(test, mutate))]
[INFO] [stdout]    |                 ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mutate)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mutate)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `kani`
[INFO] [stdout]    --> src/primitives/gf32.rs:534:7
[INFO] [stdout]     |
[INFO] [stdout] 534 | #[cfg(kani)]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/decode.rs:445:46
[INFO] [stdout]     |
[INFO] [stdout] 445 |     pub fn fe32_iter<I: Iterator<Item = u8>>(&self) -> AsciiToFe32Iter {
[INFO] [stdout]     |                                              ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 445 |     pub fn fe32_iter<I: Iterator<Item = u8>>(&self) -> AsciiToFe32Iter<'_> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/decode.rs:454:22
[INFO] [stdout]     |
[INFO] [stdout] 454 |     pub fn byte_iter(&self) -> ByteIter {
[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] 454 |     pub fn byte_iter(&self) -> ByteIter<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/decode.rs:664:22
[INFO] [stdout]     |
[INFO] [stdout] 664 |     pub fn byte_iter(&self) -> ByteIter {
[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] 664 |     pub fn byte_iter(&self) -> ByteIter<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/hrp.rs:166:22
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn byte_iter(&self) -> ByteIter { ByteIter { iter: self.buf[..self.size].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] 166 |     pub fn byte_iter(&self) -> ByteIter<'_> { ByteIter { iter: self.buf[..self.size].iter() } }
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/hrp.rs:173:22
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn char_iter(&self) -> CharIter { CharIter { iter: self.byte_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] 173 |     pub fn char_iter(&self) -> CharIter<'_> { CharIter { iter: self.byte_iter() } }
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/hrp.rs:177:32
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub fn lowercase_byte_iter(&self) -> LowercaseByteIter {
[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] 177 |     pub fn lowercase_byte_iter(&self) -> LowercaseByteIter<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/hrp.rs:183:32
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn lowercase_char_iter(&self) -> LowercaseCharIter {
[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] 183 |     pub fn lowercase_char_iter(&self) -> LowercaseCharIter<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/primitives/iter.rs:64:47
[INFO] [stdout]    |
[INFO] [stdout] 64 |     fn with_checksum<Ck: Checksum>(self, hrp: &Hrp) -> Encoder<Self, Ck> { Encoder::new(self, hrp) }
[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] 64 |     fn with_checksum<Ck: Checksum>(self, hrp: &Hrp) -> Encoder<'_, Self, Ck> { Encoder::new(self, hrp) }
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `bench`
[INFO] [stdout]    --> src/lib.rs:129:13
[INFO] [stdout]     |
[INFO] [stdout] 129 | #![cfg_attr(bench, feature(test))]
[INFO] [stdout]     |             ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `bench`
[INFO] [stdout]    --> src/lib.rs:134:7
[INFO] [stdout]     |
[INFO] [stdout] 134 | #[cfg(bench)]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mutate`
[INFO] [stdout]    --> src/primitives/gf32.rs:224:26
[INFO] [stdout]     |
[INFO] [stdout] 224 |     #[cfg_attr(all(test, mutate), mutate)]
[INFO] [stdout]     |                          ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mutate)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mutate)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mutate`
[INFO] [stdout]    --> src/primitives/gf32.rs:235:26
[INFO] [stdout]     |
[INFO] [stdout] 235 |     #[cfg_attr(all(test, mutate), mutate)]
[INFO] [stdout]     |                          ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mutate)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mutate)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `mutate`
[INFO] [stdout]   --> src/primitives/gf32.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[cfg(all(test, mutate))]
[INFO] [stdout]    |                 ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mutate)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mutate)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `kani`
[INFO] [stdout]    --> src/primitives/gf32.rs:534:7
[INFO] [stdout]     |
[INFO] [stdout] 534 | #[cfg(kani)]
[INFO] [stdout]     |       ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider using a Cargo feature instead
[INFO] [stdout]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]              [lints.rust]
[INFO] [stdout]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stdout]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/decode.rs:445:46
[INFO] [stdout]     |
[INFO] [stdout] 445 |     pub fn fe32_iter<I: Iterator<Item = u8>>(&self) -> AsciiToFe32Iter {
[INFO] [stdout]     |                                              ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 445 |     pub fn fe32_iter<I: Iterator<Item = u8>>(&self) -> AsciiToFe32Iter<'_> {
[INFO] [stdout]     |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/decode.rs:454:22
[INFO] [stdout]     |
[INFO] [stdout] 454 |     pub fn byte_iter(&self) -> ByteIter {
[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] 454 |     pub fn byte_iter(&self) -> ByteIter<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/decode.rs:664:22
[INFO] [stdout]     |
[INFO] [stdout] 664 |     pub fn byte_iter(&self) -> ByteIter {
[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] 664 |     pub fn byte_iter(&self) -> ByteIter<'_> {
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/hrp.rs:166:22
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn byte_iter(&self) -> ByteIter { ByteIter { iter: self.buf[..self.size].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] 166 |     pub fn byte_iter(&self) -> ByteIter<'_> { ByteIter { iter: self.buf[..self.size].iter() } }
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/hrp.rs:173:22
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn char_iter(&self) -> CharIter { CharIter { iter: self.byte_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] 173 |     pub fn char_iter(&self) -> CharIter<'_> { CharIter { iter: self.byte_iter() } }
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/hrp.rs:177:32
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub fn lowercase_byte_iter(&self) -> LowercaseByteIter {
[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] 177 |     pub fn lowercase_byte_iter(&self) -> LowercaseByteIter<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/primitives/hrp.rs:183:32
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub fn lowercase_char_iter(&self) -> LowercaseCharIter {
[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] 183 |     pub fn lowercase_char_iter(&self) -> LowercaseCharIter<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/primitives/iter.rs:64:47
[INFO] [stdout]    |
[INFO] [stdout] 64 |     fn with_checksum<Ck: Checksum>(self, hrp: &Hrp) -> Encoder<Self, Ck> { Encoder::new(self, hrp) }
[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] 64 |     fn with_checksum<Ck: Checksum>(self, hrp: &Hrp) -> Encoder<'_, Self, Ck> { Encoder::new(self, hrp) }
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.66s
[INFO] running `Command { std: "docker" "inspect" "b60ca42cd8cee321314ee038ac5e63aeeea1d16634b645b63e8dba1629965cf3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b60ca42cd8cee321314ee038ac5e63aeeea1d16634b645b63e8dba1629965cf3", kill_on_drop: false }`
[INFO] [stdout] b60ca42cd8cee321314ee038ac5e63aeeea1d16634b645b63e8dba1629965cf3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 92b907abd82b8d8a8425a0f2686be2a5858a4b674ebe171d8ee430d9b8329581
[INFO] running `Command { std: "docker" "start" "-a" "92b907abd82b8d8a8425a0f2686be2a5858a4b674ebe171d8ee430d9b8329581", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `bench`
[INFO] [stderr]    --> src/lib.rs:129:13
[INFO] [stderr]     |
[INFO] [stderr] 129 | #![cfg_attr(bench, feature(test))]
[INFO] [stderr]     |             ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `bench`
[INFO] [stderr]    --> src/lib.rs:134:7
[INFO] [stderr]     |
[INFO] [stderr] 134 | #[cfg(bench)]
[INFO] [stderr]     |       ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bench)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mutate`
[INFO] [stderr]    --> src/primitives/gf32.rs:224:26
[INFO] [stderr]     |
[INFO] [stderr] 224 |     #[cfg_attr(all(test, mutate), mutate)]
[INFO] [stderr]     |                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mutate)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mutate)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mutate`
[INFO] [stderr]    --> src/primitives/gf32.rs:235:26
[INFO] [stderr]     |
[INFO] [stderr] 235 |     #[cfg_attr(all(test, mutate), mutate)]
[INFO] [stderr]     |                          ^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mutate)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mutate)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `mutate`
[INFO] [stderr]   --> src/primitives/gf32.rs:18:17
[INFO] [stderr]    |
[INFO] [stderr] 18 | #[cfg(all(test, mutate))]
[INFO] [stderr]    |                 ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mutate)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mutate)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `kani`
[INFO] [stderr]    --> src/primitives/gf32.rs:534:7
[INFO] [stderr]     |
[INFO] [stderr] 534 | #[cfg(kani)]
[INFO] [stderr]     |       ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider using a Cargo feature instead
[INFO] [stderr]     = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]              [lints.rust]
[INFO] [stderr]              unexpected_cfgs = { level = "warn", check-cfg = ['cfg(kani)'] }
[INFO] [stderr]     = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(kani)");` to the top of the `build.rs`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/primitives/decode.rs:445:46
[INFO] [stderr]     |
[INFO] [stderr] 445 |     pub fn fe32_iter<I: Iterator<Item = u8>>(&self) -> AsciiToFe32Iter {
[INFO] [stderr]     |                                              ^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                              |
[INFO] [stderr]     |                                              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] running 97 tests
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 445 |     pub fn fe32_iter<I: Iterator<Item = u8>>(&self) -> AsciiToFe32Iter<'_> {
[INFO] [stderr]     |                                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/primitives/decode.rs:454:22
[INFO] [stderr]     |
[INFO] [stderr] 454 |     pub fn byte_iter(&self) -> ByteIter {
[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] 454 |     pub fn byte_iter(&self) -> ByteIter<'_> {
[INFO] [stderr]     |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/primitives/decode.rs:664:22
[INFO] [stderr]     |
[INFO] [stderr] 664 |     pub fn byte_iter(&self) -> ByteIter {
[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] 664 |     pub fn byte_iter(&self) -> ByteIter<'_> {
[INFO] [stderr]     |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/primitives/hrp.rs:166:22
[INFO] [stderr]     |
[INFO] [stderr] 166 |     pub fn byte_iter(&self) -> ByteIter { ByteIter { iter: self.buf[..self.size].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] [stdout] test primitives::decode::tests::bip_173_invalid_parsing_fails ... ok
[INFO] [stderr] 166 |     pub fn byte_iter(&self) -> ByteIter<'_> { ByteIter { iter: self.buf[..self.size].iter() } }
[INFO] [stdout] test primitives::decode::tests::bip_350_invalid_parsing_fails ... ok
[INFO] [stderr]     |                                        ++++
[INFO] [stdout] test primitives::decode::tests::bip_350_invalid_because_of_invalid_checksum ... ok
[INFO] [stderr] 
[INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_0 ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_2 ... ok
[INFO] [stderr]    --> src/primitives/hrp.rs:173:22
[INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_4 ... ok
[INFO] [stderr]     |
[INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_5 ... ok
[INFO] [stderr] 173 |     pub fn char_iter(&self) -> CharIter { CharIter { iter: self.byte_iter() } }
[INFO] [stdout] test primitives::decode::tests::mainnet_valid_addresses ... ok
[INFO] [stderr]     |                      ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] test primitives::encode::tests::hrpstring_iter ... ok
[INFO] [stderr]     |                      |
[INFO] [stdout] test primitives::gf32::tests::div_self_zero ... ok
[INFO] [stderr]     |                      the lifetime is elided here
[INFO] [stdout] test primitives::encode::tests::hrpstring_iter_bytes ... ok
[INFO] [stderr]     |
[INFO] [stdout] test primitives::gf32::tests::from_char ... ok
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test primitives::gf32::tests::mul_one ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test primitives::gf32::tests::recovery_wheel ... ok
[INFO] [stderr]     |
[INFO] [stdout] test primitives::gf32::tests::translation_wheel ... ok
[INFO] [stderr] 173 |     pub fn char_iter(&self) -> CharIter<'_> { CharIter { iter: self.byte_iter() } }
[INFO] [stdout] test primitives::gf32::tests::reverse_charset ... ok
[INFO] [stderr]     |                                        ++++
[INFO] [stdout] test primitives::hrp::tests::as_bytes ... ok
[INFO] [stderr] 
[INFO] [stdout] test primitives::decode::tests::check_hrp_max_length ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/primitives/hrp.rs:177:32
[INFO] [stderr]     |
[INFO] [stderr] 177 |     pub fn lowercase_byte_iter(&self) -> LowercaseByteIter {
[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] 177 |     pub fn lowercase_byte_iter(&self) -> LowercaseByteIter<'_> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/primitives/hrp.rs:183:32
[INFO] [stderr]     |
[INFO] [stderr] 183 |     pub fn lowercase_char_iter(&self) -> LowercaseCharIter {
[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] 183 |     pub fn lowercase_char_iter(&self) -> LowercaseCharIter<'_> {
[INFO] [stderr]     |                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/primitives/iter.rs:64:47
[INFO] [stderr]    |
[INFO] [stderr] 64 |     fn with_checksum<Ck: Checksum>(self, hrp: &Hrp) -> Encoder<Self, Ck> { Encoder::new(self, hrp) }
[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] [stdout] test primitives::gf32::tests::from_upper_char ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 64 |     fn with_checksum<Ck: Checksum>(self, hrp: &Hrp) -> Encoder<'_, Self, Ck> { Encoder::new(self, hrp) }
[INFO] [stdout] test primitives::hrp::tests::as_str ... ok
[INFO] [stderr]    |                                                                +++
[INFO] [stdout] test primitives::hrp::tests::char_3 ... ok
[INFO] [stderr] 
[INFO] [stdout] test primitives::encode::tests::hrpstring_iter_size_hint ... ok
[INFO] [stderr] warning: `bech32grs` (lib) generated 14 warnings (run `cargo fix --lib -p bech32grs` to apply 8 suggestions)
[INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_3 ... ok
[INFO] [stderr] warning: `bech32grs` (lib test) generated 14 warnings (14 duplicates)
[INFO] [stdout] test primitives::decode::tests::check_hrp_uppercase_returns_lower ... ok
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stdout] test primitives::gf32::tests::numeric_string ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bech32grs-dd3795996ca56c0e)
[INFO] [stdout] test primitives::decode::tests::bip_173_invalid_parsing_fails_invalid_checksum ... ok
[INFO] [stdout] test primitives::hrp::tests::char_0 ... ok
[INFO] [stdout] test primitives::hrp::tests::char_4 ... ok
[INFO] [stdout] test primitives::encode::tests::hrpstring_iter_collect ... ok
[INFO] [stdout] test primitives::hrp::tests::hrp_consts ... ok
[INFO] [stdout] test primitives::hrp::tests::parse_err_1 ... ok
[INFO] [stdout] test primitives::hrp::tests::parse_err_2 ... ok
[INFO] [stdout] test primitives::hrp::tests::parse_err_3 ... ok
[INFO] [stdout] test primitives::hrp::tests::parse_err_0 ... ok
[INFO] [stdout] test primitives::hrp::tests::parse_ok_0 ... ok
[INFO] [stdout] test primitives::hrp::tests::parse_ok_4 ... ok
[INFO] [stdout] test primitives::hrp::tests::parse_ok_2 ... ok
[INFO] [stdout] test primitives::hrp::tests::parse_ok_5 ... ok
[INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_1 ... ok
[INFO] [stdout] test primitives::hrp::tests::parse_ok_6 ... ok
[INFO] [stdout] test primitives::hrp::tests::parse_ok_7 ... ok
[INFO] [stdout] test primitives::gf32::tests::mul_zero ... ok
[INFO] [stdout] test primitives::hrp::tests::char_1 ... ok
[INFO] [stdout] test primitives::hrp::tests::char_5 ... ok
[INFO] [stdout] test primitives::hrp::tests::char_2 ... ok
[INFO] [stdout] test primitives::iter::tests::padding_bytes_trailing_1_bit_roundtrips ... ok
[INFO] [stdout] test primitives::iter::tests::padding_bytes_trailing_2_bits_roundtrips ... ok
[INFO] [stdout] test primitives::iter::tests::padding_bytes_trailing_3_bits_roundtrips ... ok
[INFO] [stdout] test primitives::iter::tests::padding_bytes_trailing_4_bits_roundtrips ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_0_bits_roundtrips ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_1_bit_zero_roundtrips ... ok
[INFO] [stdout] test primitives::hrp::tests::parse_ok_1 ... ok
[INFO] [stdout] test primitives::hrp::tests::parse_ok_3 ... ok
[INFO] [stdout] test primitives::iter::tests::byte_iter_ext ... ok
[INFO] [stdout] test primitives::iter::tests::bytes_to_fes_size_hint ... ok
[INFO] [stdout] test primitives::iter::tests::fe32_iter_ext ... ok
[INFO] [stdout] test primitives::iter::tests::fes_to_bytes_size_hint ... ok
[INFO] [stdout] test primitives::iter::tests::padding_bytes_trailing_0_bits_roundtrips ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_2_bits_zeros_roundtrips ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_3_bits_zeros_roundtrips ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_4_bits_zeros_roundtrips ... ok
[INFO] [stdout] test segwit::tests::can_not_decode_address_too_long ... ok
[INFO] [stdout] test primitives::tests::bech32_sanity ... ok
[INFO] [stdout] test primitives::tests::bech32m_sanity ... ok
[INFO] [stdout] test segwit::tests::can_decode_maximum_length_address ... ok
[INFO] [stdout] test segwit::tests::can_not_encode_address_too_long ... ok
[INFO] [stdout] test segwit::tests::can_encode_maximum_length_address ... ok
[INFO] [stdout] test segwit::tests::encode_lower_to_fmt ... ok
[INFO] [stdout] test segwit::tests::encode_lower_to_writer ... ok
[INFO] [stdout] test segwit::tests::encode_upper_to_fmt ... ok
[INFO] [stdout] test segwit::tests::encode_lower_to_writer_including_lowecaseing_hrp ... ok
[INFO] [stdout] test segwit::tests::encode_upper_to_writer ... ok
[INFO] [stdout] test segwit::tests::encoded_length_works ... ok
[INFO] [stdout] test segwit::tests::roundtrip_valid_mainnet_addresses ... ok
[INFO] [stdout] test tests::can_decode_segwit_too_long_string ... ok
[INFO] [stdout] test tests::can_not_encode_string_too_long ... ok
[INFO] [stdout] test tests::can_encode_maximum_length_string ... ok
[INFO] [stdout] test tests::decode_bech32_lower ... ok
[INFO] [stdout] test tests::decode_bech32m ... ok
[INFO] [stdout] test tests::encode_bech32_lower ... ok
[INFO] [stdout] test tests::encode_bech32_lower_to_writer ... ok
[INFO] [stdout] test tests::encode_bech32_upper ... ok
[INFO] [stdout] test tests::encode_bech32_upper_to_writer ... ok
[INFO] [stdout] test tests::encode_bech32m ... ok
[INFO] [stdout] test tests::encoded_length_works ... ok
[INFO] [stdout] test tests::decode_bech32_upper ... ok
[INFO] [stdout] test primitives::gf32::tests::div_zero - should panic ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_1_bit_non_zero_does_not_roundtrip - should panic ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_2_bits_non_zero_does_not_roundtrip - should panic ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_3_bits_non_zero_does_not_roundtrip - should panic ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_5_bits_zeros_does_not_roundtrip - should panic ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_5_bits_non_zero_does_not_roundtrip - should panic ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_6_bits_non_zero_does_not_roundtrip - should panic ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_7_bits_non_zero_does_not_roundtrip - should panic ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_6_bits_zeros_does_not_roundtrip - should panic ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_7_bits_zeros_does_not_roundtrip - should panic ... ok
[INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_4_bits_non_zero_does_not_roundtrip - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 97 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/bip_173_test_vectors.rs (/opt/rustwide/target/debug/deps/bip_173_test_vectors-c155324aafef85a6)
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test bip_173_checksum_calculated_with_uppercase_form ... ok
[INFO] [stdout] test bip_173_invalid_address_14 ... ok
[INFO] [stdout] test bip_173_invalid_address_1 ... ok
[INFO] [stdout] test bip_173_invalid_address_0 ... ok
[INFO] [stdout] test valid_bech32_hrp_string_0 ... ok
[INFO] [stdout] test bip_173_valid_address_roundtrip_2 ... ok
[INFO] [stderr]      Running tests/bip_350_test_vectors.rs (/opt/rustwide/target/debug/deps/bip_350_test_vectors-0e90d2dfcab6c18e)
[INFO] [stdout] test valid_bech32_hrp_string_2 ... ok
[INFO] [stdout] test bip_173_invalid_address_3 ... ok
[INFO] [stdout] test valid_bech32_hrp_string_4 ... ok
[INFO] [stdout] test bip_173_invalid_address_4 ... ok
[INFO] [stdout] test bip_173_invalid_address_5 ... ok
[INFO] [stdout] test bip_173_invalid_address_6 ... ok
[INFO] [stdout] test bip_173_invalid_address_7 ... ok
[INFO] [stdout] test bip_173_invalid_address_8 ... ok
[INFO] [stdout] test bip_173_valid_address_roundtrip_0 ... ok
[INFO] [stdout] test bip_173_valid_address_roundtrip_1 ... ok
[INFO] [stdout] test valid_bech32_hrp_string_1 ... ok
[INFO] [stdout] test bip_173_invalid_address_2 ... ok
[INFO] [stdout] test valid_bech32_hrp_string_a ... ok
[INFO] [stdout] test valid_bech32_hrp_string_b ... ok
[INFO] [stdout] test valid_bech32_hrp_string_3 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test bip_350_invalid_address_0 ... ok
[INFO] [stdout] test bip_350_invalid_address_1 ... ok
[INFO] [stdout] test bip_350_invalid_address_10 ... ok
[INFO] [stdout] test bip_350_checksum_calculated_with_uppercase_form ... ok
[INFO] [stdout] test bip_350_invalid_address_12 ... ok
[INFO] [stdout] test bip_350_invalid_address_14 ... ok
[INFO] [stdout] test bip_350_invalid_address_2 ... ok
[INFO] [stdout] test bip_350_invalid_address_3 ... ok
[INFO] [stdout] test bip_350_invalid_address_4 ... ok
[INFO] [stdout] test bip_350_invalid_address_5 ... ok
[INFO] [stdout] test bip_350_invalid_address_11 ... ok
[INFO] [stdout] test bip_350_invalid_address_7 ... ok
[INFO] [stdout] test bip_350_invalid_address_6 ... ok
[INFO] [stdout] test bip_350_invalid_address_8 ... ok
[INFO] [stdout] test bip_350_invalid_address_9 ... ok
[INFO] [stdout] test bip_350_valid_address_roundtrip_1 ... ok
[INFO] [stdout] test bip_350_valid_address_roundtrip_0 ... ok
[INFO] [stdout] test bip_350_valid_address_roundtrip_2 ... ok
[INFO] [stdout] test valid_bech32m_hrp_string_0 ... ok
[INFO] [stdout] test valid_bech32m_hrp_string_1 ... ok
[INFO] [stdout] test bip_350_valid_address_roundtrip_4 ... ok
[INFO] [stdout] test valid_bech32m_hrp_string_3 ... ok
[INFO] [stdout] test valid_bech32m_hrp_string_4 ... ok
[INFO] [stdout] test bip_350_valid_address_roundtrip_3 ... ok
[INFO] [stdout] test valid_bech32m_hrp_string_5 ... ok
[INFO] [stdout] test valid_bech32m_hrp_string_6 ... ok
[INFO] [stdout] test valid_bech32m_hrp_string_2 ... ok
[INFO] [stdout] test bip_350_invalid_address_13 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bech32grs
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test src/primitives/decode.rs - primitives::decode::CheckedHrpstring<'s>::data_part_ascii_no_checksum (line 367) ... ok
[INFO] [stdout] test src/primitives/decode.rs - primitives::decode::CheckedHrpstring<'s>::witness_version (line 418) ... ok
[INFO] [stdout] test src/primitives/decode.rs - primitives::decode::UncheckedHrpstring (line 99) ... ok
[INFO] [stdout] test src/primitives/decode.rs - primitives::decode (line 35) ... ok
[INFO] [stdout] test src/lib.rs - (line 96) ... ok
[INFO] [stdout] test src/primitives/decode.rs - primitives::decode::UncheckedHrpstring<'s>::remove_witness_version (line 175) ... ok
[INFO] [stdout] test src/lib.rs - (line 60) ... ok
[INFO] [stdout] test src/primitives/decode.rs - primitives::decode::SegwitHrpstring (line 535) ... ok
[INFO] [stdout] test src/primitives/decode.rs - primitives::decode::CheckedHrpstring (line 320) ... ok
[INFO] [stdout] test src/primitives/decode.rs - primitives::decode::UncheckedHrpstring<'s>::witness_version (line 206) ... ok
[INFO] [stdout] test src/primitives/iter.rs - primitives::iter (line 15) ... ok
[INFO] [stdout] test src/lib.rs - (line 34) ... ok
[INFO] [stdout] test src/primitives/decode.rs - primitives::decode::UncheckedHrpstring<'s>::data_part_ascii (line 155) ... ok
[INFO] [stdout] test src/lib.rs - decode (line 188) ... ok
[INFO] [stdout] test src/primitives/encode.rs - primitives::encode::Encoder (line 59) ... ok
[INFO] [stdout] test src/primitives/decode.rs - primitives::decode::CheckedHrpstring<'s>::remove_witness_version (line 387) ... ok
[INFO] [stdout] test src/primitives/encode.rs - primitives::encode (line 16) ... ok
[INFO] [stdout] test src/primitives/decode.rs - primitives::decode::SegwitHrpstring<'s>::data_part_ascii_no_witver_no_checksum (line 644) ... ok
[INFO] [stdout] test src/segwit.rs - segwit::decode (line 75) ... ok
[INFO] [stdout] test src/segwit.rs - segwit (line 12) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "92b907abd82b8d8a8425a0f2686be2a5858a4b674ebe171d8ee430d9b8329581", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92b907abd82b8d8a8425a0f2686be2a5858a4b674ebe171d8ee430d9b8329581", kill_on_drop: false }`
[INFO] [stdout] 92b907abd82b8d8a8425a0f2686be2a5858a4b674ebe171d8ee430d9b8329581
