[INFO] fetching crate oggopus-embedded 0.1.1... [INFO] testing oggopus-embedded-0.1.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate oggopus-embedded 0.1.1 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate oggopus-embedded 0.1.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 196a3536220792624f1f675ccaed0ed9d8920defeab0d977f3d9920f83b390cc [INFO] running `Command { std: "docker" "start" "-a" "196a3536220792624f1f675ccaed0ed9d8920defeab0d977f3d9920f83b390cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "196a3536220792624f1f675ccaed0ed9d8920defeab0d977f3d9920f83b390cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "196a3536220792624f1f675ccaed0ed9d8920defeab0d977f3d9920f83b390cc", kill_on_drop: false }` [INFO] [stdout] 196a3536220792624f1f675ccaed0ed9d8920defeab0d977f3d9920f83b390cc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3be276c8ecfd8a3962e277b5f39de18338d4c859903a529a81125f2c99c2a768 [INFO] running `Command { std: "docker" "start" "-a" "3be276c8ecfd8a3962e277b5f39de18338d4c859903a529a81125f2c99c2a768", 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.58s [INFO] running `Command { std: "docker" "inspect" "3be276c8ecfd8a3962e277b5f39de18338d4c859903a529a81125f2c99c2a768", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3be276c8ecfd8a3962e277b5f39de18338d4c859903a529a81125f2c99c2a768", kill_on_drop: false }` [INFO] [stdout] 3be276c8ecfd8a3962e277b5f39de18338d4c859903a529a81125f2c99c2a768 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 28bc6309e16617868ce447715451768b90199951609d5985e54eaf6b6d3974b7 [INFO] running `Command { std: "docker" "start" "-a" "28bc6309e16617868ce447715451768b90199951609d5985e54eaf6b6d3974b7", kill_on_drop: false }` [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] [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/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 0.86s [INFO] running `Command { std: "docker" "inspect" "28bc6309e16617868ce447715451768b90199951609d5985e54eaf6b6d3974b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28bc6309e16617868ce447715451768b90199951609d5985e54eaf6b6d3974b7", kill_on_drop: false }` [INFO] [stdout] 28bc6309e16617868ce447715451768b90199951609d5985e54eaf6b6d3974b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9cc579f30e850c70c5d4a5e6840fe4e487ac04c0a23a2fc4beedb576c6ebd92c [INFO] running `Command { std: "docker" "start" "-a" "9cc579f30e850c70c5d4a5e6840fe4e487ac04c0a23a2fc4beedb576c6ebd92c", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/container.rs:166:21 [INFO] [stdout] running 31 tests [INFO] [stderr] | [INFO] [stdout] test container::test::bad_sequence ... ok [INFO] [stderr] 166 | fn parse(input: &[u8]) -> Result> { [INFO] [stdout] test container::test::incomplete_page ... ok [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] test container::test::invalid_version ... ok [INFO] [stderr] | | | | [INFO] [stdout] test container::test::incomplete_packet ... ok [INFO] [stderr] | | | the same lifetime is elided here [INFO] [stdout] test container::test::parse_packet ... ok [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stdout] test opus::test::corrupted_stream ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test container::test::test_skip ... ok [INFO] [stderr] | [INFO] [stdout] test container::test::too_small_buffer ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test opus::test::family_0_mono ... ok [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] test opus::test::family_1_surround_5_1 ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test container::test::parse_single_segment ... 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::incomplete_header ... ok [INFO] [stderr] [INFO] [stdout] test opus::test::invalid_channel_index ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test opus::test::invalid_stream_count ... ok [INFO] [stderr] --> src/container.rs:259:30 [INFO] [stdout] test opus::test::invalid_channels ... ok [INFO] [stderr] | [INFO] [stdout] test opus::test::parse_header ... ok [INFO] [stderr] 259 | pub(crate) fn skip(data: &[u8]) -> Result<'_, Page> { [INFO] [stdout] test opus::test::invalid_table_length ... ok [INFO] [stderr] | ^^^^^ ^^ ^^^^ the same lifetime is hidden here [INFO] [stdout] test test::parse_invalid_stream ... ok [INFO] [stderr] | | | [INFO] [stdout] test container::test::parse_empty_page ... ok [INFO] [stderr] | | the same lifetime is elided here [INFO] [stdout] test test::parse_unsupported_ogg_version ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test test::parse_vorbis ... ok [INFO] [stderr] | [INFO] [stdout] test test::parse_unsupported_opus_version ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test test::parse_mono ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test opus::test::too_many_streams ... ok [INFO] [stderr] | [INFO] [stdout] test test::parse_stereo ... ok [INFO] [stderr] 259 | pub(crate) fn skip(data: &[u8]) -> Result<'_, Page<'_>> { [INFO] [stdout] test test::parse_unexpected_sequence_number ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test opus::test::too_long_table ... ok [INFO] [stderr] [INFO] [stdout] test opus::test::zero_stream_count ... ok [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] [stdout] test container::test::bitstream_changed ... ok [INFO] [stderr] --> src/opus.rs:403:25 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] 403 | pub fn parse(input: &[u8]) -> Result { [INFO] [stdout] [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] [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 - BitstreamReader<'bs,'data,Beginning>::read_header (line 274) ... ok [INFO] [stdout] test src/lib.rs - prelude (line 41) ... 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.55s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9cc579f30e850c70c5d4a5e6840fe4e487ac04c0a23a2fc4beedb576c6ebd92c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cc579f30e850c70c5d4a5e6840fe4e487ac04c0a23a2fc4beedb576c6ebd92c", kill_on_drop: false }` [INFO] [stdout] 9cc579f30e850c70c5d4a5e6840fe4e487ac04c0a23a2fc4beedb576c6ebd92c