[INFO] fetching crate oggopus-embedded 0.1.1... [INFO] testing oggopus-embedded-0.1.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate oggopus-embedded 0.1.1 into /workspace/builds/worker-7-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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate oggopus-embedded 0.1.1 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] 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 7e82db22b8df0851ad7c490435761e90961453e2e25461e5268a5d99c57fbd83 [INFO] running `Command { std: "docker" "start" "-a" "7e82db22b8df0851ad7c490435761e90961453e2e25461e5268a5d99c57fbd83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e82db22b8df0851ad7c490435761e90961453e2e25461e5268a5d99c57fbd83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e82db22b8df0851ad7c490435761e90961453e2e25461e5268a5d99c57fbd83", kill_on_drop: false }` [INFO] [stdout] 7e82db22b8df0851ad7c490435761e90961453e2e25461e5268a5d99c57fbd83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 915524d3843688fae05eaa4a350e1210d766cfe1c466dfcf8eb4d16262967c09 [INFO] running `Command { std: "docker" "start" "-a" "915524d3843688fae05eaa4a350e1210d766cfe1c466dfcf8eb4d16262967c09", 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: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 166 | fn parse(input: &[u8]) -> Result<'_, PageHeader<'_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/container.rs:259:30 [INFO] [stdout] | [INFO] [stdout] 259 | pub(crate) fn skip(data: &[u8]) -> Result<'_, Page> { [INFO] [stdout] | ^^^^^ -- ---- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 259 | pub(crate) fn skip(data: &[u8]) -> Result<'_, Page<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/opus.rs:339:21 [INFO] [stdout] | [INFO] [stdout] 339 | fn parse(input: &[u8], channels: u8) -> Result> { [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] 339 | fn parse(input: &[u8], channels: u8) -> Result<'_, ChannelMappingTable> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/opus.rs:403:25 [INFO] [stdout] | [INFO] [stdout] 403 | pub fn parse(input: &[u8]) -> Result { [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] 403 | pub fn parse(input: &[u8]) -> Result<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s [INFO] running `Command { std: "docker" "inspect" "915524d3843688fae05eaa4a350e1210d766cfe1c466dfcf8eb4d16262967c09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "915524d3843688fae05eaa4a350e1210d766cfe1c466dfcf8eb4d16262967c09", kill_on_drop: false }` [INFO] [stdout] 915524d3843688fae05eaa4a350e1210d766cfe1c466dfcf8eb4d16262967c09 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] d8fbfd722b7e8771dea3479896c33ed308ecd551d3b7c2df6da9689db1301840 [INFO] running `Command { std: "docker" "start" "-a" "d8fbfd722b7e8771dea3479896c33ed308ecd551d3b7c2df6da9689db1301840", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 166 | fn parse(input: &[u8]) -> Result<'_, PageHeader<'_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/container.rs:259:30 [INFO] [stdout] | [INFO] [stdout] 259 | pub(crate) fn skip(data: &[u8]) -> Result<'_, Page> { [INFO] [stdout] | ^^^^^ -- ---- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 259 | pub(crate) fn skip(data: &[u8]) -> Result<'_, Page<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling oggopus-embedded v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/opus.rs:339:21 [INFO] [stdout] | [INFO] [stdout] 339 | fn parse(input: &[u8], channels: u8) -> Result> { [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] 339 | fn parse(input: &[u8], channels: u8) -> Result<'_, ChannelMappingTable> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/opus.rs:403:25 [INFO] [stdout] | [INFO] [stdout] 403 | pub fn parse(input: &[u8]) -> Result { [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] 403 | pub fn parse(input: &[u8]) -> Result<'_, Self> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 166 | fn parse(input: &[u8]) -> Result<'_, PageHeader<'_>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/container.rs:259:30 [INFO] [stdout] | [INFO] [stdout] 259 | pub(crate) fn skip(data: &[u8]) -> Result<'_, Page> { [INFO] [stdout] | ^^^^^ -- ---- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [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] 259 | pub(crate) fn skip(data: &[u8]) -> Result<'_, Page<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/opus.rs:339:21 [INFO] [stdout] | [INFO] [stdout] 339 | fn parse(input: &[u8], channels: u8) -> Result> { [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] 339 | fn parse(input: &[u8], channels: u8) -> Result<'_, ChannelMappingTable> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/opus.rs:403:25 [INFO] [stdout] | [INFO] [stdout] 403 | pub fn parse(input: &[u8]) -> Result { [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] 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.31s [INFO] running `Command { std: "docker" "inspect" "d8fbfd722b7e8771dea3479896c33ed308ecd551d3b7c2df6da9689db1301840", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8fbfd722b7e8771dea3479896c33ed308ecd551d3b7c2df6da9689db1301840", kill_on_drop: false }` [INFO] [stdout] d8fbfd722b7e8771dea3479896c33ed308ecd551d3b7c2df6da9689db1301840 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 54e23307f32fd3a2394ee947df999b6c30330d6e6e8e580ac83643b104b0d6fd [INFO] running `Command { std: "docker" "start" "-a" "54e23307f32fd3a2394ee947df999b6c30330d6e6e8e580ac83643b104b0d6fd", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be 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 lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [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] 166 | fn parse(input: &[u8]) -> Result<'_, PageHeader<'_>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/container.rs:259:30 [INFO] [stderr] | [INFO] [stderr] 259 | pub(crate) fn skip(data: &[u8]) -> Result<'_, Page> { [INFO] [stderr] | ^^^^^ -- ---- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [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] 259 | pub(crate) fn skip(data: &[u8]) -> Result<'_, Page<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/opus.rs:339:21 [INFO] [stderr] | [INFO] [stderr] 339 | fn parse(input: &[u8], channels: u8) -> Result> { [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] 339 | fn parse(input: &[u8], channels: u8) -> Result<'_, ChannelMappingTable> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/opus.rs:403:25 [INFO] [stderr] | [INFO] [stderr] 403 | pub fn parse(input: &[u8]) -> Result { [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] 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] [stdout] [INFO] [stdout] running 31 tests [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/oggopus_embedded-2bc7429242941065) [INFO] [stdout] test container::test::incomplete_page ... ok [INFO] [stdout] test container::test::bad_sequence ... ok [INFO] [stdout] test container::test::incomplete_packet ... ok [INFO] [stdout] test container::test::bitstream_changed ... ok [INFO] [stdout] test container::test::invalid_version ... ok [INFO] [stdout] test container::test::parse_empty_page ... ok [INFO] [stdout] test container::test::parse_packet ... ok [INFO] [stdout] test container::test::parse_single_segment ... ok [INFO] [stdout] test container::test::too_small_buffer ... ok [INFO] [stdout] test opus::test::corrupted_stream ... ok [INFO] [stdout] test opus::test::family_0_mono ... ok [INFO] [stdout] test opus::test::family_1_stereo ... ok [INFO] [stdout] test opus::test::family_0_stereo ... ok [INFO] [stdout] test opus::test::incomplete_header ... ok [INFO] [stdout] test opus::test::family_1_surround_5_1 ... ok [INFO] [stdout] test opus::test::invalid_channel_index ... ok [INFO] [stdout] test opus::test::invalid_stream_count ... ok [INFO] [stdout] test opus::test::invalid_channels ... ok [INFO] [stdout] test opus::test::parse_header ... ok [INFO] [stdout] test opus::test::invalid_table_length ... ok [INFO] [stdout] test opus::test::too_long_table ... ok [INFO] [stdout] test opus::test::too_many_streams ... ok [INFO] [stdout] test opus::test::zero_stream_count ... ok [INFO] [stdout] test test::parse_invalid_stream ... ok [INFO] [stdout] test test::parse_mono ... ok [INFO] [stdout] test test::parse_stereo ... ok [INFO] [stdout] test test::parse_unexpected_sequence_number ... 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 container::test::test_skip ... 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] running `Command { std: "docker" "inspect" "54e23307f32fd3a2394ee947df999b6c30330d6e6e8e580ac83643b104b0d6fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54e23307f32fd3a2394ee947df999b6c30330d6e6e8e580ac83643b104b0d6fd", kill_on_drop: false }` [INFO] [stdout] 54e23307f32fd3a2394ee947df999b6c30330d6e6e8e580ac83643b104b0d6fd