[INFO] fetching crate range-encoding 0.2.1...
[INFO] testing range-encoding-0.2.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate range-encoding 0.2.1 into /workspace/builds/worker-6-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate range-encoding 0.2.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded env_logger v0.5.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 698300e58c0cb5448ded7aae79e22cd0d2cc1ad6d42da2e9d0ad6c2d05022e8c
[INFO] running `Command { std: "docker" "start" "-a" "698300e58c0cb5448ded7aae79e22cd0d2cc1ad6d42da2e9d0ad6c2d05022e8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "698300e58c0cb5448ded7aae79e22cd0d2cc1ad6d42da2e9d0ad6c2d05022e8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "698300e58c0cb5448ded7aae79e22cd0d2cc1ad6d42da2e9d0ad6c2d05022e8c", kill_on_drop: false }`
[INFO] [stdout] 698300e58c0cb5448ded7aae79e22cd0d2cc1ad6d42da2e9d0ad6c2d05022e8c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a6a452f093fc54c0128f5ab2d001d98dd8a57cba5715addbf34160095b04dd63
[INFO] running `Command { std: "docker" "start" "-a" "a6a452f093fc54c0128f5ab2d001d98dd8a57cba5715addbf34160095b04dd63", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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.32s
[INFO] running `Command { std: "docker" "inspect" "a6a452f093fc54c0128f5ab2d001d98dd8a57cba5715addbf34160095b04dd63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6a452f093fc54c0128f5ab2d001d98dd8a57cba5715addbf34160095b04dd63", kill_on_drop: false }`
[INFO] [stdout] a6a452f093fc54c0128f5ab2d001d98dd8a57cba5715addbf34160095b04dd63
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca8592324ae5ab593395ea59658c9c68ea81fed9141e1602779239dc3c50263f
[INFO] running `Command { std: "docker" "start" "-a" "ca8592324ae5ab593395ea59658c9c68ea81fed9141e1602779239dc3c50263f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling rand_core v0.3.1
[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 atty v0.2.14
[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.52s
[INFO] running `Command { std: "docker" "inspect" "ca8592324ae5ab593395ea59658c9c68ea81fed9141e1602779239dc3c50263f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca8592324ae5ab593395ea59658c9c68ea81fed9141e1602779239dc3c50263f", kill_on_drop: false }`
[INFO] [stdout] ca8592324ae5ab593395ea59658c9c68ea81fed9141e1602779239dc3c50263f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 275e1deddb03db6f34205a719d482ee14b541de102f451e057062d3ae2215c42
[INFO] running `Command { std: "docker" "start" "-a" "275e1deddb03db6f34205a719d482ee14b541de102f451e057062d3ae2215c42", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition 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] [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.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/range_encoding-3c13cd99c8b50e9a)
[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]      Running tests/simple.rs (/opt/rustwide/target/debug/deps/simple-e48847f9c7377790)
[INFO] [stderr]    Doc-tests range_encoding
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test probabilities_roundtrip ... ok
[INFO] [stdout] test widths ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[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" "275e1deddb03db6f34205a719d482ee14b541de102f451e057062d3ae2215c42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "275e1deddb03db6f34205a719d482ee14b541de102f451e057062d3ae2215c42", kill_on_drop: false }`
[INFO] [stdout] 275e1deddb03db6f34205a719d482ee14b541de102f451e057062d3ae2215c42
