[INFO] fetching crate bech32grs 0.11.0... [INFO] testing bech32grs-0.11.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate bech32grs 0.11.0 into /workspace/builds/worker-0-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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate bech32grs 0.11.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad62de7c1076854af7c7c5f324da1aa722f2b2037f200be5af3a707efd025110 [INFO] running `Command { std: "docker" "start" "-a" "ad62de7c1076854af7c7c5f324da1aa722f2b2037f200be5af3a707efd025110", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad62de7c1076854af7c7c5f324da1aa722f2b2037f200be5af3a707efd025110", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad62de7c1076854af7c7c5f324da1aa722f2b2037f200be5af3a707efd025110", kill_on_drop: false }` [INFO] [stdout] ad62de7c1076854af7c7c5f324da1aa722f2b2037f200be5af3a707efd025110 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] ca2a6cd9476d6a49338af60044ec6b2dd6b22b67299ef642a42e9cb71f0c9005 [INFO] running `Command { std: "docker" "start" "-a" "ca2a6cd9476d6a49338af60044ec6b2dd6b22b67299ef642a42e9cb71f0c9005", 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 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/decode.rs:445:46 [INFO] [stdout] | [INFO] [stdout] 445 | pub fn fe32_iter>(&self) -> AsciiToFe32Iter { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 445 | pub fn fe32_iter>(&self) -> AsciiToFe32Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/decode.rs:454:22 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn byte_iter(&self) -> ByteIter { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 454 | pub fn byte_iter(&self) -> ByteIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/decode.rs:664:22 [INFO] [stdout] | [INFO] [stdout] 664 | pub fn byte_iter(&self) -> ByteIter { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 664 | pub fn byte_iter(&self) -> ByteIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/hrp.rs:177:32 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn lowercase_byte_iter(&self) -> LowercaseByteIter { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 177 | pub fn lowercase_byte_iter(&self) -> LowercaseByteIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/hrp.rs:183:32 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn lowercase_char_iter(&self) -> LowercaseCharIter { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 183 | pub fn lowercase_char_iter(&self) -> LowercaseCharIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.63s [INFO] running `Command { std: "docker" "inspect" "ca2a6cd9476d6a49338af60044ec6b2dd6b22b67299ef642a42e9cb71f0c9005", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca2a6cd9476d6a49338af60044ec6b2dd6b22b67299ef642a42e9cb71f0c9005", kill_on_drop: false }` [INFO] [stdout] ca2a6cd9476d6a49338af60044ec6b2dd6b22b67299ef642a42e9cb71f0c9005 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] e8ecf8e1b1692a03bb0c6ae16b8e942d532c821e59b3309c7c958afa707c5065 [INFO] running `Command { std: "docker" "start" "-a" "e8ecf8e1b1692a03bb0c6ae16b8e942d532c821e59b3309c7c958afa707c5065", 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/decode.rs:445:46 [INFO] [stdout] | [INFO] [stdout] 445 | pub fn fe32_iter>(&self) -> AsciiToFe32Iter { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 445 | pub fn fe32_iter>(&self) -> AsciiToFe32Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/decode.rs:454:22 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn byte_iter(&self) -> ByteIter { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 454 | pub fn byte_iter(&self) -> ByteIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/decode.rs:664:22 [INFO] [stdout] | [INFO] [stdout] 664 | pub fn byte_iter(&self) -> ByteIter { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 664 | pub fn byte_iter(&self) -> ByteIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/hrp.rs:177:32 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn lowercase_byte_iter(&self) -> LowercaseByteIter { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 177 | pub fn lowercase_byte_iter(&self) -> LowercaseByteIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/hrp.rs:183:32 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn lowercase_char_iter(&self) -> LowercaseCharIter { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 183 | pub fn lowercase_char_iter(&self) -> LowercaseCharIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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] 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 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/decode.rs:445:46 [INFO] [stdout] | [INFO] [stdout] 445 | pub fn fe32_iter>(&self) -> AsciiToFe32Iter { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 445 | pub fn fe32_iter>(&self) -> AsciiToFe32Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/decode.rs:454:22 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn byte_iter(&self) -> ByteIter { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 454 | pub fn byte_iter(&self) -> ByteIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/decode.rs:664:22 [INFO] [stdout] | [INFO] [stdout] 664 | pub fn byte_iter(&self) -> ByteIter { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 664 | pub fn byte_iter(&self) -> ByteIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/hrp.rs:177:32 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn lowercase_byte_iter(&self) -> LowercaseByteIter { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 177 | pub fn lowercase_byte_iter(&self) -> LowercaseByteIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/primitives/hrp.rs:183:32 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn lowercase_char_iter(&self) -> LowercaseCharIter { [INFO] [stdout] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 183 | pub fn lowercase_char_iter(&self) -> LowercaseCharIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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.73s [INFO] running `Command { std: "docker" "inspect" "e8ecf8e1b1692a03bb0c6ae16b8e942d532c821e59b3309c7c958afa707c5065", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8ecf8e1b1692a03bb0c6ae16b8e942d532c821e59b3309c7c958afa707c5065", kill_on_drop: false }` [INFO] [stdout] e8ecf8e1b1692a03bb0c6ae16b8e942d532c821e59b3309c7c958afa707c5065 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] f7a31e1b1924b7eb481fc79a52e59eafbb53e03ef0d4a7c9479a19374bcccbcb [INFO] running `Command { std: "docker" "start" "-a" "f7a31e1b1924b7eb481fc79a52e59eafbb53e03ef0d4a7c9479a19374bcccbcb", 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] [stdout] [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bench)");` to the top of the `build.rs` [INFO] [stdout] running 97 tests [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: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/primitives/decode.rs:445:46 [INFO] [stderr] | [INFO] [stderr] 445 | pub fn fe32_iter>(&self) -> AsciiToFe32Iter { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 445 | pub fn fe32_iter>(&self) -> AsciiToFe32Iter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/primitives/decode.rs:454:22 [INFO] [stderr] | [INFO] [stderr] 454 | pub fn byte_iter(&self) -> ByteIter { [INFO] [stderr] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 454 | pub fn byte_iter(&self) -> ByteIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/primitives/decode.rs:664:22 [INFO] [stderr] | [INFO] [stderr] 664 | pub fn byte_iter(&self) -> ByteIter { [INFO] [stderr] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 664 | pub fn byte_iter(&self) -> ByteIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 173 | pub fn char_iter(&self) -> CharIter<'_> { CharIter { iter: self.byte_iter() } } [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/primitives/hrp.rs:177:32 [INFO] [stderr] | [INFO] [stderr] 177 | pub fn lowercase_byte_iter(&self) -> LowercaseByteIter { [INFO] [stderr] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 177 | pub fn lowercase_byte_iter(&self) -> LowercaseByteIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/primitives/hrp.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | pub fn lowercase_char_iter(&self) -> LowercaseCharIter { [INFO] [stderr] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 183 | pub fn lowercase_char_iter(&self) -> LowercaseCharIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for 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: `bech32grs` (lib) generated 14 warnings (run `cargo fix --lib -p bech32grs` to apply 8 suggestions) [INFO] [stderr] warning: `bech32grs` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/bech32grs-80d363b6775a7793) [INFO] [stdout] test primitives::decode::tests::bip_173_invalid_parsing_fails_invalid_checksum ... ok [INFO] [stdout] test primitives::decode::tests::bip_173_invalid_parsing_fails ... 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_0 ... ok [INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_2 ... ok [INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_1 ... ok [INFO] [stdout] test primitives::decode::tests::invalid_segwit_address_3 ... 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_collect ... ok [INFO] [stdout] test primitives::gf32::tests::from_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::recovery_wheel ... 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::char_0 ... ok [INFO] [stdout] test primitives::gf32::tests::from_upper_char ... ok [INFO] [stdout] test primitives::gf32::tests::div_self_zero ... ok [INFO] [stdout] test primitives::gf32::tests::numeric_string ... ok [INFO] [stdout] test primitives::hrp::tests::as_str ... ok [INFO] [stdout] test primitives::gf32::tests::reverse_charset ... ok [INFO] [stdout] test primitives::hrp::tests::char_1 ... ok [INFO] [stdout] test primitives::hrp::tests::char_2 ... ok [INFO] [stdout] test primitives::decode::tests::check_hrp_max_length ... ok [INFO] [stdout] test primitives::encode::tests::hrpstring_iter_bytes ... ok [INFO] [stdout] test primitives::hrp::tests::char_3 ... ok [INFO] [stdout] test primitives::hrp::tests::char_4 ... ok [INFO] [stdout] test primitives::hrp::tests::hrp_consts ... 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::parse_err_2 ... ok [INFO] [stdout] test primitives::hrp::tests::parse_err_3 ... ok [INFO] [stdout] test primitives::hrp::tests::char_5 ... 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::hrp::tests::parse_ok_4 ... ok [INFO] [stdout] test primitives::hrp::tests::parse_ok_5 ... ok [INFO] [stdout] test primitives::hrp::tests::parse_ok_1 ... ok [INFO] [stdout] test primitives::hrp::tests::parse_ok_2 ... ok [INFO] [stdout] test primitives::iter::tests::byte_iter_ext ... ok [INFO] [stdout] test primitives::hrp::tests::parse_ok_7 ... ok [INFO] [stdout] test primitives::hrp::tests::parse_ok_6 ... ok [INFO] [stdout] test primitives::iter::tests::fe32_iter_ext ... ok [INFO] [stdout] test primitives::iter::tests::bytes_to_fes_size_hint ... ok [INFO] [stdout] test primitives::iter::tests::padding_bytes_trailing_3_bits_roundtrips ... ok [INFO] [stdout] test primitives::iter::tests::padding_bytes_trailing_2_bits_roundtrips ... ok [INFO] [stdout] test primitives::encode::tests::hrpstring_iter_size_hint ... 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_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::tests::bech32m_sanity ... ok [INFO] [stdout] test segwit::tests::can_encode_maximum_length_address ... ok [INFO] [stdout] test segwit::tests::can_not_decode_address_too_long ... ok [INFO] [stdout] test primitives::tests::bech32_sanity ... ok [INFO] [stdout] test segwit::tests::encode_lower_to_fmt ... ok [INFO] [stdout] test primitives::iter::tests::padding_fes_trailing_4_bits_zeros_roundtrips ... 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::encode_upper_to_writer ... 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::encoded_length_works ... ok [INFO] [stdout] test segwit::tests::encode_lower_to_writer ... 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_encode_maximum_length_string ... 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::decode_bech32_upper ... ok [INFO] [stdout] test tests::encode_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::encoded_length_works ... 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_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_zeros_does_not_roundtrip - 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_7_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.10s [INFO] [stdout] [INFO] [stderr] Running tests/bip_173_test_vectors.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/bip_173_test_vectors-a570924ac7c28308) [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_4 ... ok [INFO] [stdout] test bip_173_invalid_address_5 ... ok [INFO] [stdout] test bip_173_invalid_address_2 ... ok [INFO] [stdout] test bip_173_valid_address_roundtrip_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_8 ... ok [INFO] [stdout] test valid_bech32_hrp_string_0 ... ok [INFO] [stdout] test valid_bech32_hrp_string_2 ... ok [INFO] [stdout] test bip_173_valid_address_roundtrip_1 ... ok [INFO] [stdout] test bip_173_invalid_address_6 ... ok [INFO] [stdout] test bip_173_invalid_address_7 ... ok [INFO] [stdout] test valid_bech32_hrp_string_1 ... ok [INFO] [stdout] test bip_173_valid_address_roundtrip_2 ... ok [INFO] [stdout] test valid_bech32_hrp_string_3 ... ok [INFO] [stdout] test valid_bech32_hrp_string_4 ... ok [INFO] [stdout] test bip_173_invalid_address_0 ... ok [INFO] [stdout] test bip_173_invalid_address_3 ... ok [INFO] [stdout] test valid_bech32_hrp_string_a ... ok [INFO] [stdout] test valid_bech32_hrp_string_b ... 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] [stderr] Running tests/bip_350_test_vectors.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/bip_350_test_vectors-6bbbcb563a550b71) [INFO] [stdout] [INFO] [stdout] running 28 tests [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_11 ... 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_13 ... 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_6 ... ok [INFO] [stdout] test bip_350_invalid_address_8 ... ok [INFO] [stdout] test bip_350_invalid_address_7 ... ok [INFO] [stdout] test bip_350_invalid_address_9 ... ok [INFO] [stdout] test bip_350_valid_address_roundtrip_1 ... ok [INFO] [stdout] test valid_bech32m_hrp_string_3 ... ok [INFO] [stdout] test valid_bech32m_hrp_string_4 ... ok [INFO] [stdout] test valid_bech32m_hrp_string_5 ... ok [INFO] [stdout] test bip_350_valid_address_roundtrip_0 ... 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_2 ... ok [INFO] [stdout] test bip_350_valid_address_roundtrip_3 ... ok [INFO] [stdout] test bip_350_valid_address_roundtrip_4 ... ok [INFO] [stdout] test valid_bech32m_hrp_string_6 ... ok [INFO] [stdout] test bip_350_valid_address_roundtrip_2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f7a31e1b1924b7eb481fc79a52e59eafbb53e03ef0d4a7c9479a19374bcccbcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7a31e1b1924b7eb481fc79a52e59eafbb53e03ef0d4a7c9479a19374bcccbcb", kill_on_drop: false }` [INFO] [stdout] f7a31e1b1924b7eb481fc79a52e59eafbb53e03ef0d4a7c9479a19374bcccbcb