[INFO] fetching crate oggopus-embedded 0.1.1... [INFO] testing oggopus-embedded-0.1.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8 [INFO] extracting crate oggopus-embedded 0.1.1 into /workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate oggopus-embedded 0.1.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 976996a82e1f18b70ef492e0f8d44cc5f78b06595320d2126b1cd4255b9a9b77 [INFO] running `Command { std: "docker" "start" "-a" "976996a82e1f18b70ef492e0f8d44cc5f78b06595320d2126b1cd4255b9a9b77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "976996a82e1f18b70ef492e0f8d44cc5f78b06595320d2126b1cd4255b9a9b77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "976996a82e1f18b70ef492e0f8d44cc5f78b06595320d2126b1cd4255b9a9b77", kill_on_drop: false }` [INFO] [stdout] 976996a82e1f18b70ef492e0f8d44cc5f78b06595320d2126b1cd4255b9a9b77 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3115b53f418f91db5f7aabaab71084c6304ed5d27115a27b429c9d479fd0de65 [INFO] running `Command { std: "docker" "start" "-a" "3115b53f418f91db5f7aabaab71084c6304ed5d27115a27b429c9d479fd0de65", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling bitflags v2.9.0 [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> { [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> { [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> { [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 { [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.74s [INFO] running `Command { std: "docker" "inspect" "3115b53f418f91db5f7aabaab71084c6304ed5d27115a27b429c9d479fd0de65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3115b53f418f91db5f7aabaab71084c6304ed5d27115a27b429c9d479fd0de65", kill_on_drop: false }` [INFO] [stdout] 3115b53f418f91db5f7aabaab71084c6304ed5d27115a27b429c9d479fd0de65 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6eaaeecb6cf7d8547f5c9adfe2280f12ff5b2c3048ae7685731dc83a6b191c2f [INFO] running `Command { std: "docker" "start" "-a" "6eaaeecb6cf7d8547f5c9adfe2280f12ff5b2c3048ae7685731dc83a6b191c2f", 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> { [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> { [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> { [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 { [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> { [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> { [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> { [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 { [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 1.00s [INFO] running `Command { std: "docker" "inspect" "6eaaeecb6cf7d8547f5c9adfe2280f12ff5b2c3048ae7685731dc83a6b191c2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6eaaeecb6cf7d8547f5c9adfe2280f12ff5b2c3048ae7685731dc83a6b191c2f", kill_on_drop: false }` [INFO] [stdout] 6eaaeecb6cf7d8547f5c9adfe2280f12ff5b2c3048ae7685731dc83a6b191c2f [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 89afe42236fb3b64bf80d95c7b37b9f03c842d355295e536b20655fe22f3a609 [INFO] running `Command { std: "docker" "start" "-a" "89afe42236fb3b64bf80d95c7b37b9f03c842d355295e536b20655fe22f3a609", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/container.rs:166:21 [INFO] [stderr] | [INFO] [stderr] 166 | fn parse(input: &[u8]) -> Result> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is elided here [INFO] [stderr] | | the same lifetime is hidden 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 166 | fn parse(input: &[u8]) -> Result<'_, PageHeader<'_>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/container.rs:259:30 [INFO] [stderr] | [INFO] [stderr] 259 | pub(crate) fn skip(data: &[u8]) -> Result<'_, Page> { [INFO] [stderr] | ^^^^^ ^^ ^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [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> { [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> { [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 { [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.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/oggopus_embedded-d1fdf6ff9f81ad02) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test container::test::incomplete_page ... ok [INFO] [stdout] test container::test::parse_empty_page ... ok [INFO] [stdout] test container::test::parse_packet ... ok [INFO] [stdout] test container::test::incomplete_packet ... ok [INFO] [stdout] test container::test::bitstream_changed ... ok [INFO] [stdout] test container::test::parse_single_segment ... ok [INFO] [stdout] test container::test::test_skip ... ok [INFO] [stdout] test opus::test::family_0_mono ... ok [INFO] [stdout] test opus::test::family_0_stereo ... ok [INFO] [stdout] test opus::test::family_1_stereo ... ok [INFO] [stdout] test opus::test::family_1_surround_5_1 ... ok [INFO] [stdout] test opus::test::incomplete_header ... ok [INFO] [stdout] test opus::test::invalid_channel_index ... ok [INFO] [stdout] test opus::test::invalid_channels ... ok [INFO] [stdout] test opus::test::invalid_stream_count ... ok [INFO] [stdout] test opus::test::invalid_table_length ... ok [INFO] [stdout] test opus::test::parse_header ... ok [INFO] [stdout] test opus::test::too_long_table ... ok [INFO] [stdout] test opus::test::too_many_streams ... ok [INFO] [stdout] test container::test::bad_sequence ... ok [INFO] [stdout] test opus::test::zero_stream_count ... ok [INFO] [stdout] test container::test::invalid_version ... ok [INFO] [stdout] test test::parse_invalid_stream ... ok [INFO] [stdout] test test::parse_stereo ... ok [INFO] [stdout] test container::test::too_small_buffer ... ok [INFO] [stdout] test test::parse_unexpected_sequence_number ... ok [INFO] [stdout] test opus::test::corrupted_stream ... ok [INFO] [stdout] test test::parse_unsupported_ogg_version ... ok [INFO] [stdout] test test::parse_unsupported_opus_version ... ok [INFO] [stdout] test test::parse_vorbis ... ok [INFO] [stdout] test test::parse_mono ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests oggopus_embedded [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,EndOfStream>::next_reader (line 422) ... ok [INFO] [stdout] test src/lib.rs - BitstreamReader<'bs,'data,InStream>::next_packets (line 340) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.56s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "89afe42236fb3b64bf80d95c7b37b9f03c842d355295e536b20655fe22f3a609", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89afe42236fb3b64bf80d95c7b37b9f03c842d355295e536b20655fe22f3a609", kill_on_drop: false }` [INFO] [stdout] 89afe42236fb3b64bf80d95c7b37b9f03c842d355295e536b20655fe22f3a609