[INFO] fetching crate bitcode 0.6.6... [INFO] testing bitcode-0.6.6 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate bitcode 0.6.6 into /workspace/builds/worker-5-tc1/source [INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml [INFO] started tweaking crates.io crate bitcode 0.6.6 [INFO] finished tweaking crates.io crate bitcode 0.6.6 [INFO] tweaked toml for crates.io crate bitcode 0.6.6 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate bitcode 0.6.6 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 bitcode 0.6.6 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] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lz4_flex v0.11.2 [INFO] [stderr] Downloaded bitcode_derive v0.6.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] a6c404fd9a67c2dd9da8223a37181b545a9fe108eea987265c277384c846c97c [INFO] running `Command { std: "docker" "start" "-a" "a6c404fd9a67c2dd9da8223a37181b545a9fe108eea987265c277384c846c97c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6c404fd9a67c2dd9da8223a37181b545a9fe108eea987265c277384c846c97c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6c404fd9a67c2dd9da8223a37181b545a9fe108eea987265c277384c846c97c", kill_on_drop: false }` [INFO] [stdout] a6c404fd9a67c2dd9da8223a37181b545a9fe108eea987265c277384c846c97c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] d378b2676257823c0bf10524b0360dc8badf2026a424bd4a921e79015b637922 [INFO] running `Command { std: "docker" "start" "-a" "d378b2676257823c0bf10524b0360dc8badf2026a424bd4a921e79015b637922", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling bytemuck v1.14.3 [INFO] [stderr] Compiling syn v2.0.15 [INFO] [stderr] Compiling bitcode_derive v0.6.5 [INFO] [stderr] Compiling bitcode v0.6.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bool.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] 45 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/coder.rs:74:21 [INFO] [stdout] | [INFO] [stdout] 74 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 74 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/derive/array.rs:79:21 [INFO] [stdout] | [INFO] [stdout] 79 | fn as_primitive(&mut self) -> Option<&mut FastSlice>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 79 | fn as_primitive(&mut self) -> Option<&mut FastSlice<'_, Unaligned<[T; N]>>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/int.rs:64:21 [INFO] [stdout] | [INFO] [stdout] 64 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 64 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned

>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/int.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 110 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 110 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s [INFO] running `Command { std: "docker" "inspect" "d378b2676257823c0bf10524b0360dc8badf2026a424bd4a921e79015b637922", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d378b2676257823c0bf10524b0360dc8badf2026a424bd4a921e79015b637922", kill_on_drop: false }` [INFO] [stdout] d378b2676257823c0bf10524b0360dc8badf2026a424bd4a921e79015b637922 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 58c524f59f8bd35f4cad9952271c6b3d689ae0febaf4bb39e7a641848d0c3afb [INFO] running `Command { std: "docker" "start" "-a" "58c524f59f8bd35f4cad9952271c6b3d689ae0febaf4bb39e7a641848d0c3afb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.160 [INFO] [stderr] Compiling serde v1.0.160 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling zstd-safe v7.0.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling lz4_flex v0.11.2 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bool.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] 45 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/coder.rs:74:21 [INFO] [stdout] | [INFO] [stdout] 74 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 74 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/derive/array.rs:79:21 [INFO] [stdout] | [INFO] [stdout] 79 | fn as_primitive(&mut self) -> Option<&mut FastSlice>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 79 | fn as_primitive(&mut self) -> Option<&mut FastSlice<'_, Unaligned<[T; N]>>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/int.rs:64:21 [INFO] [stdout] | [INFO] [stdout] 64 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 64 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned

>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/int.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 110 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 110 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Compiling jobserver v0.1.28 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling glam v0.22.0 [INFO] [stderr] Compiling zstd-sys v2.0.9+zstd.1.5.5 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling zstd v0.13.0 [INFO] [stderr] Compiling bitcode v0.6.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bool.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] 45 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/coder.rs:74:21 [INFO] [stdout] | [INFO] [stdout] 74 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 74 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/derive/array.rs:79:21 [INFO] [stdout] | [INFO] [stdout] 79 | fn as_primitive(&mut self) -> Option<&mut FastSlice>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 79 | fn as_primitive(&mut self) -> Option<&mut FastSlice<'_, Unaligned<[T; N]>>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/int.rs:64:21 [INFO] [stdout] | [INFO] [stdout] 64 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 64 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned

>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/int.rs:110:21 [INFO] [stdout] | [INFO] [stdout] 110 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 110 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned>> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/benches_borrowed.rs:49:28 [INFO] [stdout] | [INFO] [stdout] 49 | fn bench_data2(bench_data: &[Data]) -> Vec { [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] 49 | fn bench_data2(bench_data: &[Data]) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 23.69s [INFO] running `Command { std: "docker" "inspect" "58c524f59f8bd35f4cad9952271c6b3d689ae0febaf4bb39e7a641848d0c3afb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58c524f59f8bd35f4cad9952271c6b3d689ae0febaf4bb39e7a641848d0c3afb", kill_on_drop: false }` [INFO] [stdout] 58c524f59f8bd35f4cad9952271c6b3d689ae0febaf4bb39e7a641848d0c3afb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 8a0b9e2b5053678a47fc18869e06eacbe4986f4cca3eb366fcc59ad8a23e6ac1 [INFO] running `Command { std: "docker" "start" "-a" "8a0b9e2b5053678a47fc18869e06eacbe4986f4cca3eb366fcc59ad8a23e6ac1", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/bool.rs:45:21 [INFO] [stderr] | [INFO] [stderr] 45 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] 45 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/coder.rs:74:21 [INFO] [stderr] | [INFO] [stderr] 74 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 74 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/derive/array.rs:79:21 [INFO] [stderr] | [INFO] [stderr] 79 | fn as_primitive(&mut self) -> Option<&mut FastSlice>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 79 | fn as_primitive(&mut self) -> Option<&mut FastSlice<'_, Unaligned<[T; N]>>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/int.rs:64:21 [INFO] [stderr] | [INFO] [stderr] 64 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 64 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned

>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/int.rs:110:21 [INFO] [stderr] | [INFO] [stderr] 110 | fn as_primitive(&mut self) -> Option<&mut SliceImpl>> { [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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 110 | fn as_primitive(&mut self) -> Option<&mut SliceImpl<'_, Unaligned>> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `bitcode` (lib) generated 5 warnings (run `cargo fix --lib -p bitcode` to apply 5 suggestions) [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/benches_borrowed.rs:49:28 [INFO] [stderr] | [INFO] [stderr] 49 | fn bench_data2(bench_data: &[Data]) -> Vec { [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] 49 | fn bench_data2(bench_data: &[Data]) -> Vec> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `bitcode` (lib test) generated 6 warnings (5 duplicates) (run `cargo fix --lib -p bitcode --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/bitcode-59daa051fbd59c06) [INFO] [stdout] [INFO] [stdout] running 201 tests [INFO] [stdout] test benches::tests::comparison1 ... ignored, don't run unless --include-ignored [INFO] [stdout] test buffer::tests::bench_registry10_get ... ok [INFO] [stdout] test buffer::tests::bench_registry1_get ... ok [INFO] [stdout] test buffer::tests::buffer ... ok [INFO] [stdout] test bool::test2::bench_bool_vecs_encode ... ok [INFO] [stdout] test bool::test::bench_bool_vec_decode ... ok [INFO] [stdout] test buffer::tests::bench_registry100_get ... ok [INFO] [stdout] test bool::test::bench_bool_vec_encode ... ok [INFO] [stdout] test buffer::tests::erased_box ... ok [INFO] [stdout] test buffer::tests::type_id ... ok [INFO] [stdout] test buffer::tests::registry ... ok [INFO] [stdout] test bool::test2::bench_bool_vecs_decode ... ok [INFO] [stdout] test derive::array::tests::bench_u8_array_vecs_decode ... ok [INFO] [stdout] test derive::array::tests::bench_u8_array_vecs_encode ... ok [INFO] [stdout] test derive::array::tests::test_empty_array ... ok [INFO] [stdout] test derive::array::tests::test_length_overflow ... ok [INFO] [stdout] test derive::atomic::tests::test_atomic ... ok [INFO] [stdout] test derive::duration::tests::test ... ok [INFO] [stdout] test derive::duration::tests::bench_duration_vec_decode ... ok [INFO] [stdout] test derive::empty::tests::bench_phantom_data_vec_decode ... ok [INFO] [stdout] test derive::empty::tests::bench_phantom_data_vec_encode ... ok [INFO] [stdout] test derive::duration::tests::bench_duration_vec_encode ... ok [INFO] [stdout] test derive::map::test::bench_btree_map_decode ... ok [INFO] [stdout] test derive::map::test::bench_btree_map_encode ... ok [INFO] [stdout] test derive::map::test::bench_hash_map_encode ... ok [INFO] [stdout] test derive::option::tests2::bench_option_u16_vec_encode ... ok [INFO] [stdout] test derive::option::tests2::bench_option_u16_vec_decode ... ok [INFO] [stdout] test derive::map::test::bench_hash_map_decode ... ok [INFO] [stdout] test derive::smart_ptr::tests::box_ ... ok [INFO] [stdout] test derive::impls::tests::bench_tuple_vec_encode ... ok [INFO] [stdout] test derive::result::tests::bench_result_vec_encode ... ok [INFO] [stdout] test derive::smart_ptr::tests::box_slice ... ok [INFO] [stdout] test derive::smart_ptr::tests::box_str ... ok [INFO] [stdout] test derive::result::tests::bench_result_vec_decode ... ok [INFO] [stdout] test derive::impls::tests::bench_tuple_vec_decode ... ok [INFO] [stdout] test derive::option::tests::bench_option_vec_encode ... ok [INFO] [stdout] test derive::option::tests::bench_option_vec_decode ... ok [INFO] [stdout] test derive::variant::tests::test_c_style_enum ... ok [INFO] [stdout] test derive::vec::test::bench_binary_heap_decode ... ok [INFO] [stdout] test derive::tests::decode ... ok [INFO] [stdout] test derive::variant::tests::bench_bool_enum_vec_decode ... ok [INFO] [stdout] test derive::vec::test::bench_hash_set_decode ... ok [INFO] [stdout] test derive::vec::test::bench_hash_set_encode ... ok [INFO] [stdout] test derive::vec::test::bench_vec_deque_decode ... ok [INFO] [stdout] test derive::variant::tests::bench_bool_enum_vec_encode ... ok [INFO] [stdout] test derive::variant::tests::test_rust_style_enum ... ok [INFO] [stdout] test derive::vec::test::bench_vec_deque_encode ... ok [INFO] [stdout] test derive::vec::test::bench_btree_set_encode ... ok [INFO] [stdout] test derive::vec::test::bench_vec_encode ... ok [INFO] [stdout] test derive::vec::test::bench_btree_set_decode ... ok [INFO] [stdout] test derive::vec::test::bench_vec_decode ... ok [INFO] [stdout] test derive::vec::test::bench_linked_list_encode ... ok [INFO] [stdout] test f32::tests2::bench_f32_vecs_encode ... ok [INFO] [stdout] test f32::tests2::bench_f32_vecs_decode ... ok [INFO] [stdout] test benches::bench_bitcode_encode ... ok [INFO] [stdout] test derive::vec::test::bench_linked_list_decode ... ok [INFO] [stdout] test f32::tests::test ... ok [INFO] [stdout] test benches_borrowed::bench_bitcode_encode ... ok [INFO] [stdout] test benches::bench_bitcode_decode ... ok [INFO] [stdout] test fast::tests::bench_push_fast ... ok [INFO] [stdout] test benches::bench_bincode_serialize ... ok [INFO] [stdout] test fast::tests::bench_push_unchecked ... ok [INFO] [stdout] test fast::tests::bench_next_unchecked ... ok [INFO] [stdout] test fast::tests::bench_next_unchecked_fast ... ok [INFO] [stdout] test fast::tests::bench_push ... ok [INFO] [stdout] test benches_borrowed::bench_bitcode_decode ... ok [INFO] [stdout] test fast::tests::bench_push_unchecked_fast ... ok [INFO] [stdout] test fast::tests::test_as_slice ... ok [INFO] [stdout] test histogram::tests::bench_histogram_simple_10 ... ok [INFO] [stdout] test histogram::tests::bench_histogram_parallel_10 ... ok [INFO] [stdout] test fast::tests::bench_reserve_fast ... ok [INFO] [stdout] test benches_borrowed::bench_bincode_serialize ... ok [INFO] [stdout] test benches_borrowed::bench_bincode_deserialize ... ok [INFO] [stdout] test fast::tests::bench_reserve ... ok [INFO] [stdout] test histogram::tests::bench_histogram_parallel_100 ... ok [INFO] [stdout] test histogram::tests::bench_histogram_parallel_1000 ... ok [INFO] [stdout] test histogram::tests::bench_histogram_simple_100 ... ok [INFO] [stdout] test int::test2::bench_u16_vecs_encode ... ok [INFO] [stdout] test histogram::tests::bench_histogram_simple_1000 ... ok [INFO] [stdout] test int::test2::bench_u16_vecs_decode ... ok [INFO] [stdout] test int::tests::bench_u16_vec_decode ... ok [INFO] [stdout] test int::tests::char_ ... ok [INFO] [stdout] test int::tests::non_zero_u32 ... ok [INFO] [stdout] test int::tests::bench_u16_vec_encode ... ok [INFO] [stdout] test length::tests::test ... ok [INFO] [stdout] test length::tests::huge_len ... ok [INFO] [stdout] test pack::tests::bench_pack_arithmetic2 ... ok [INFO] [stdout] test histogram::tests::bench_histogram_parallel_10000 ... ok [INFO] [stdout] test pack::tests::bench_pack_arithmetic3 ... ok [INFO] [stdout] test pack::tests::bench_pack_arithmetic4 ... ok [INFO] [stdout] test pack::tests::bench_pack_arithmetic6 ... ok [INFO] [stdout] test pack::tests::bench_unpack_arithmetic2 ... ok [INFO] [stdout] test pack::tests::bench_unpack_arithmetic16 ... ok [INFO] [stdout] test pack::tests::bench_unpack_arithmetic3 ... ok [INFO] [stdout] test pack::tests::bench_unpack_bytes_less_than16 ... ok [INFO] [stdout] test pack::tests::bench_unpack_arithmetic4 ... ok [INFO] [stdout] test pack::tests::bench_unpack_bytes_less_than16_histogram ... ok [INFO] [stdout] test pack::tests::bench_unpack_arithmetic6 ... ok [INFO] [stdout] test pack::tests::bench_pack_arithmetic16 ... ok [INFO] [stdout] test benches::bench_bincode_deserialize ... ok [INFO] [stdout] test pack::tests::bench_unpack_bytes_less_than2 ... ok [INFO] [stdout] test pack::tests::bench_unpack_bytes_less_than256_histogram ... ok [INFO] [stdout] test pack::tests::bench_unpack_bytes_less_than3_histogram ... ok [INFO] [stdout] test pack::tests::bench_unpack_bytes_less_than4 ... ok [INFO] [stdout] test pack::tests::bench_unpack_bytes_less_than6_histogram ... ok [INFO] [stdout] test pack::tests::test_pack_arithmetic ... ok [INFO] [stdout] test pack::tests::bench_unpack_bytes_less_than2_histogram ... ok [INFO] [stdout] test pack::tests::bench_unpack_bytes_less_than3 ... ok [INFO] [stdout] test pack::tests::bench_unpack_bytes_less_than4_histogram ... ok [INFO] [stdout] test pack::tests::bench_unpack_histogram16 ... ok [INFO] [stdout] test pack::tests::bench_unpack_bytes_less_than256 ... ok [INFO] [stdout] test pack::tests::bench_unpack_histogram3 ... ok [INFO] [stdout] test pack::tests::bench_unpack_histogram4 ... ok [INFO] [stdout] test pack::tests::bench_unpack_histogram6 ... ok [INFO] [stdout] test histogram::tests::bench_histogram_simple_10000 ... ok [INFO] [stdout] test pack::tests::test_pack_bytes_i8 ... ok [INFO] [stdout] test pack::tests::bench_unpack_bytes_less_than6 ... ok [INFO] [stdout] test pack::tests::unpack_bytes_errors ... ok [INFO] [stdout] test pack::tests::test_unpack_arithmetic ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u008_max ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u008_no_pack ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u008_zero ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u008_random ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u016_no_pack ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u016_max ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u016_random ... ok [INFO] [stdout] test pack::tests::test_pack_bytes_u8 ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u032_no_pack ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u032_random ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u032_zero ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u032_max ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u064_max ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u064_random ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u016_zero ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u064_no_pack ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u128_no_pack ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u128_max ... ok [INFO] [stdout] test pack::tests::test_pack_bytes_less_than_16 ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u128_zero ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_usize_no_pack ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_usize_max ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_usize_random ... ok [INFO] [stdout] test pack::tests::test_pack_bytes_less_than_256 ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u064_zero ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_usize_zero ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u008_max ... ok [INFO] [stdout] test pack::tests::test_pack_bytes_less_than_6 ... ok [INFO] [stdout] test pack_ints::tests::bench_pack_u128_random ... ok [INFO] [stdout] test pack::tests::test_pack_bytes_less_than_5 ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u008_zero ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u016_max ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u008_random ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u032_max ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u016_random ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u064_max ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u016_zero ... ok [INFO] [stdout] test pack::tests::test_pack_bytes_less_than_15 ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u064_random ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u064_zero ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u032_zero ... ok [INFO] [stdout] test pack::tests::test_pack_bytes_less_than_3 ... ok [INFO] [stdout] test pack::tests::test_pack_bytes_less_than_4 ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u128_zero ... ok [INFO] [stdout] test pack::tests::test_pack_bytes_less_than_17 ... ok [INFO] [stdout] test pack_ints::tests::test_i008 ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u032_random ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u128_random ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_usize_max ... ok [INFO] [stdout] test pack_ints::tests::test_i032 ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_usize_zero ... ok [INFO] [stdout] test pack::tests::test_pack_bytes_less_than_255 ... ok [INFO] [stdout] test pack_ints::tests::test_isize_sign_extension ... ok [INFO] [stdout] test pack_ints::tests::test_i8_special_case ... ok [INFO] [stdout] test pack_ints::tests::test_u008 ... ok [INFO] [stdout] test pack_ints::tests::test_i016 ... ok [INFO] [stdout] test pack_ints::tests::test_u064 ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_usize_random ... ok [INFO] [stdout] test pack_ints::tests::unpack_ints_errors ... ok [INFO] [stdout] test pack::tests::test_pack_bytes_less_than_2 ... ok [INFO] [stdout] test pack_ints::tests::test_u016 ... ok [INFO] [stdout] test pack_ints::tests::test_u032 ... ok [INFO] [stdout] test pack_ints::tests::bench_unpack_u128_max ... ok [INFO] [stdout] test pack_ints::tests::test_isize_too_big ... ok [INFO] [stdout] test pack_ints::tests::test_i064 ... ok [INFO] [stdout] test pack_ints::tests::test_usize_eq_u64 ... ok [INFO] [stdout] test pack_ints::tests::test_isize ... ok [INFO] [stdout] test str::tests::bench_str_tuple_decode ... ok [INFO] [stdout] test pack_ints::tests::test_usize_too_big ... ok [INFO] [stdout] test str::tests::test_is_ascii_simd ... ok [INFO] [stdout] test str::tests::utf8_validation ... ok [INFO] [stdout] test str::tests::bench_is_ascii_simd ... ok [INFO] [stdout] test str::tests::bench_str_tuple_encode ... ok [INFO] [stdout] test str::tests::bench_is_ascii ... ok [INFO] [stdout] test pack_ints::tests::test_u128 ... ok [INFO] [stdout] test pack_ints::tests::test_usize ... ok [INFO] [stdout] test pack::tests::test_pack_bytes_less_than_7 ... ok [INFO] [stdout] test pack_ints::tests::test_i128 ... ok [INFO] [stdout] test str::tests2::bench_str_vec_encode ... ok [INFO] [stdout] test str::tests2::bench_str_vec_decode ... ok [INFO] [stdout] test f32::tests::bench_f32_vec_encode ... ok [INFO] [stdout] test f32::tests::bench_f32_vec_decode ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 200 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.32s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8a0b9e2b5053678a47fc18869e06eacbe4986f4cca3eb366fcc59ad8a23e6ac1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a0b9e2b5053678a47fc18869e06eacbe4986f4cca3eb366fcc59ad8a23e6ac1", kill_on_drop: false }` [INFO] [stdout] 8a0b9e2b5053678a47fc18869e06eacbe4986f4cca3eb366fcc59ad8a23e6ac1