[INFO] fetching crate oggopus-embedded 0.1.1...
[INFO] testing oggopus-embedded-0.1.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate oggopus-embedded 0.1.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate oggopus-embedded 0.1.1
[INFO] finished tweaking crates.io crate oggopus-embedded 0.1.1
[INFO] tweaked toml for crates.io crate oggopus-embedded 0.1.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate oggopus-embedded 0.1.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate oggopus-embedded 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dbc475ab7d74dc57300182996966da658bb1e846e5f2520412b26376bb500ee8
[INFO] running `Command { std: "docker" "start" "-a" "dbc475ab7d74dc57300182996966da658bb1e846e5f2520412b26376bb500ee8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dbc475ab7d74dc57300182996966da658bb1e846e5f2520412b26376bb500ee8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbc475ab7d74dc57300182996966da658bb1e846e5f2520412b26376bb500ee8", kill_on_drop: false }`
[INFO] [stdout] dbc475ab7d74dc57300182996966da658bb1e846e5f2520412b26376bb500ee8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e7af0ea8b073ebb717f83f266b4aede038e8a730318a6d32dc4c68c1cce58670
[INFO] running `Command { std: "docker" "start" "-a" "e7af0ea8b073ebb717f83f266b4aede038e8a730318a6d32dc4c68c1cce58670", kill_on_drop: false }`
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling oggopus-embedded v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/container.rs:166:21
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn parse(input: &[u8]) -> Result<PageHeader<'_>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |                 |
[INFO] [stdout]     |                     |         |                 the same lifetime is elided here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn parse(input: &[u8]) -> Result<'_, PageHeader<'_>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/container.rs:259:30
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub(crate) fn skip(data: &[u8]) -> Result<'_, Page> {
[INFO] [stdout]     |                              ^^^^^            ^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                |
[INFO] [stdout]     |                              |                the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub(crate) fn skip(data: &[u8]) -> Result<'_, Page<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/opus.rs:339:21
[INFO] [stdout]     |
[INFO] [stdout] 339 |     fn parse(input: &[u8], channels: u8) -> Result<ChannelMappingTable<MAX_CHANNELS>> {
[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] 339 |     fn parse(input: &[u8], channels: u8) -> Result<'_, ChannelMappingTable<MAX_CHANNELS>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/opus.rs:403:25
[INFO] [stdout]     |
[INFO] [stdout] 403 |     pub fn parse(input: &[u8]) -> Result<Self> {
[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] 403 |     pub fn parse(input: &[u8]) -> Result<'_, Self> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
[INFO] running `Command { std: "docker" "inspect" "e7af0ea8b073ebb717f83f266b4aede038e8a730318a6d32dc4c68c1cce58670", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7af0ea8b073ebb717f83f266b4aede038e8a730318a6d32dc4c68c1cce58670", kill_on_drop: false }`
[INFO] [stdout] e7af0ea8b073ebb717f83f266b4aede038e8a730318a6d32dc4c68c1cce58670
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19927a3592b29a5e163cbbe60f772d5db6215149311a8d5db4b581ea646628d7
[INFO] running `Command { std: "docker" "start" "-a" "19927a3592b29a5e163cbbe60f772d5db6215149311a8d5db4b581ea646628d7", kill_on_drop: false }`
[INFO] [stderr]    Compiling oggopus-embedded v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/container.rs:166:21
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn parse(input: &[u8]) -> Result<PageHeader<'_>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |                 |
[INFO] [stdout]     |                     |         |                 the same lifetime is elided here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn parse(input: &[u8]) -> Result<'_, PageHeader<'_>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/container.rs:259:30
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub(crate) fn skip(data: &[u8]) -> Result<'_, Page> {
[INFO] [stdout]     |                              ^^^^^            ^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                |
[INFO] [stdout]     |                              |                the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub(crate) fn skip(data: &[u8]) -> Result<'_, Page<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/opus.rs:339:21
[INFO] [stdout]     |
[INFO] [stdout] 339 |     fn parse(input: &[u8], channels: u8) -> Result<ChannelMappingTable<MAX_CHANNELS>> {
[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] 339 |     fn parse(input: &[u8], channels: u8) -> Result<'_, ChannelMappingTable<MAX_CHANNELS>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/opus.rs:403:25
[INFO] [stdout]     |
[INFO] [stdout] 403 |     pub fn parse(input: &[u8]) -> Result<Self> {
[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] 403 |     pub fn parse(input: &[u8]) -> Result<'_, Self> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/container.rs:166:21
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn parse(input: &[u8]) -> Result<PageHeader<'_>> {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |         |                 |
[INFO] [stdout]     |                     |         |                 the same lifetime is elided here
[INFO] [stdout]     |                     |         the same lifetime is hidden here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     fn parse(input: &[u8]) -> Result<'_, PageHeader<'_>> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/container.rs:259:30
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub(crate) fn skip(data: &[u8]) -> Result<'_, Page> {
[INFO] [stdout]     |                              ^^^^^            ^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                              |                |
[INFO] [stdout]     |                              |                the same lifetime is elided here
[INFO] [stdout]     |                              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub(crate) fn skip(data: &[u8]) -> Result<'_, Page<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/opus.rs:339:21
[INFO] [stdout]     |
[INFO] [stdout] 339 |     fn parse(input: &[u8], channels: u8) -> Result<ChannelMappingTable<MAX_CHANNELS>> {
[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] 339 |     fn parse(input: &[u8], channels: u8) -> Result<'_, ChannelMappingTable<MAX_CHANNELS>> {
[INFO] [stdout]     |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/opus.rs:403:25
[INFO] [stdout]     |
[INFO] [stdout] 403 |     pub fn parse(input: &[u8]) -> Result<Self> {
[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] 403 |     pub fn parse(input: &[u8]) -> Result<'_, Self> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.90s
[INFO] running `Command { std: "docker" "inspect" "19927a3592b29a5e163cbbe60f772d5db6215149311a8d5db4b581ea646628d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19927a3592b29a5e163cbbe60f772d5db6215149311a8d5db4b581ea646628d7", kill_on_drop: false }`
[INFO] [stdout] 19927a3592b29a5e163cbbe60f772d5db6215149311a8d5db4b581ea646628d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d301a4deec579a791c619508c9e29d40fbaabe0176b9c707b1d121c05adaa667
[INFO] running `Command { std: "docker" "start" "-a" "d301a4deec579a791c619508c9e29d40fbaabe0176b9c707b1d121c05adaa667", kill_on_drop: false }`
[INFO] [stdout] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] running 31 tests
[INFO] [stderr]    --> src/container.rs:166:21
[INFO] [stdout] test container::test::bad_sequence ... ok
[INFO] [stderr]     |
[INFO] [stdout] test container::test::incomplete_packet ... ok
[INFO] [stderr] 166 |     fn parse(input: &[u8]) -> Result<PageHeader<'_>> {
[INFO] [stdout] test container::test::invalid_version ... ok
[INFO] [stderr]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test container::test::bitstream_changed ... ok
[INFO] [stderr]     |                     |         |                 |
[INFO] [stdout] test container::test::incomplete_page ... ok
[INFO] [stderr]     |                     |         |                 the same lifetime is elided here
[INFO] [stdout] test container::test::parse_empty_page ... ok
[INFO] [stderr]     |                     |         the same lifetime is hidden here
[INFO] [stdout] test container::test::parse_single_segment ... ok
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stdout] test container::test::parse_packet ... ok
[INFO] [stderr]     |
[INFO] [stdout] test container::test::test_skip ... ok
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] test opus::test::corrupted_stream ... ok
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] test container::test::too_small_buffer ... ok
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stdout] test opus::test::family_0_mono ... ok
[INFO] [stderr]     |
[INFO] [stdout] test opus::test::family_0_stereo ... ok
[INFO] [stderr] 166 |     fn parse(input: &[u8]) -> Result<'_, PageHeader<'_>> {
[INFO] [stdout] test opus::test::family_1_stereo ... ok
[INFO] [stderr]     |                                      +++
[INFO] [stdout] test opus::test::family_1_surround_5_1 ... ok
[INFO] [stderr] 
[INFO] [stdout] test opus::test::incomplete_header ... ok
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] test opus::test::invalid_channel_index ... ok
[INFO] [stderr]    --> src/container.rs:259:30
[INFO] [stdout] test opus::test::invalid_channels ... ok
[INFO] [stderr]     |
[INFO] [stdout] test opus::test::invalid_stream_count ... ok
[INFO] [stderr] 259 |     pub(crate) fn skip(data: &[u8]) -> Result<'_, Page> {
[INFO] [stdout] test opus::test::too_long_table ... ok
[INFO] [stderr]     |                              ^^^^^            ^^  ^^^^ the same lifetime is hidden here
[INFO] [stdout] test test::parse_invalid_stream ... ok
[INFO] [stderr]     |                              |                |
[INFO] [stdout] test test::parse_unexpected_sequence_number ... ok
[INFO] [stderr]     |                              |                the same lifetime is elided here
[INFO] [stderr]     |                              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 259 |     pub(crate) fn skip(data: &[u8]) -> Result<'_, Page<'_>> {
[INFO] [stderr]     |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/opus.rs:339:21
[INFO] [stderr]     |
[INFO] [stderr] 339 |     fn parse(input: &[u8], channels: u8) -> Result<ChannelMappingTable<MAX_CHANNELS>> {
[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] 339 |     fn parse(input: &[u8], channels: u8) -> Result<'_, ChannelMappingTable<MAX_CHANNELS>> {
[INFO] [stderr]     |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/opus.rs:403:25
[INFO] [stderr]     |
[INFO] [stderr] 403 |     pub fn parse(input: &[u8]) -> Result<Self> {
[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] 403 |     pub fn parse(input: &[u8]) -> Result<'_, Self> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: `oggopus-embedded` (lib) generated 4 warnings (run `cargo fix --lib -p oggopus-embedded` to apply 4 suggestions)
[INFO] [stderr] warning: `oggopus-embedded` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/oggopus_embedded-d21c1c3c04048173)
[INFO] [stderr]    Doc-tests oggopus_embedded
[INFO] [stdout] test test::parse_vorbis ... ok
[INFO] [stdout] test opus::test::too_many_streams ... ok
[INFO] [stdout] test opus::test::zero_stream_count ... ok
[INFO] [stdout] test test::parse_mono ... ok
[INFO] [stdout] test test::parse_stereo ... ok
[INFO] [stdout] test test::parse_unsupported_ogg_version ... ok
[INFO] [stdout] test test::parse_unsupported_opus_version ... ok
[INFO] [stdout] test opus::test::invalid_table_length ... ok
[INFO] [stdout] test opus::test::parse_header ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/lib.rs - BitstreamReader<'_,'_,S>::new (line 252) ... ignored
[INFO] [stdout] test src/lib.rs - prelude (line 41) ... ok
[INFO] [stdout] test src/lib.rs - BitstreamReader<'bs,'data,Beginning>::read_header (line 274) ... ok
[INFO] [stdout] test src/lib.rs - BitstreamReader<'bs,'data,InStream>::next_packets (line 340) ... ok
[INFO] [stdout] test src/lib.rs - BitstreamReader<'bs,'data,EndOfStream>::next_reader (line 422) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d301a4deec579a791c619508c9e29d40fbaabe0176b9c707b1d121c05adaa667", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d301a4deec579a791c619508c9e29d40fbaabe0176b9c707b1d121c05adaa667", kill_on_drop: false }`
[INFO] [stdout] d301a4deec579a791c619508c9e29d40fbaabe0176b9c707b1d121c05adaa667
