[INFO] fetching crate bech32 0.11.0... [INFO] testing bech32-0.11.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate bech32 0.11.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate bech32 0.11.0 [INFO] finished tweaking crates.io crate bech32 0.11.0 [INFO] tweaked toml for crates.io crate bech32 0.11.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate bech32 0.11.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 77500246631cffae5d30ef8d78f2077999371604bbce98c2319937efc6fd73a1 [INFO] running `Command { std: "docker" "start" "-a" "77500246631cffae5d30ef8d78f2077999371604bbce98c2319937efc6fd73a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77500246631cffae5d30ef8d78f2077999371604bbce98c2319937efc6fd73a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77500246631cffae5d30ef8d78f2077999371604bbce98c2319937efc6fd73a1", kill_on_drop: false }` [INFO] [stdout] 77500246631cffae5d30ef8d78f2077999371604bbce98c2319937efc6fd73a1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bcd7991b3ed4f5e8c4f169e5ca5dae29bb89fcd92e9c1684edc363d0809488a [INFO] running `Command { std: "docker" "start" "-a" "3bcd7991b3ed4f5e8c4f169e5ca5dae29bb89fcd92e9c1684edc363d0809488a", kill_on_drop: false }` [INFO] [stderr] Compiling bech32 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 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 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 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 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 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 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>(&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>(&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(self, hrp: &Hrp) -> Encoder { 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(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.56s [INFO] running `Command { std: "docker" "inspect" "3bcd7991b3ed4f5e8c4f169e5ca5dae29bb89fcd92e9c1684edc363d0809488a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bcd7991b3ed4f5e8c4f169e5ca5dae29bb89fcd92e9c1684edc363d0809488a", kill_on_drop: false }` [INFO] [stdout] 3bcd7991b3ed4f5e8c4f169e5ca5dae29bb89fcd92e9c1684edc363d0809488a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4526cd66cfa9105a964371d7d94237395ee135f995d8cf3ddc333aa44fea4720 [INFO] running `Command { std: "docker" "start" "-a" "4526cd66cfa9105a964371d7d94237395ee135f995d8cf3ddc333aa44fea4720", kill_on_drop: false }` [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 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 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 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 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 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 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>(&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>(&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] [stderr] Compiling bech32 v0.11.0 (/opt/rustwide/workdir) [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(self, hrp: &Hrp) -> Encoder { 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(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 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 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 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 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 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 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>(&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>(&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(self, hrp: &Hrp) -> Encoder { 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(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.36s [INFO] running `Command { std: "docker" "inspect" "4526cd66cfa9105a964371d7d94237395ee135f995d8cf3ddc333aa44fea4720", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4526cd66cfa9105a964371d7d94237395ee135f995d8cf3ddc333aa44fea4720", kill_on_drop: false }` [INFO] [stdout] 4526cd66cfa9105a964371d7d94237395ee135f995d8cf3ddc333aa44fea4720 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f216aa0f06a3ab052687ab7f3e49f0c6dfaf5c68c170bfb7d94e4b2d7326cf41 [INFO] running `Command { std: "docker" "start" "-a" "f216aa0f06a3ab052687ab7f3e49f0c6dfaf5c68c170bfb7d94e4b2d7326cf41", 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 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 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 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 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 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 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>(&self) -> AsciiToFe32Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 445 | pub fn fe32_iter>(&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] [stderr] 166 | pub fn byte_iter(&self) -> ByteIter<'_> { ByteIter { iter: self.buf[..self.size].iter() } } [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/primitives/hrp.rs:173:22 [INFO] [stderr] | [INFO] [stderr] 173 | pub fn char_iter(&self) -> CharIter { CharIter { iter: self.byte_iter() } } [INFO] [stderr] | ^^^^^ ^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 173 | pub fn char_iter(&self) -> CharIter<'_> { CharIter { iter: self.byte_iter() } } [INFO] [stderr] | ++++ [INFO] [stderr] [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(self, hrp: &Hrp) -> Encoder { 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] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 64 | fn with_checksum(self, hrp: &Hrp) -> Encoder<'_, Self, Ck> { Encoder::new(self, hrp) } [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `bech32` (lib) generated 14 warnings (run `cargo fix --lib -p bech32` to apply 8 suggestions) [INFO] [stderr] warning: `bech32` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bech32-ede00e6a22b727c1) [INFO] [stdout] [INFO] [stdout] running 97 tests [INFO] [stdout] test primitives::decode::tests::bip_173_invalid_parsing_fails ... ok [INFO] [stdout] test primitives::decode::tests::bip_173_invalid_parsing_fails_invalid_checksum ... ok [INFO] [stdout] test primitives::decode::tests::bip_350_invalid_because_of_invalid_checksum ... ok [INFO] [stdout] test primitives::decode::tests::bip_350_invalid_parsing_fails ... ok [INFO] [stdout] test primitives::decode::tests::check_hrp_uppercase_returns_lower ... ok [INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_1 ... ok [INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_2 ... ok [INFO] [stdout] test primitives::decode::tests::check_hrp_max_length ... ok [INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_3 ... ok [INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_0 ... ok [INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_4 ... ok [INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_5 ... ok [INFO] [stdout] test primitives::decode::tests::mainnet_valid_addresses ... ok [INFO] [stdout] test primitives::encode::tests::hrpstring_iter ... ok [INFO] [stdout] test primitives::encode::tests::hrpstring_iter_bytes ... ok [INFO] [stdout] test primitives::encode::tests::hrpstring_iter_collect ... ok [INFO] [stdout] test primitives::encode::tests::hrpstring_iter_size_hint ... ok [INFO] [stdout] test primitives::gf32::tests::div_self_zero ... ok [INFO] [stdout] test primitives::gf32::tests::from_upper_char ... ok [INFO] [stdout] test primitives::gf32::tests::mul_one ... ok [INFO] [stdout] test primitives::gf32::tests::mul_zero ... ok [INFO] [stdout] test primitives::gf32::tests::numeric_string ... ok [INFO] [stdout] test primitives::gf32::tests::recovery_wheel ... ok [INFO] [stdout] test primitives::gf32::tests::from_char ... ok [INFO] [stdout] test primitives::gf32::tests::translation_wheel ... ok [INFO] [stdout] test primitives::hrp::tests::as_bytes ... ok [INFO] [stdout] test primitives::hrp::tests::as_str ... ok [INFO] [stdout] test primitives::hrp::tests::char_1 ... ok [INFO] [stdout] test primitives::hrp::tests::char_2 ... ok [INFO] [stdout] test primitives::hrp::tests::char_3 ... ok [INFO] [stdout] test primitives::hrp::tests::char_5 ... ok [INFO] [stdout] test primitives::hrp::tests::parse_err_0 ... ok [INFO] [stdout] test primitives::hrp::tests::parse_err_1 ... ok [INFO] [stdout] test primitives::hrp::tests::hrp_consts ... ok [INFO] [stdout] test primitives::hrp::tests::parse_err_2 ... ok [INFO] [stdout] test primitives::gf32::tests::reverse_charset ... ok [INFO] [stdout] test primitives::hrp::tests::parse_err_3 ... ok [INFO] [stdout] test primitives::hrp::tests::parse_ok_2 ... ok [INFO] [stdout] test primitives::hrp::tests::parse_ok_1 ... ok [INFO] [stdout] test primitives::hrp::tests::parse_ok_4 ... ok [INFO] [stdout] test primitives::hrp::tests::parse_ok_6 ... ok [INFO] [stdout] test primitives::hrp::tests::char_0 ... ok [INFO] [stdout] test primitives::hrp::tests::char_4 ... ok [INFO] [stdout] test primitives::hrp::tests::parse_ok_7 ... ok [INFO] [stdout] test primitives::hrp::tests::parse_ok_0 ... 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::hrp::tests::parse_ok_5 ... 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_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_fes_trailing_0_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_1_bit_zero_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 primitives::tests::bech32_sanity ... ok [INFO] [stdout] test segwit::tests::can_encode_maximum_length_address ... ok [INFO] [stdout] test primitives::tests::bech32m_sanity ... ok [INFO] [stdout] test segwit::tests::can_not_decode_address_too_long ... ok [INFO] [stdout] test segwit::tests::can_decode_maximum_length_address ... ok [INFO] [stdout] test segwit::tests::encode_lower_to_writer ... ok [INFO] [stdout] test segwit::tests::encode_lower_to_writer_including_lowecaseing_hrp ... ok [INFO] [stdout] test segwit::tests::encode_upper_to_fmt ... ok [INFO] [stdout] test segwit::tests::can_not_encode_address_too_long ... ok [INFO] [stdout] test segwit::tests::encode_lower_to_fmt ... ok [INFO] [stdout] test segwit::tests::encode_upper_to_writer ... ok [INFO] [stdout] test segwit::tests::encoded_length_works ... ok [INFO] [stdout] test tests::can_decode_segwit_too_long_string ... ok [INFO] [stdout] test segwit::tests::roundtrip_valid_mainnet_addresses ... ok [INFO] [stdout] test tests::can_not_encode_string_too_long ... 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::decode_bech32_upper ... ok [INFO] [stdout] test tests::encode_bech32_lower_to_writer ... ok [INFO] [stdout] test tests::encode_bech32_upper ... ok [INFO] [stdout] test tests::encode_bech32m ... ok [INFO] [stdout] test tests::encoded_length_works ... ok [INFO] [stdout] test tests::can_encode_maximum_length_string ... ok [INFO] [stdout] test tests::encode_bech32_upper_to_writer ... 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_4_bits_non_zero_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_5_bits_zeros_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_6_bits_zeros_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_7_bits_zeros_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.02s [INFO] [stdout] [INFO] [stderr] Running tests/bip_173_test_vectors.rs (/opt/rustwide/target/debug/deps/bip_173_test_vectors-3b6813d8c982a799) [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test bip_173_checksum_calculated_with_uppercase_form ... ok [INFO] [stdout] test bip_173_invalid_address_0 ... ok [INFO] [stdout] test bip_173_invalid_address_1 ... ok [INFO] [stdout] test bip_173_invalid_address_14 ... ok [INFO] [stdout] test bip_173_invalid_address_2 ... ok [INFO] [stdout] test bip_173_invalid_address_3 ... 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_2 ... ok [INFO] [stdout] test bip_173_valid_address_roundtrip_1 ... ok [INFO] [stdout] test bip_173_valid_address_roundtrip_3 ... ok [INFO] [stdout] test valid_bech32_hrp_string_0 ... ok [INFO] [stdout] test bip_173_valid_address_roundtrip_5 ... ok [INFO] [stdout] test valid_bech32_hrp_string_3 ... ok [INFO] [stdout] test valid_bech32_hrp_string_4 ... ok [INFO] [stdout] test valid_bech32_hrp_string_b ... ok [INFO] [stdout] test valid_bech32_hrp_string_a ... ok [INFO] [stdout] test valid_bech32_hrp_string_1 ... ok [INFO] [stdout] test bip_173_valid_address_roundtrip_4 ... ok [INFO] [stdout] test valid_bech32_hrp_string_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/bip_350_test_vectors.rs (/opt/rustwide/target/debug/deps/bip_350_test_vectors-7279fcb05f2ecab4) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test bip_350_checksum_calculated_with_uppercase_form ... ok [INFO] [stdout] test bip_350_invalid_address_11 ... ok [INFO] [stdout] test bip_350_invalid_address_1 ... ok [INFO] [stdout] test bip_350_invalid_address_0 ... ok [INFO] [stdout] test bip_350_invalid_address_12 ... ok [INFO] [stdout] test bip_350_invalid_address_10 ... ok [INFO] [stdout] test bip_350_invalid_address_13 ... ok [INFO] [stdout] test bip_350_invalid_address_2 ... ok [INFO] [stdout] test bip_350_invalid_address_14 ... 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_6 ... ok [INFO] [stdout] test bip_350_invalid_address_7 ... ok [INFO] [stdout] test bip_350_invalid_address_5 ... ok [INFO] [stdout] test bip_350_invalid_address_8 ... ok [INFO] [stdout] test bip_350_valid_address_roundtrip_0 ... ok [INFO] [stdout] test bip_350_invalid_address_9 ... ok [INFO] [stdout] test bip_350_valid_address_roundtrip_3 ... ok [INFO] [stdout] test bip_350_valid_address_roundtrip_1 ... ok [INFO] [stdout] test bip_350_valid_address_roundtrip_4 ... ok [INFO] [stdout] test bip_350_valid_address_roundtrip_5 ... ok [INFO] [stdout] test bip_350_valid_address_roundtrip_6 ... ok [INFO] [stdout] test bip_350_valid_address_roundtrip_7 ... 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 valid_bech32m_hrp_string_3 ... ok [INFO] [stdout] test valid_bech32m_hrp_string_2 ... ok [INFO] [stdout] test valid_bech32m_hrp_string_5 ... ok [INFO] [stdout] test valid_bech32m_hrp_string_4 ... ok [INFO] [stdout] test valid_bech32m_hrp_string_6 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests bech32 [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test src/primitives/decode.rs - primitives::decode::SegwitHrpstring (line 535) ... 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/decode.rs - primitives::decode::CheckedHrpstring<'s>::remove_witness_version (line 387) ... ok [INFO] [stdout] test src/primitives/decode.rs - primitives::decode::UncheckedHrpstring<'s>::witness_version (line 206) ... ok [INFO] [stdout] test src/primitives/decode.rs - primitives::decode::UncheckedHrpstring<'s>::remove_witness_version (line 175) ... ok [INFO] [stdout] test src/primitives/decode.rs - primitives::decode::CheckedHrpstring (line 320) ... 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/primitives/encode.rs - primitives::encode (line 16) ... ok [INFO] [stdout] test src/lib.rs - (line 96) ... ok [INFO] [stdout] test src/lib.rs - (line 60) ... ok [INFO] [stdout] test src/segwit.rs - segwit::decode (line 75) ... ok [INFO] [stdout] test src/primitives/iter.rs - primitives::iter (line 15) ... 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>::data_part_ascii_no_checksum (line 367) ... 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 (line 12) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f216aa0f06a3ab052687ab7f3e49f0c6dfaf5c68c170bfb7d94e4b2d7326cf41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f216aa0f06a3ab052687ab7f3e49f0c6dfaf5c68c170bfb7d94e4b2d7326cf41", kill_on_drop: false }` [INFO] [stdout] f216aa0f06a3ab052687ab7f3e49f0c6dfaf5c68c170bfb7d94e4b2d7326cf41