[INFO] fetching crate prost-bytes05 0.0.2... [INFO] testing prost-bytes05-0.0.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate prost-bytes05 0.0.2 into /workspace/builds/worker-29/source [INFO] validating manifest of crates.io crate prost-bytes05 0.0.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate prost-bytes05 0.0.2 [INFO] finished tweaking crates.io crate prost-bytes05 0.0.2 [INFO] tweaked toml for crates.io crate prost-bytes05 0.0.2 written to /workspace/builds/worker-29/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e5b2222615eab4b2e01ae5278d19c7925dcdfbdd7c0befc4323e7abd0be102b [INFO] running `Command { std: "docker" "start" "-a" "0e5b2222615eab4b2e01ae5278d19c7925dcdfbdd7c0befc4323e7abd0be102b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e5b2222615eab4b2e01ae5278d19c7925dcdfbdd7c0befc4323e7abd0be102b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e5b2222615eab4b2e01ae5278d19c7925dcdfbdd7c0befc4323e7abd0be102b", kill_on_drop: false }` [INFO] [stdout] 0e5b2222615eab4b2e01ae5278d19c7925dcdfbdd7c0befc4323e7abd0be102b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6a54f2e9077ddaa1cbee3a1ba4e6f5ded02c7b6629efbab4a8d500fa2571a5eb [INFO] running `Command { std: "docker" "start" "-a" "6a54f2e9077ddaa1cbee3a1ba4e6f5ded02c7b6629efbab4a8d500fa2571a5eb", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling prost-derive v0.5.0 [INFO] [stderr] Compiling prost-bytes05 v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:102:35 [INFO] [stdout] | [INFO] [stdout] 102 | f.write_str(error::Error::description(self))?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.82s [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6a54f2e9077ddaa1cbee3a1ba4e6f5ded02c7b6629efbab4a8d500fa2571a5eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a54f2e9077ddaa1cbee3a1ba4e6f5ded02c7b6629efbab4a8d500fa2571a5eb", kill_on_drop: false }` [INFO] [stdout] 6a54f2e9077ddaa1cbee3a1ba4e6f5ded02c7b6629efbab4a8d500fa2571a5eb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 20be06918d1a11f3d11faebcef97ec2fbe0aae9ceb75afa19cf7addcbe46b8ac [INFO] running `Command { std: "docker" "start" "-a" "20be06918d1a11f3d11faebcef97ec2fbe0aae9ceb75afa19cf7addcbe46b8ac", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling semver v1.0.7 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:102:35 [INFO] [stdout] | [INFO] [stdout] 102 | f.write_str(error::Error::description(self))?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling prost-bytes05 v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:102:35 [INFO] [stdout] | [INFO] [stdout] 102 | f.write_str(error::Error::description(self))?; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 58.97s [INFO] running `Command { std: "docker" "inspect" "20be06918d1a11f3d11faebcef97ec2fbe0aae9ceb75afa19cf7addcbe46b8ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20be06918d1a11f3d11faebcef97ec2fbe0aae9ceb75afa19cf7addcbe46b8ac", kill_on_drop: false }` [INFO] [stdout] 20be06918d1a11f3d11faebcef97ec2fbe0aae9ceb75afa19cf7addcbe46b8ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e7e958f246553489b3b808a79c01ce1784d2be698fecc53f46c0552d9c442c7a [INFO] running `Command { std: "docker" "start" "-a" "e7e958f246553489b3b808a79c01ce1784d2be698fecc53f46c0552d9c442c7a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:102:35 [INFO] [stderr] | [INFO] [stderr] 102 | f.write_str(error::Error::description(self))?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `prost-bytes05` (lib) generated 1 warning [INFO] [stderr] warning: `prost-bytes05` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.62s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/prost_bytes05-d2c06e63049fe512) [INFO] [stdout] [INFO] [stdout] running 405 tests [INFO] [stdout] test encoding::bool::test::check ... ok [INFO] [stdout] test encoding::float::test::check ... ok [INFO] [stdout] test encoding::int32::test::check ... ok [INFO] [stdout] test encoding::int64::test::check ... ok [INFO] [stdout] test encoding::fixed32::test::check ... ok [INFO] [stdout] test encoding::bool::test::check_repeated ... ok [INFO] [stdout] test encoding::test::btree_map::bool::int32 ... ok [INFO] [stdout] test encoding::float::test::check_packed ... ok [INFO] [stdout] test encoding::string::test::check ... ok [INFO] [stdout] test encoding::sfixed32::test::check ... ok [INFO] [stdout] test encoding::test::btree_map::bool::uint32 ... ok [INFO] [stdout] test encoding::sfixed64::test::check ... ok [INFO] [stdout] test encoding::fixed64::test::check ... ok [INFO] [stdout] test encoding::test::btree_map::bool::uint64 ... ok [INFO] [stdout] test encoding::double::test::check ... ok [INFO] [stdout] test encoding::sint32::test::check ... ok [INFO] [stdout] test encoding::sint32::test::check_repeated ... ok [INFO] [stdout] test encoding::test::btree_map::bool::sint32 ... ok [INFO] [stdout] test encoding::sfixed32::test::check_packed ... ok [INFO] [stdout] test encoding::test::btree_map::bool::sint64 ... ok [INFO] [stdout] test encoding::float::test::check_repeated ... ok [INFO] [stdout] test encoding::bytes::test::check ... ok [INFO] [stdout] test encoding::test::btree_map::bool::float ... ok [INFO] [stdout] test encoding::sfixed32::test::check_repeated ... ok [INFO] [stdout] test encoding::int64::test::check_repeated ... ok [INFO] [stdout] test encoding::int64::test::check_packed ... ok [INFO] [stdout] test encoding::fixed32::test::check_repeated ... ok [INFO] [stdout] test encoding::fixed32::test::check_packed ... ok [INFO] [stdout] test encoding::test::btree_map::bool::int64 ... ok [INFO] [stdout] test encoding::sint64::test::check_packed ... ok [INFO] [stdout] test encoding::sint32::test::check_packed ... ok [INFO] [stdout] test encoding::sint64::test::check ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::bool::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::uint64 ... ok [INFO] [stdout] test encoding::sint64::test::check_repeated ... ok [INFO] [stdout] test encoding::fixed64::test::check_packed ... ok [INFO] [stdout] test encoding::fixed64::test::check_repeated ... ok [INFO] [stdout] test encoding::test::btree_map::int32::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::int32::double ... ok [INFO] [stdout] test encoding::test::btree_map::bool::double ... ok [INFO] [stdout] test encoding::test::btree_map::int32::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::bool ... ok [INFO] [stdout] test encoding::test::btree_map::int32::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::float ... ok [INFO] [stdout] test encoding::test::btree_map::int64::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::bool ... ok [INFO] [stdout] test encoding::test::btree_map::bool::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::double ... ok [INFO] [stdout] test encoding::test::btree_map::int32::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::double ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::double ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::float ... ok [INFO] [stdout] test encoding::test::btree_map::int64::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::float ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::double ... ok [INFO] [stdout] test encoding::test::btree_map::int64::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::bool ... ok [INFO] [stdout] test encoding::bool::test::check_packed ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::float ... ok [INFO] [stdout] test encoding::sfixed64::test::check_repeated ... ok [INFO] [stdout] test encoding::test::btree_map::bool::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::bytes ... ok [INFO] [stdout] test encoding::int32::test::check_packed ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::float ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::float ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::float ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::bool ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::uint64 ... ok [INFO] [stdout] test encoding::int32::test::check_repeated ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::bool ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::bool ... ok [INFO] [stdout] test encoding::test::hash_map::bool::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::string ... ok [INFO] [stdout] test encoding::test::btree_map::bool::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::float ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::sint64 ... ok [INFO] [stdout] test encoding::bytes::test::check_repeated ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::bool ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::float ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::double ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::float ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::bool::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::double ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::int64::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::float ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::float ... ok [INFO] [stdout] test encoding::test::btree_map::int64::string ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::sfixed32 ... ok [INFO] [stdout] test encoding::sfixed64::test::check_packed ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::bool ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::float ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::double ... ok [INFO] [stdout] test encoding::test::hash_map::int32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::int32::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::string ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::bool ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::double ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::sfixed32 ... ok [INFO] [stdout] test encoding::double::test::check_packed ... ok [INFO] [stdout] test encoding::test::hash_map::int32::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::double ... ok [INFO] [stdout] test encoding::double::test::check_repeated ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::float ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::bool ... ok [INFO] [stdout] test encoding::test::hash_map::int32::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::double ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::float ... ok [INFO] [stdout] test encoding::test::hash_map::int32::float ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::double ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::double ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::double ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::double ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::bool ... ok [INFO] [stdout] test encoding::test::hash_map::int32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::float ... ok [INFO] [stdout] test encoding::test::hash_map::int32::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::double ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::string ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::bool ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::double ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::string ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::string ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::sint32 ... ok [INFO] [stdout] test encoding::test::string_merge_failure ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::float ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::bool ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::string::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::double ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::string ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::int32 ... ok [INFO] [stdout] test encoding::uint64::test::check ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::double ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::float ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::string ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::bool ... ok [INFO] [stdout] test encoding::test::varint ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::string ... ok [INFO] [stdout] test encoding::uint64::test::check_packed ... ok [INFO] [stdout] test encoding::uint64::test::check_repeated ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::sint64 ... ok [INFO] [stdout] test encoding::uint32::test::check_packed ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::float ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::string ... ok [INFO] [stdout] test encoding::uint32::test::check_repeated ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::float ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::bool ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::string ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::string ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::double ... ok [INFO] [stdout] test encoding::uint32::test::check ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::string ... ok [INFO] [stdout] test encoding::test::hash_map::int64::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::double ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::string::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::string::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::string::bool ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::string ... ok [INFO] [stdout] test encoding::test::btree_map::string::double ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::string::bool ... ok [INFO] [stdout] test encoding::test::btree_map::string::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::string ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::string::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::string ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::string ... ok [INFO] [stdout] test encoding::string::test::check_repeated ... ok [INFO] [stdout] test encoding::test::hash_map::int64::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::string::float ... ok [INFO] [stdout] test encoding::test::hash_map::string::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::string::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::string ... ok [INFO] [stdout] test encoding::test::hash_map::int64::string ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::string ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::string ... ok [INFO] [stdout] test encoding::test::btree_map::string::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::string::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::string::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::string::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::string::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::string::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::string::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::string::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::string::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::string::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::string::double ... ok [INFO] [stdout] test encoding::test::hash_map::string::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::string::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::string::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::string ... ok [INFO] [stdout] test encoding::test::btree_map::string::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::string::string ... ok [INFO] [stdout] test encoding::test::hash_map::string::float ... ok [INFO] [stdout] test encoding::test::hash_map::string::sint64 ... ok [INFO] [stderr] Doc-tests prost-bytes05 [INFO] [stdout] test encoding::test::btree_map::string::string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 405 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.19s [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" "e7e958f246553489b3b808a79c01ce1784d2be698fecc53f46c0552d9c442c7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7e958f246553489b3b808a79c01ce1784d2be698fecc53f46c0552d9c442c7a", kill_on_drop: false }` [INFO] [stdout] e7e958f246553489b3b808a79c01ce1784d2be698fecc53f46c0552d9c442c7a