[INFO] fetching crate prost-shadown 0.5.0... [INFO] testing prost-shadown-0.5.0 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate prost-shadown 0.5.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate prost-shadown 0.5.0 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded prost-derive v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b7b4103461fff910afca4186c5d11cd433c5716f8d773057b7e8438031f4fd62 [INFO] running `Command { std: "docker" "start" "-a" "b7b4103461fff910afca4186c5d11cd433c5716f8d773057b7e8438031f4fd62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b7b4103461fff910afca4186c5d11cd433c5716f8d773057b7e8438031f4fd62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7b4103461fff910afca4186c5d11cd433c5716f8d773057b7e8438031f4fd62", kill_on_drop: false }` [INFO] [stdout] b7b4103461fff910afca4186c5d11cd433c5716f8d773057b7e8438031f4fd62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 15aac01a657e18d26153c3fafc994b758be2c3bf5e8cee3146e090410e8b45c0 [INFO] running `Command { std: "docker" "start" "-a" "15aac01a657e18d26153c3fafc994b758be2c3bf5e8cee3146e090410e8b45c0", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling object v0.25.2 [INFO] [stderr] Compiling backtrace v0.3.60 [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] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:102:21 [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 dev [unoptimized + debuginfo] target(s) in 24.70s [INFO] running `Command { std: "docker" "inspect" "15aac01a657e18d26153c3fafc994b758be2c3bf5e8cee3146e090410e8b45c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15aac01a657e18d26153c3fafc994b758be2c3bf5e8cee3146e090410e8b45c0", kill_on_drop: false }` [INFO] [stdout] 15aac01a657e18d26153c3fafc994b758be2c3bf5e8cee3146e090410e8b45c0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b7e030a7900e3d378d7ec18e84b5bf269721b0bea46ef916b3f0d1956c6e563 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1b7e030a7900e3d378d7ec18e84b5bf269721b0bea46ef916b3f0d1956c6e563", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling plotters v0.3.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:21 [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 crossbeam-utils v0.8.5 [INFO] [stderr] Compiling bstr v0.2.16 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling criterion-plot v0.4.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling criterion v0.3.4 [INFO] [stderr] Compiling prost-shadown v0.5.0 (/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:21 [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 2m 42s [INFO] running `Command { std: "docker" "inspect" "1b7e030a7900e3d378d7ec18e84b5bf269721b0bea46ef916b3f0d1956c6e563", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b7e030a7900e3d378d7ec18e84b5bf269721b0bea46ef916b3f0d1956c6e563", kill_on_drop: false }` [INFO] [stdout] 1b7e030a7900e3d378d7ec18e84b5bf269721b0bea46ef916b3f0d1956c6e563 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 28da9a2228d3eab8ae103a6caa374534b736794eeab22abdab2697b09466bcae [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "28da9a2228d3eab8ae103a6caa374534b736794eeab22abdab2697b09466bcae", kill_on_drop: false }` [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: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 associated function `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 unittests (/opt/rustwide/target/debug/deps/prost_shadown-76fdac4f5a11386a) [INFO] [stdout] [INFO] [stdout] running 405 tests [INFO] [stdout] test encoding::bool::test::check ... ok [INFO] [stdout] test encoding::double::test::check ... ok [INFO] [stdout] test encoding::fixed32::test::check ... ok [INFO] [stdout] test encoding::float::test::check ... ok [INFO] [stdout] test encoding::int32::test::check ... ok [INFO] [stdout] test encoding::bytes::test::check ... ok [INFO] [stdout] test encoding::fixed32::test::check_packed ... ok [INFO] [stdout] test encoding::float::test::check_repeated ... ok [INFO] [stdout] test encoding::fixed32::test::check_repeated ... ok [INFO] [stdout] test encoding::bool::test::check_packed ... ok [INFO] [stdout] test encoding::int32::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_repeated ... ok [INFO] [stdout] test encoding::double::test::check_repeated ... ok [INFO] [stdout] test encoding::float::test::check_packed ... ok [INFO] [stdout] test encoding::double::test::check_packed ... ok [INFO] [stdout] test encoding::fixed64::test::check_repeated ... ok [INFO] [stdout] test encoding::sfixed64::test::check ... ok [INFO] [stdout] test encoding::int64::test::check ... ok [INFO] [stdout] test encoding::sfixed32::test::check ... ok [INFO] [stdout] test encoding::sint32::test::check ... ok [INFO] [stdout] test encoding::sint64::test::check ... ok [INFO] [stdout] test encoding::fixed64::test::check ... ok [INFO] [stdout] test encoding::sfixed32::test::check_packed ... ok [INFO] [stdout] test encoding::int64::test::check_packed ... ok [INFO] [stdout] test encoding::sfixed64::test::check_repeated ... ok [INFO] [stdout] test encoding::sfixed32::test::check_repeated ... ok [INFO] [stdout] test encoding::sfixed64::test::check_packed ... ok [INFO] [stdout] test encoding::sint32::test::check_repeated ... ok [INFO] [stdout] test encoding::sint32::test::check_packed ... ok [INFO] [stdout] test encoding::test::btree_map::bool::bool ... ok [INFO] [stdout] test encoding::int64::test::check_repeated ... ok [INFO] [stdout] test encoding::test::btree_map::bool::double ... ok [INFO] [stdout] test encoding::sint64::test::check_packed ... ok [INFO] [stdout] test encoding::string::test::check ... ok [INFO] [stdout] test encoding::sint64::test::check_repeated ... 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::float ... ok [INFO] [stdout] test encoding::test::btree_map::bool::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::bool::uint32 ... 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::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::sfixed32 ... 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::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::double ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::sfixed64 ... 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::fixed32::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::bool ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed32::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::float ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::double ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::fixed64 ... 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::fixed64::sint32 ... 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::fixed64::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::bool ... 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::double ... ok [INFO] [stdout] test encoding::test::btree_map::bool::bytes ... 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::bytes::test::check_repeated ... ok [INFO] [stdout] test encoding::test::btree_map::int32::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::sfixed32 ... 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::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::int32::uint32 ... 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::fixed32::bytes ... 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::float ... ok [INFO] [stdout] test encoding::test::btree_map::int64::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::double ... 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::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::int64::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::fixed64::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::int64::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::int64::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::double ... 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::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::fixed64 ... 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::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::bool ... ok [INFO] [stdout] test encoding::test::btree_map::int32::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::int64::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::double ... 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::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::sfixed64 ... 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::fixed32::string ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::uint64 ... ok [INFO] [stdout] test encoding::string::test::check_repeated ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::bool::string ... 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::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed32::bytes ... 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::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::sint32::sfixed32 ... 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::fixed64::string ... 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::sint32::uint32 ... 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::float ... ok [INFO] [stdout] test encoding::test::btree_map::sfixed64::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::sint64::sint32 ... 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::sint64 ... 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::sint32::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::int32::string ... 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::sint64::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::string::bool ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::string::double ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::double ... 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::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::string::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::string::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::float ... ok [INFO] [stdout] test encoding::test::btree_map::string::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::int64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::string::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::sint64 ... ok [INFO] [stdout] test encoding::test::btree_map::string::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::uint32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::bool ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::string::sint32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::double ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::int32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::float ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::fixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::sfixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::bool ... 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::hash_map::bool::double ... ok [INFO] [stdout] test encoding::test::btree_map::string::bytes ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::sint64 ... 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::btree_map::uint64::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::fixed32 ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::bool::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::fixed64 ... 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::sint64 ... 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::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::sfixed64 ... ok [INFO] [stdout] test encoding::test::btree_map::string::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::bool ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::double ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::float ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::bool ... 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::fixed64::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::float ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::string::uint32 ... 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::double ... ok [INFO] [stdout] test encoding::test::hash_map::int32::fixed32 ... 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::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::int32::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::uint32 ... 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::btree_map::string::uint64 ... 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::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::float ... ok [INFO] [stdout] test encoding::test::hash_map::int64::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::int32::bytes ... 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::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::uint32::string ... ok [INFO] [stdout] test encoding::test::hash_map::int64::uint64 ... ok [INFO] [stdout] test encoding::test::btree_map::uint64::string ... 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::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::float ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::bool::string ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::bool ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::double ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::float ... 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::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::int64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::bool ... ok [INFO] [stdout] test encoding::test::btree_map::string::string ... 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::float ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::fixed64 ... 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::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::sfixed32 ... 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::fixed32::string ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::uint32 ... 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::sint64::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::double ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::float ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::sfixed64::bytes ... 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::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::fixed64::string ... ok [INFO] [stdout] test encoding::test::hash_map::int32::string ... ok [INFO] [stdout] test encoding::test::hash_map::sint32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::sint64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::int64::string ... 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::sint32::string ... 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::fixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::bool ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::fixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::string::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::string::double ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::double ... ok [INFO] [stdout] test encoding::test::hash_map::string::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::string::int32 ... 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::string::float ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::sfixed32 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::sfixed64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::int32 ... ok [INFO] [stdout] test encoding::test::hash_map::string::bool ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::int64 ... ok [INFO] [stdout] test encoding::test::hash_map::string::sfixed64 ... 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::uint32::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::bool ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::fixed64 ... 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::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::string_merge_failure ... ok [INFO] [stdout] test encoding::test::varint ... ok [INFO] [stdout] test encoding::uint32::test::check ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::sfixed64 ... ok [INFO] [stdout] test encoding::uint64::test::check ... ok [INFO] [stdout] test encoding::uint32::test::check_packed ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::sint64 ... ok [INFO] [stdout] test encoding::uint32::test::check_repeated ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::uint32 ... 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::uint64::uint64 ... ok [INFO] [stdout] test encoding::test::hash_map::uint32::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::string::sint32 ... ok [INFO] [stdout] test encoding::test::hash_map::string::sint64 ... ok [INFO] [stdout] test encoding::test::hash_map::string::uint32 ... ok [INFO] [stdout] test encoding::test::hash_map::uint64::bytes ... ok [INFO] [stdout] test encoding::test::hash_map::string::bytes ... 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::uint32::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; finished in 46.32s [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "28da9a2228d3eab8ae103a6caa374534b736794eeab22abdab2697b09466bcae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28da9a2228d3eab8ae103a6caa374534b736794eeab22abdab2697b09466bcae", kill_on_drop: false }` [INFO] [stdout] 28da9a2228d3eab8ae103a6caa374534b736794eeab22abdab2697b09466bcae