[INFO] fetching crate range-encoding 0.2.1...
[INFO] testing range-encoding-0.2.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate range-encoding 0.2.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate range-encoding 0.2.1
[INFO] finished tweaking crates.io crate range-encoding 0.2.1
[INFO] tweaked toml for crates.io crate range-encoding 0.2.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate range-encoding 0.2.1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 25 packages to latest compatible versions
[INFO] [stderr]       Adding env_logger v0.5.13 (available: v0.11.10)
[INFO] [stderr]       Adding rand v0.5.6 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2389273d0539ee01dfbfecc49ec3bbcd4f568befc62177b88f56eaf135275e46
[INFO] running `Command { std: "docker" "start" "-a" "2389273d0539ee01dfbfecc49ec3bbcd4f568befc62177b88f56eaf135275e46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2389273d0539ee01dfbfecc49ec3bbcd4f568befc62177b88f56eaf135275e46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2389273d0539ee01dfbfecc49ec3bbcd4f568befc62177b88f56eaf135275e46", kill_on_drop: false }`
[INFO] [stdout] 2389273d0539ee01dfbfecc49ec3bbcd4f568befc62177b88f56eaf135275e46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2cf839150bdb740a879de07976e2c48b30d99672632d030b3787a63da61415e9
[INFO] running `Command { std: "docker" "start" "-a" "2cf839150bdb740a879de07976e2c48b30d99672632d030b3787a63da61415e9", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling range-encoding v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` fn uses type `Result<(), std::io::Error>`, which is not FFI-safe
[INFO] [stdout]   --> src/opus/imported_decode.rs:45:6
[INFO] [stdout]    |
[INFO] [stdout] 45 | ) -> Result<(), std::io::Error> {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]    = note: enum has no representation hint
[INFO] [stdout]    = note: `#[warn(improper_ctypes_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<(), std::io::Error>`, which is not FFI-safe
[INFO] [stdout]   --> src/opus/imported_decode.rs:62:6
[INFO] [stdout]    |
[INFO] [stdout] 62 | ) -> Result<(), std::io::Error> {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]    = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<u8, std::io::Error>`, which is not FFI-safe
[INFO] [stdout]   --> src/opus/imported_decode.rs:78:6
[INFO] [stdout]    |
[INFO] [stdout] 78 | ) -> Result<u8, std::io::Error> {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]    = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<(), std::io::Error>`, which is not FFI-safe
[INFO] [stdout]    --> src/opus/imported_decode.rs:123:6
[INFO] [stdout]     |
[INFO] [stdout] 123 | ) -> Result<(), std::io::Error> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]     = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<i32, std::io::Error>`, which is not FFI-safe
[INFO] [stdout]    --> src/opus/imported_decode.rs:139:6
[INFO] [stdout]     |
[INFO] [stdout] 139 | ) -> Result<i32, std::io::Error> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]     = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<i32, std::io::Error>`, which is not FFI-safe
[INFO] [stdout]    --> src/opus/imported_decode.rs:156:6
[INFO] [stdout]     |
[INFO] [stdout] 156 | ) -> Result<i32, std::io::Error> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]     = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] running `Command { std: "docker" "inspect" "2cf839150bdb740a879de07976e2c48b30d99672632d030b3787a63da61415e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cf839150bdb740a879de07976e2c48b30d99672632d030b3787a63da61415e9", kill_on_drop: false }`
[INFO] [stdout] 2cf839150bdb740a879de07976e2c48b30d99672632d030b3787a63da61415e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d615f46d66391abdc1d90cd024130dd827428065e8ca2d3b3626dbb42b8d1b1
[INFO] running `Command { std: "docker" "start" "-a" "6d615f46d66391abdc1d90cd024130dd827428065e8ca2d3b3626dbb42b8d1b1", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stdout] warning: `extern` fn uses type `Result<(), std::io::Error>`, which is not FFI-safe
[INFO] [stdout]   --> src/opus/imported_decode.rs:45:6
[INFO] [stdout]    |
[INFO] [stdout] 45 | ) -> Result<(), std::io::Error> {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]    = note: enum has no representation hint
[INFO] [stdout]    = note: `#[warn(improper_ctypes_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<(), std::io::Error>`, which is not FFI-safe
[INFO] [stdout]   --> src/opus/imported_decode.rs:62:6
[INFO] [stdout]    |
[INFO] [stdout] 62 | ) -> Result<(), std::io::Error> {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]    = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<u8, std::io::Error>`, which is not FFI-safe
[INFO] [stdout]   --> src/opus/imported_decode.rs:78:6
[INFO] [stdout]    |
[INFO] [stdout] 78 | ) -> Result<u8, std::io::Error> {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]    = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<(), std::io::Error>`, which is not FFI-safe
[INFO] [stdout]    --> src/opus/imported_decode.rs:123:6
[INFO] [stdout]     |
[INFO] [stdout] 123 | ) -> Result<(), std::io::Error> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]     = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<i32, std::io::Error>`, which is not FFI-safe
[INFO] [stdout]    --> src/opus/imported_decode.rs:139:6
[INFO] [stdout]     |
[INFO] [stdout] 139 | ) -> Result<i32, std::io::Error> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]     = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<i32, std::io::Error>`, which is not FFI-safe
[INFO] [stdout]    --> src/opus/imported_decode.rs:156:6
[INFO] [stdout]     |
[INFO] [stdout] 156 | ) -> Result<i32, std::io::Error> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]     = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand v0.5.6
[INFO] [stderr]    Compiling env_logger v0.5.13
[INFO] [stderr]    Compiling range-encoding v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` fn uses type `Result<(), std::io::Error>`, which is not FFI-safe
[INFO] [stdout]   --> src/opus/imported_decode.rs:45:6
[INFO] [stdout]    |
[INFO] [stdout] 45 | ) -> Result<(), std::io::Error> {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]    = note: enum has no representation hint
[INFO] [stdout]    = note: `#[warn(improper_ctypes_definitions)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<(), std::io::Error>`, which is not FFI-safe
[INFO] [stdout]   --> src/opus/imported_decode.rs:62:6
[INFO] [stdout]    |
[INFO] [stdout] 62 | ) -> Result<(), std::io::Error> {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]    = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<u8, std::io::Error>`, which is not FFI-safe
[INFO] [stdout]   --> src/opus/imported_decode.rs:78:6
[INFO] [stdout]    |
[INFO] [stdout] 78 | ) -> Result<u8, std::io::Error> {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]    = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<(), std::io::Error>`, which is not FFI-safe
[INFO] [stdout]    --> src/opus/imported_decode.rs:123:6
[INFO] [stdout]     |
[INFO] [stdout] 123 | ) -> Result<(), std::io::Error> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]     = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<i32, std::io::Error>`, which is not FFI-safe
[INFO] [stdout]    --> src/opus/imported_decode.rs:139:6
[INFO] [stdout]     |
[INFO] [stdout] 139 | ) -> Result<i32, std::io::Error> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]     = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` fn uses type `Result<i32, std::io::Error>`, which is not FFI-safe
[INFO] [stdout]    --> src/opus/imported_decode.rs:156:6
[INFO] [stdout]     |
[INFO] [stdout] 156 | ) -> Result<i32, std::io::Error> {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stdout]     = note: enum has no representation hint
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.47s
[INFO] running `Command { std: "docker" "inspect" "6d615f46d66391abdc1d90cd024130dd827428065e8ca2d3b3626dbb42b8d1b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d615f46d66391abdc1d90cd024130dd827428065e8ca2d3b3626dbb42b8d1b1", kill_on_drop: false }`
[INFO] [stdout] 6d615f46d66391abdc1d90cd024130dd827428065e8ca2d3b3626dbb42b8d1b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0efc1232ab299d0d71e643035863504974b4f1517ef2f8ae39bb37db6a09dad8
[INFO] running `Command { std: "docker" "start" "-a" "0efc1232ab299d0d71e643035863504974b4f1517ef2f8ae39bb37db6a09dad8", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `extern` fn uses type `Result<(), std::io::Error>`, which is not FFI-safe
[INFO] [stderr]   --> src/opus/imported_decode.rs:45:6
[INFO] [stderr]    |
[INFO] [stderr] 45 | ) -> Result<(), std::io::Error> {
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stderr]    = note: enum has no representation hint
[INFO] [stderr]    = note: `#[warn(improper_ctypes_definitions)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `Result<(), std::io::Error>`, which is not FFI-safe
[INFO] [stderr]   --> src/opus/imported_decode.rs:62:6
[INFO] [stderr]    |
[INFO] [stderr] 62 | ) -> Result<(), std::io::Error> {
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stderr]    = note: enum has no representation hint
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `Result<u8, std::io::Error>`, which is not FFI-safe
[INFO] [stderr]   --> src/opus/imported_decode.rs:78:6
[INFO] [stderr]    |
[INFO] [stderr] 78 | ) -> Result<u8, std::io::Error> {
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stderr]    = note: enum has no representation hint
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `Result<(), std::io::Error>`, which is not FFI-safe
[INFO] [stderr]    --> src/opus/imported_decode.rs:123:6
[INFO] [stderr]     |
[INFO] [stderr] 123 | ) -> Result<(), std::io::Error> {
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stderr]     = note: enum has no representation hint
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `Result<i32, std::io::Error>`, which is not FFI-safe
[INFO] [stderr]    --> src/opus/imported_decode.rs:139:6
[INFO] [stderr]     |
[INFO] [stderr] 139 | ) -> Result<i32, std::io::Error> {
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stderr]     = note: enum has no representation hint
[INFO] [stderr] 
[INFO] [stderr] warning: `extern` fn uses type `Result<i32, std::io::Error>`, which is not FFI-safe
[INFO] [stderr]    --> src/opus/imported_decode.rs:156:6
[INFO] [stderr]     |
[INFO] [stderr] 156 | ) -> Result<i32, std::io::Error> {
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not FFI-safe
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider adding a `#[repr(C)]`, `#[repr(transparent)]`, or integer `#[repr(...)]` attribute to this enum
[INFO] [stderr]     = note: enum has no representation hint
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr] warning: `range-encoding` (lib) generated 6 warnings
[INFO] [stderr] warning: `range-encoding` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/range_encoding-2f15bc8e791b85ca)
[INFO] [stderr]      Running tests/simple.rs (/opt/rustwide/target/debug/deps/simple-dfa06bacb5594008)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test widths ... ok
[INFO] [stdout] test probabilities_roundtrip ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests range_encoding
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0efc1232ab299d0d71e643035863504974b4f1517ef2f8ae39bb37db6a09dad8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0efc1232ab299d0d71e643035863504974b4f1517ef2f8ae39bb37db6a09dad8", kill_on_drop: false }`
[INFO] [stdout] 0efc1232ab299d0d71e643035863504974b4f1517ef2f8ae39bb37db6a09dad8
