[INFO] fetching crate prost-shadown 0.5.0... [INFO] testing prost-shadown-0.5.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate prost-shadown 0.5.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate prost-shadown 0.5.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate prost-shadown 0.5.0 [INFO] finished tweaking crates.io crate prost-shadown 0.5.0 [INFO] tweaked toml for crates.io crate prost-shadown 0.5.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e44cdc88d3cb97a2f3d8bdfd3af137958be68c2eac009ff612f6ea749a11add9 [INFO] running `"docker" "start" "-a" "e44cdc88d3cb97a2f3d8bdfd3af137958be68c2eac009ff612f6ea749a11add9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling backtrace v0.3.48 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling prost-derive v0.5.0 [INFO] [stderr] Compiling prost-shadown v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:102:21 [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: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.32s [INFO] running `"docker" "inspect" "e44cdc88d3cb97a2f3d8bdfd3af137958be68c2eac009ff612f6ea749a11add9"` [INFO] running `"docker" "rm" "-f" "e44cdc88d3cb97a2f3d8bdfd3af137958be68c2eac009ff612f6ea749a11add9"` [INFO] [stdout] e44cdc88d3cb97a2f3d8bdfd3af137958be68c2eac009ff612f6ea749a11add9 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] c76aa49975d64e323d5058110b7a097aa1ad491c149b5b4d9d7713d1fa8aebf1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "c76aa49975d64e323d5058110b7a097aa1ad491c149b5b4d9d7713d1fa8aebf1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling oorandom v11.1.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling plotters v0.2.15 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cast v0.2.3 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:102:21 [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: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling criterion-plot v0.4.2 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling tinytemplate v1.1.0 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling criterion v0.3.2 [INFO] [stderr] Compiling prost-shadown v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:102:21 [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: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 38s [INFO] running `"docker" "inspect" "c76aa49975d64e323d5058110b7a097aa1ad491c149b5b4d9d7713d1fa8aebf1"` [INFO] running `"docker" "rm" "-f" "c76aa49975d64e323d5058110b7a097aa1ad491c149b5b4d9d7713d1fa8aebf1"` [INFO] [stdout] c76aa49975d64e323d5058110b7a097aa1ad491c149b5b4d9d7713d1fa8aebf1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ef93bc3e8ae7b32fdf36792100680c528a68041a120a0193044cd4db24569464 [INFO] running `"docker" "start" "-a" "ef93bc3e8ae7b32fdf36792100680c528a68041a120a0193044cd4db24569464"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:102:21 [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: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:102:21 [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: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.23s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/prost_shadown-a47b4ab2dd8ca62c [INFO] [stdout] [INFO] [stdout] running 405 tests [INFO] [stdout] test encoding::bytes::test::check ... ok [INFO] [stdout] test encoding::double::test::check ... ok [INFO] [stdout] test encoding::fixed32::test::check_repeated ... ok [INFO] [stdout] test encoding::fixed32::test::check_packed ... ok [INFO] [stdout] test encoding::int32::test::check ... ok [INFO] [stdout] test encoding::float::test::check ... ok [INFO] [stdout] test encoding::fixed64::test::check ... ok [INFO] [stdout] test encoding::fixed32::test::check ... ok [INFO] [stdout] test encoding::float::test::check_repeated ... ok [INFO] [stdout] test encoding::float::test::check_packed ... ok [INFO] [stdout] test encoding::bool::test::check ... ok [INFO] [stdout] test encoding::double::test::check_packed ... ok [INFO] [stdout] test encoding::int64::test::check ... ok [INFO] [stdout] test encoding::int32::test::check_repeated ... ok [INFO] [stdout] test encoding::fixed64::test::check_repeated ... ok [INFO] [stdout] test encoding::bool::test::check_packed ... ok [INFO] [stdout] test encoding::bool::test::check_repeated ... ok [INFO] [stdout] test encoding::fixed64::test::check_packed ... ok [INFO] [stdout] test encoding::int32::test::check_packed ... ok [INFO] [stdout] test encoding::sint32::test::check ... ok [INFO] [stdout] test encoding::sint64::test::check ... ok [INFO] [stdout] test encoding::sfixed32::test::check ... ok [INFO] [stdout] test encoding::sfixed64::test::check ... ok [INFO] [stdout] test encoding::sfixed64::test::check_repeated ... ok [INFO] [stdout] test encoding::sint32::test::check_packed ... ok [INFO] [stdout] test encoding::sfixed32::test::check_repeated ... ok [INFO] [stdout] test encoding::double::test::check_repeated ... ok [INFO] [stdout] test encoding::sint64::test::check_packed ... ok [INFO] [stdout] test encoding::string::test::check ... ok [INFO] [stdout] test encoding::int64::test::check_repeated ... ok [INFO] [stdout] test encoding::sint32::test::check_repeated ... ok [INFO] [stdout] test encoding::sfixed64::test::check_packed ... ok [INFO] [stdout] test encoding::sfixed32::test::check_packed ... ok [INFO] [stdout] test encoding::test::btree_map::bool::bool ... ok [INFO] [stdout] test encoding::sint64::test::check_repeated ... ok [INFO] [stdout] test encoding::int64::test::check_packed ... ok [INFO] [stdout] test encoding::test::btree_map::bool::float ... ok [INFO] [stdout] test encoding::test::btree_map::bool::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::double ... ok [INFO] [stdout] test encoding::test::btree_map::bool::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::double ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::float ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::int64 ... 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::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::bool ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::double ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::float ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::sfixed32 ... ok [INFO] [stdout] test encoding::bytes::test::check_repeated ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::fixed32 ... 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::int32::float ... 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::fixed32::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::int32::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::bool ... 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::float ... ok [INFO] [stdout] test encoding::test::btree_map::int64::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::bytes ... 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::int64 ... 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::int32::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::bool ... ok [INFO] [stdout] test encoding::string::test::check_repeated ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::double ... ok [INFO] [stdout] test encoding::test::btree_map::int64::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::string ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::float ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::int64 ... 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::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::string ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::double ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::bool ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::float ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::sfixed64 ... 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::bool ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::double ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::string ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::float ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::int32 ... 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::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::bool ... ok [INFO] [stdout] test encoding::test::btree_map::int32::string ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::double ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::bytes ... 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::float ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::int32 ... 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::sint64::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::int64::string ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::string ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::string ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::string ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::string ... ok [INFO] [stdout] test encoding::test::btree_map::string::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::string::bool ... ok [INFO] [stdout] test encoding::test::btree_map::string::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::string::double ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::string::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::string::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::string::int64 ... 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::string::float ... 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::string::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::string::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::bool ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::fixed32 ... 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::double ... 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::uint32::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::bool ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::string::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::double ... ok [INFO] [stdout] test encoding::test::hash_map::bool::float ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::sint64 ... 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::hash_map::fixed32::float ... 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::btree_map::string::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::double ... 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::bool ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::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::btree_map::string::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::string::uint32 ... 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::hash_map::fixed64::sfixed64 ... 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::int32::double ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::bool ... ok [INFO] [stdout] test encoding::test::hash_map::int32::float ... ok [INFO] [stdout] test encoding::test::hash_map::int32::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::bool ... ok [INFO] [stdout] test encoding::test::hash_map::int64::double ... ok [INFO] [stdout] test encoding::test::hash_map::int64::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::float ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::int64::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::string ... ok [INFO] [stdout] test encoding::test::btree_map::string::string ... ok [INFO] [stdout] test encoding::test::hash_map::int64::sfixed32 ... 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::sfixed32::bool ... ok [INFO] [stdout] test encoding::test::hash_map::int64::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::string ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::double ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::bytes ... 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::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::sfixed32 ... 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::btree_map::uint64::string ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::bool ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::float ... ok [INFO] [stdout] test encoding::test::hash_map::int64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::double ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::sfixed64 ... 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::fixed32::string ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::bool ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::uint32 ... 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::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::float ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::sint32 ... 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::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::bool ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::string ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::double ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::string ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::float ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::string ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::string ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::string ... ok [INFO] [stdout] test encoding::test::hash_map::string::double ... ok [INFO] [stdout] test encoding::test::hash_map::string::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::string::bool ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::string ... ok [INFO] [stdout] test encoding::test::hash_map::string::float ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::bool ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::double ... ok [INFO] [stdout] test encoding::test::hash_map::string::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::string ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::string::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::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::string::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::string::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::bool ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::double ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::string::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::float ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::string::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::string::sint32 ... ok [INFO] [stdout] test encoding::test::string_merge_failure ... ok [INFO] [stdout] test encoding::test::varint ... 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::test::hash_map::uint64::sfixed64 ... ok [INFO] [stdout] test encoding::uint32::test::check_repeated ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::sint32 ... 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::string::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::string::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::string ... ok [INFO] [stdout] test encoding::test::hash_map::string::uint64 ... 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. 405 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests prost-shadown [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "ef93bc3e8ae7b32fdf36792100680c528a68041a120a0193044cd4db24569464"` [INFO] running `"docker" "rm" "-f" "ef93bc3e8ae7b32fdf36792100680c528a68041a120a0193044cd4db24569464"` [INFO] [stdout] ef93bc3e8ae7b32fdf36792100680c528a68041a120a0193044cd4db24569464