[INFO] fetching crate prost-amino 0.6.0...
[INFO] testing prost-amino-0.6.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate prost-amino 0.6.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate prost-amino 0.6.0
[INFO] finished tweaking crates.io crate prost-amino 0.6.0
[INFO] tweaked toml for crates.io crate prost-amino 0.6.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate prost-amino 0.6.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 51 packages to latest compatible versions
[INFO] [stderr]       Adding bytes v0.5.6 (available: v1.11.1)
[INFO] [stderr]       Adding env_logger v0.5.13 (available: v0.11.10)
[INFO] [stderr]       Adding quickcheck v0.6.2 (available: v1.1.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fdec41b27d791c9c6d0c4e982f53550fe7034a2e20e90e595a8884c597daa54f
[INFO] running `Command { std: "docker" "start" "-a" "fdec41b27d791c9c6d0c4e982f53550fe7034a2e20e90e595a8884c597daa54f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fdec41b27d791c9c6d0c4e982f53550fe7034a2e20e90e595a8884c597daa54f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fdec41b27d791c9c6d0c4e982f53550fe7034a2e20e90e595a8884c597daa54f", kill_on_drop: false }`
[INFO] [stdout] fdec41b27d791c9c6d0c4e982f53550fe7034a2e20e90e595a8884c597daa54f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 656d8b3ef26c377c34341682afb714723d3eb34770ffda48cbc4e6217d45f655
[INFO] running `Command { std: "docker" "start" "-a" "656d8b3ef26c377c34341682afb714723d3eb34770ffda48cbc4e6217d45f655", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling prost-amino v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `prost-derive`
[INFO] [stdout]  --> src/lib.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(feature = "prost-derive")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `prost-derive` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
[INFO] running `Command { std: "docker" "inspect" "656d8b3ef26c377c34341682afb714723d3eb34770ffda48cbc4e6217d45f655", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "656d8b3ef26c377c34341682afb714723d3eb34770ffda48cbc4e6217d45f655", kill_on_drop: false }`
[INFO] [stdout] 656d8b3ef26c377c34341682afb714723d3eb34770ffda48cbc4e6217d45f655
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c8b3b9274a319b15292103a44e1c6f22dd3f6c805b962717af815f509189684f
[INFO] running `Command { std: "docker" "start" "-a" "c8b3b9274a319b15292103a44e1c6f22dd3f6c805b962717af815f509189684f", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling env_logger v0.5.13
[INFO] [stderr]    Compiling itertools v0.7.11
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stdout] warning: unexpected `cfg` condition value: `prost-derive`
[INFO] [stdout]  --> src/lib.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(feature = "prost-derive")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `prost-derive` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quickcheck v0.6.2
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling prost-amino-derive v0.6.1
[INFO] [stderr]    Compiling prost-amino v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `prost-derive`
[INFO] [stdout]  --> src/lib.rs:5:7
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[cfg(feature = "prost-derive")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `prost-derive` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/encoding.rs:1279:61
[INFO] [stdout]      |
[INFO] [stdout] 1279 |             let roundtrip_value = decode_varint(&mut encoded.clone()).expect("decoding failed");
[INFO] [stdout]      |                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout]      = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/encoding.rs:1282:66
[INFO] [stdout]      |
[INFO] [stdout] 1282 |             let roundtrip_value = decode_varint_slow(&mut encoded.clone()).expect("slow decoding failed");
[INFO] [stdout]      |                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 52.32s
[INFO] running `Command { std: "docker" "inspect" "c8b3b9274a319b15292103a44e1c6f22dd3f6c805b962717af815f509189684f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8b3b9274a319b15292103a44e1c6f22dd3f6c805b962717af815f509189684f", kill_on_drop: false }`
[INFO] [stdout] c8b3b9274a319b15292103a44e1c6f22dd3f6c805b962717af815f509189684f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1bac9029eae4579c629582c55b67b6e0fee0ce655e3f2a6e1c9fea7a6b005fb0
[INFO] running `Command { std: "docker" "start" "-a" "1bac9029eae4579c629582c55b67b6e0fee0ce655e3f2a6e1c9fea7a6b005fb0", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: unexpected `cfg` condition value: `prost-derive`
[INFO] [stderr]  --> src/lib.rs:5:7
[INFO] [stderr]   |
[INFO] [stderr] 5 | #[cfg(feature = "prost-derive")]
[INFO] [stderr]   |       ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]   |
[INFO] [stderr]   = note: no expected values for `feature`
[INFO] [stderr]   = help: consider adding `prost-derive` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `prost-amino` (lib) generated 1 warning
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]     --> src/encoding.rs:1279:61
[INFO] [stderr]      |
[INFO] [stderr] 1279 |             let roundtrip_value = decode_varint(&mut encoded.clone()).expect("decoding failed");
[INFO] [stderr]      |                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]      |
[INFO] [stderr]      = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stderr]      = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]     --> src/encoding.rs:1282:66
[INFO] [stderr]      |
[INFO] [stderr] 1282 |             let roundtrip_value = decode_varint_slow(&mut encoded.clone()).expect("slow decoding failed");
[INFO] [stderr]      |                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]      |
[INFO] [stderr]      = note: the type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]` copies the reference, which does not do anything and can be removed
[INFO] [stderr] 
[INFO] [stderr] warning: `prost-amino` (lib test) generated 3 warnings (1 duplicate) (run `cargo fix --lib -p prost-amino --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/prost_amino-cadecae0c4b5383c)
[INFO] [stdout] 
[INFO] [stdout] running 404 tests
[INFO] [stdout] test encoding::bool::test::check ... ok
[INFO] [stdout] test encoding::double::test::check ... ok
[INFO] [stdout] test encoding::bool::test::check_packed ... ok
[INFO] [stdout] test encoding::fixed32::test::check_packed ... ok
[INFO] [stdout] test encoding::bytes::test::check ... ok
[INFO] [stdout] test encoding::bool::test::check_repeated ... ok
[INFO] [stdout] test encoding::double::test::check_packed ... ok
[INFO] [stdout] test encoding::fixed64::test::check ... ok
[INFO] [stdout] test encoding::double::test::check_repeated ... ok
[INFO] [stdout] test encoding::fixed32::test::check ... ok
[INFO] [stdout] test encoding::float::test::check ... ok
[INFO] [stdout] test encoding::fixed32::test::check_repeated ... ok
[INFO] [stdout] test encoding::int32::test::check ... ok
[INFO] [stdout] test encoding::fixed64::test::check_packed ... ok
[INFO] [stdout] test encoding::int64::test::check ... ok
[INFO] [stdout] test encoding::float::test::check_packed ... ok
[INFO] [stdout] test encoding::float::test::check_repeated ... ok
[INFO] [stdout] test encoding::int32::test::check_repeated ... ok
[INFO] [stdout] test encoding::fixed64::test::check_repeated ... ok
[INFO] [stdout] test encoding::sfixed32::test::check ... ok
[INFO] [stdout] test encoding::int32::test::check_packed ... ok
[INFO] [stdout] test encoding::int64::test::check_repeated ... ok
[INFO] [stdout] test encoding::sfixed64::test::check ... ok
[INFO] [stdout] test encoding::sint32::test::check ... ok
[INFO] [stdout] test encoding::int64::test::check_packed ... ok
[INFO] [stdout] test encoding::sint64::test::check ... ok
[INFO] [stdout] test encoding::sfixed64::test::check_repeated ... ok
[INFO] [stdout] test encoding::sfixed32::test::check_repeated ... ok
[INFO] [stdout] test encoding::sint32::test::check_packed ... ok
[INFO] [stdout] test encoding::sint32::test::check_repeated ... ok
[INFO] [stdout] test encoding::sint64::test::check_packed ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::bool ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::double ... ok
[INFO] [stdout] test encoding::string::test::check ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::fixed32 ... ok
[INFO] [stdout] test encoding::sfixed32::test::check_packed ... ok
[INFO] [stdout] test encoding::sfixed64::test::check_packed ... ok
[INFO] [stdout] test encoding::sint64::test::check_repeated ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::float ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::int64 ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::sint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::int32 ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::fixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::sfixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::sfixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::uint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::uint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::bool ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::sint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::double ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::fixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::fixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::float ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::int32 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::int64 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::sfixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::bytes ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::sfixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::uint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::sint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::sint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::bool ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::uint64 ... ok
[INFO] [stdout] test encoding::bytes::test::check_repeated ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::double ... ok
[INFO] [stdout] test encoding::test::btree_map::bool::string ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::fixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::fixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::bytes ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::float ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::int32 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::int64 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::sfixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::sint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::sfixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::uint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::uint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::int32::bool ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::sint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::int32::double ... ok
[INFO] [stdout] test encoding::test::btree_map::int32::fixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::int32::fixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::int32::int32 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::bytes ... ok
[INFO] [stdout] test encoding::test::btree_map::int32::float ... ok
[INFO] [stdout] test encoding::test::btree_map::int32::int64 ... ok
[INFO] [stdout] test encoding::test::btree_map::int32::sfixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::int32::sint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::int32::sint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::int32::sfixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed32::string ... 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::int32::uint32 ... ok
[INFO] [stdout] test encoding::string::test::check_repeated ... ok
[INFO] [stdout] test encoding::test::btree_map::int32::bytes ... ok
[INFO] [stdout] test encoding::test::btree_map::int64::float ... ok
[INFO] [stdout] test encoding::test::btree_map::int64::double ... ok
[INFO] [stdout] test encoding::test::btree_map::int64::fixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::int64::fixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::int64::int32 ... ok
[INFO] [stdout] test encoding::test::btree_map::int64::sfixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::int64::sfixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::int64::sint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::int64::sint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::int64::uint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::int64::uint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed32::bool ... ok
[INFO] [stdout] test encoding::test::btree_map::int64::int64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed32::fixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed32::double ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed32::fixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::int64::bytes ... ok
[INFO] [stdout] test encoding::test::btree_map::fixed64::string ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed32::int32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed32::float ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed32::int64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed32::sfixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed32::sint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed32::sfixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed32::sint32 ... 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::sfixed32::uint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed64::double ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed64::fixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed64::fixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::int32::string ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed64::int32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed64::float ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed64::int64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed32::bytes ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed64::sfixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::int64::string ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed64::sint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed64::sfixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed64::sint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed64::uint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed64::uint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::fixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::double ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::bool ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed64::bytes ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::fixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::int32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::float ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::int64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::sfixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::sint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::sfixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::sint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::uint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::bool ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::uint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::double ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::fixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::fixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::int32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::float ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed32::string ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::int64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::sfixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::sfixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::sint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::bytes ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::sint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::uint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::uint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::sfixed64::string ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::bytes ... ok
[INFO] [stdout] test encoding::test::btree_map::sint32::string ... ok
[INFO] [stdout] test encoding::test::btree_map::string::bool ... ok
[INFO] [stdout] test encoding::test::btree_map::string::int32 ... ok
[INFO] [stdout] test encoding::test::btree_map::sint64::string ... ok
[INFO] [stdout] test encoding::test::btree_map::string::fixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::string::sfixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::string::double ... ok
[INFO] [stdout] test encoding::test::btree_map::string::fixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::string::bytes ... ok
[INFO] [stdout] test encoding::test::btree_map::string::sfixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::string::int64 ... ok
[INFO] [stdout] test encoding::test::btree_map::string::float ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::bool ... ok
[INFO] [stdout] test encoding::test::btree_map::string::sint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::double ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::fixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::fixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::float ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::int64 ... ok
[INFO] [stdout] test encoding::test::btree_map::string::sint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::int32 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::sfixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::sint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::sfixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::sint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::uint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::uint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::bool ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::double ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::fixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::bytes ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::fixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::float ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::int32 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::int64 ... ok
[INFO] [stdout] test encoding::test::btree_map::string::uint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::sfixed32 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::sfixed64 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::sint32 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::sint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::uint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::bool::bool ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::uint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::string::uint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::bool::double ... ok
[INFO] [stdout] test encoding::test::hash_map::bool::fixed32 ... 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::hash_map::bool::int32 ... ok
[INFO] [stdout] test encoding::test::hash_map::bool::sfixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::bool::int64 ... ok
[INFO] [stdout] test encoding::test::hash_map::bool::sfixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::bool::sint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::bool::sint64 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::bytes ... ok
[INFO] [stdout] test encoding::test::hash_map::bool::uint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::bool::uint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed32::bool ... ok
[INFO] [stdout] test encoding::test::btree_map::uint32::string ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed32::double ... 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::hash_map::fixed32::float ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed32::int32 ... ok
[INFO] [stdout] test encoding::test::btree_map::string::string ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed32::int64 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed32::sfixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed32::sint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::bool::bytes ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed32::sint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed32::sfixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::bool ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed32::uint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed32::uint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::fixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::double ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::fixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed32::bytes ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::float ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::int32 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::sfixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::int64 ... ok
[INFO] [stdout] test encoding::test::btree_map::uint64::string ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::sfixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::bool::string ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::sint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::sint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::uint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::uint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::bool ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::bytes ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::double ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::fixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::fixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::float ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::sfixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::int64 ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::sfixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::int32 ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::sint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::sint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::uint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::uint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::bytes ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed32::string ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::fixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::bool ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::fixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::float ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::sfixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::sfixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::sint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::double ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::int64 ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::uint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::fixed64::string ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::int32 ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::uint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::bool ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::sint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::fixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::double ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::float ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::fixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::int64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::sfixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::int32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::sfixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::sint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::sint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::string ... ok
[INFO] [stdout] test encoding::test::hash_map::int64::bytes ... ok
[INFO] [stdout] test encoding::test::hash_map::int32::string ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed64::fixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::uint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::uint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed64::double ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed64::bool ... 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::sfixed64::float ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed64::sfixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed64::sint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed64::sint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::bytes ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed64::int64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed64::uint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed64::sfixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed64::uint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint32::double ... ok
[INFO] [stdout] test encoding::test::hash_map::sint32::fixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint32::bool ... ok
[INFO] [stdout] test encoding::test::hash_map::sint32::bytes ... ok
[INFO] [stdout] test encoding::test::hash_map::sint32::float ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed64::string ... ok
[INFO] [stdout] test encoding::test::hash_map::sint32::fixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint32::sfixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint32::sfixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint32::sint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sfixed32::string ... ok
[INFO] [stdout] test encoding::test::hash_map::sint32::int32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint32::int64 ... 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::sfixed64::bytes ... ok
[INFO] [stdout] test encoding::test::hash_map::sint64::bool ... ok
[INFO] [stdout] test encoding::test::hash_map::sint64::int32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint64::double ... ok
[INFO] [stdout] test encoding::test::hash_map::sint64::fixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint64::sfixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint32::uint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint64::float ... 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::string ... ok
[INFO] [stdout] test encoding::test::hash_map::sint64::sfixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint64::uint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint64::uint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint64::sint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint64::sint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::sint64::bytes ... ok
[INFO] [stdout] test encoding::test::hash_map::sint64::string ... ok
[INFO] [stdout] test encoding::test::hash_map::string::fixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::string::bool ... ok
[INFO] [stdout] test encoding::test::hash_map::string::double ... ok
[INFO] [stdout] test encoding::test::hash_map::string::fixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::string::float ... ok
[INFO] [stdout] test encoding::test::hash_map::string::bytes ... ok
[INFO] [stdout] test encoding::test::hash_map::string::int32 ... ok
[INFO] [stdout] test encoding::test::hash_map::string::int64 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint32::bool ... ok
[INFO] [stdout] test encoding::test::hash_map::string::sfixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::string::sfixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint32::double ... ok
[INFO] [stdout] test encoding::test::hash_map::uint32::fixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint32::fixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint32::float ... ok
[INFO] [stdout] test encoding::test::hash_map::uint32::int32 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint32::int64 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint32::sfixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint32::bytes ... ok
[INFO] [stdout] test encoding::test::hash_map::uint32::sfixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint32::sint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::string::sint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint32::sint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint64::bool ... ok
[INFO] [stdout] test encoding::test::hash_map::uint32::uint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint32::uint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::string::uint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint64::fixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::string::sint32 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint64::fixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint64::double ... ok
[INFO] [stdout] test encoding::test::hash_map::string::uint64 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint64::float ... ok
[INFO] [stdout] test encoding::test::hash_map::uint64::int32 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint64::int64 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint64::sfixed32 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint64::sfixed64 ... ok
[INFO] [stdout] test encoding::test::hash_map::uint64::sint32 ... ok
[INFO] [stdout] test encoding::test::varint ... ok
[INFO] [stdout] test encoding::test::hash_map::uint64::uint64 ... ok
[INFO] [stdout] test encoding::uint32::test::check ... ok
[INFO] [stdout] test encoding::uint32::test::check_packed ... ok
[INFO] [stdout] test encoding::uint64::test::check ... ok
[INFO] [stdout] test encoding::uint32::test::check_repeated ... ok
[INFO] [stdout] test encoding::uint64::test::check_packed ... ok
[INFO] [stdout] test encoding::test::hash_map::uint64::uint32 ... ok
[INFO] [stdout] test encoding::uint64::test::check_repeated ... ok
[INFO] [stdout] test encoding::test::hash_map::uint64::sint64 ... 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::hash_map::uint64::string ... ok
[INFO] [stdout] test encoding::test::hash_map::string::string ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 404 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.26s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests prost_amino
[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" "1bac9029eae4579c629582c55b67b6e0fee0ce655e3f2a6e1c9fea7a6b005fb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1bac9029eae4579c629582c55b67b6e0fee0ce655e3f2a6e1c9fea7a6b005fb0", kill_on_drop: false }`
[INFO] [stdout] 1bac9029eae4579c629582c55b67b6e0fee0ce655e3f2a6e1c9fea7a6b005fb0
