[INFO] fetching crate nebula-fbthrift-meta 0.1.0... [INFO] checking nebula-fbthrift-meta-0.1.0 against try#894d32a5432c6a6461bb2aac7c3d5f2e87dce83f for pr-77015 [INFO] extracting crate nebula-fbthrift-meta 0.1.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate nebula-fbthrift-meta 0.1.0 on toolchain 894d32a5432c6a6461bb2aac7c3d5f2e87dce83f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+894d32a5432c6a6461bb2aac7c3d5f2e87dce83f" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate nebula-fbthrift-meta 0.1.0 [INFO] finished tweaking crates.io crate nebula-fbthrift-meta 0.1.0 [INFO] tweaked toml for crates.io crate nebula-fbthrift-meta 0.1.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+894d32a5432c6a6461bb2aac7c3d5f2e87dce83f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+894d32a5432c6a6461bb2aac7c3d5f2e87dce83f" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `0.0.1+unstable2020090200` for dependency `fbthrift` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+894d32a5432c6a6461bb2aac7c3d5f2e87dce83f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df15d600c2862260800e18f441a878112d7532e87392b1dcbc108e5564f496a8 [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" "df15d600c2862260800e18f441a878112d7532e87392b1dcbc108e5564f496a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df15d600c2862260800e18f441a878112d7532e87392b1dcbc108e5564f496a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df15d600c2862260800e18f441a878112d7532e87392b1dcbc108e5564f496a8", kill_on_drop: false }` [INFO] [stdout] df15d600c2862260800e18f441a878112d7532e87392b1dcbc108e5564f496a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+894d32a5432c6a6461bb2aac7c3d5f2e87dce83f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55af3db19512be016a4636369050bbd7f94b125a7cb1806b2b062ddabd402518 [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" "55af3db19512be016a4636369050bbd7f94b125a7cb1806b2b062ddabd402518", kill_on_drop: false }` [INFO] [stderr] warning: version requirement `0.0.1+unstable2020090200` for dependency `fbthrift` includes semver metadata which will be ignored, removing the metadata is recommended to avoid confusion [INFO] [stderr] Checking nebula-fbthrift-common v0.1.1 [INFO] [stderr] Checking nebula-fbthrift-meta v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `Schema: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:2147:13 [INFO] [stdout] | [INFO] [stdout] 2147 | ::fbthrift::Serialize::write(&self.schema, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `Schema` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Schema: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:2171:98 [INFO] [stdout] | [INFO] [stdout] 2171 | (::fbthrift::TType::Struct, 4) => field_schema = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `Schema` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Schema: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:2213:13 [INFO] [stdout] | [INFO] [stdout] 2213 | ::fbthrift::Serialize::write(&self.schema, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `Schema` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Schema: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:2233:98 [INFO] [stdout] | [INFO] [stdout] 2233 | (::fbthrift::TType::Struct, 2) => field_schema = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `Schema` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Schema: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:2281:13 [INFO] [stdout] | [INFO] [stdout] 2281 | ::fbthrift::Serialize::write(&self.schema, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `Schema` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Schema: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:2305:98 [INFO] [stdout] | [INFO] [stdout] 2305 | (::fbthrift::TType::Struct, 4) => field_schema = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `Schema` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:2346:13 [INFO] [stdout] | [INFO] [stdout] 2346 | ::fbthrift::Serialize::write(&self.hostAddr, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:2376:100 [INFO] [stdout] | [INFO] [stdout] 2376 | (::fbthrift::TType::Struct, 1) => field_hostAddr = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:2425:13 [INFO] [stdout] | [INFO] [stdout] 2425 | ::fbthrift::Serialize::write(&self.leader, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:2447:98 [INFO] [stdout] | [INFO] [stdout] 2447 | (::fbthrift::TType::Struct, 3) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:2760:13 [INFO] [stdout] | [INFO] [stdout] 2760 | ::fbthrift::Serialize::write(&self.host, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:2796:96 [INFO] [stdout] | [INFO] [stdout] 2796 | (::fbthrift::TType::Struct, 2) => field_host = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:2927:13 [INFO] [stdout] | [INFO] [stdout] 2927 | ::fbthrift::Serialize::write(&self.leader, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:2951:98 [INFO] [stdout] | [INFO] [stdout] 2951 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:3040:13 [INFO] [stdout] | [INFO] [stdout] 3040 | ::fbthrift::Serialize::write(&self.leader, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:3064:98 [INFO] [stdout] | [INFO] [stdout] 3064 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:3160:13 [INFO] [stdout] | [INFO] [stdout] 3160 | ::fbthrift::Serialize::write(&self.leader, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:3184:98 [INFO] [stdout] | [INFO] [stdout] 3184 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Schema: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:3231:13 [INFO] [stdout] | [INFO] [stdout] 3231 | ::fbthrift::Serialize::write(&self.schema, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `Schema` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Schema: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:3257:98 [INFO] [stdout] | [INFO] [stdout] 3257 | (::fbthrift::TType::Struct, 3) => field_schema = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `Schema` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `SchemaProp: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:3308:13 [INFO] [stdout] | [INFO] [stdout] 3308 | ::fbthrift::Serialize::write(&self.schema_prop, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `SchemaProp` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `SchemaProp: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:3332:103 [INFO] [stdout] | [INFO] [stdout] 3332 | (::fbthrift::TType::Struct, 4) => field_schema_prop = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `SchemaProp` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:3495:13 [INFO] [stdout] | [INFO] [stdout] 3495 | ::fbthrift::Serialize::write(&self.leader, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:3519:98 [INFO] [stdout] | [INFO] [stdout] 3519 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:3629:13 [INFO] [stdout] | [INFO] [stdout] 3629 | ::fbthrift::Serialize::write(&self.leader, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Schema: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:3632:13 [INFO] [stdout] | [INFO] [stdout] 3632 | ::fbthrift::Serialize::write(&self.schema, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `Schema` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:3653:98 [INFO] [stdout] | [INFO] [stdout] 3653 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Schema: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:3654:98 [INFO] [stdout] | [INFO] [stdout] 3654 | (::fbthrift::TType::Struct, 3) => field_schema = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `Schema` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Schema: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:3700:13 [INFO] [stdout] | [INFO] [stdout] 3700 | ::fbthrift::Serialize::write(&self.schema, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `Schema` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Schema: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:3726:98 [INFO] [stdout] | [INFO] [stdout] 3726 | (::fbthrift::TType::Struct, 3) => field_schema = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `Schema` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `SchemaProp: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:3777:13 [INFO] [stdout] | [INFO] [stdout] 3777 | ::fbthrift::Serialize::write(&self.schema_prop, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `SchemaProp` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `SchemaProp: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:3801:103 [INFO] [stdout] | [INFO] [stdout] 3801 | (::fbthrift::TType::Struct, 4) => field_schema_prop = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `SchemaProp` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:3911:13 [INFO] [stdout] | [INFO] [stdout] 3911 | ::fbthrift::Serialize::write(&self.leader, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Schema: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:3914:13 [INFO] [stdout] | [INFO] [stdout] 3914 | ::fbthrift::Serialize::write(&self.schema, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `Schema` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:3935:98 [INFO] [stdout] | [INFO] [stdout] 3935 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Schema: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:3936:98 [INFO] [stdout] | [INFO] [stdout] 3936 | (::fbthrift::TType::Struct, 3) => field_schema = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `Schema` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:4098:13 [INFO] [stdout] | [INFO] [stdout] 4098 | ::fbthrift::Serialize::write(&self.leader, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:4122:98 [INFO] [stdout] | [INFO] [stdout] 4122 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied [INFO] [stdout] --> src/lib.rs:4211:13 [INFO] [stdout] | [INFO] [stdout] 4211 | ::fbthrift::Serialize::write(&self.leader, p); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr` [INFO] [stdout] | [INFO] [stdout] = note: required by `fbthrift_git::Serialize::write` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize
` is not satisfied [INFO] [stdout] --> src/lib.rs:4235:98 [INFO] [stdout] | [INFO] [stdout] 4235 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize
` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:4280:17
[INFO] [stdout] |
[INFO] [stdout] 4280 | ::fbthrift::Serialize::write(some, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: GetTType` is not satisfied
[INFO] [stdout] --> src/lib.rs:4284:13
[INFO] [stdout] |
[INFO] [stdout] 4284 | ::fbthrift::Serialize::write(&self.peers, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `GetTType` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Serialize<_>` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4309:98
[INFO] [stdout] |
[INFO] [stdout] 4309 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4310:95
[INFO] [stdout] |
[INFO] [stdout] 4310 | (::fbthrift::TType::List, 3) => field_peers = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4311:95
[INFO] [stdout] |
[INFO] [stdout] 4311 | (::fbthrift::TType::List, 4) => field_losts = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4438:98
[INFO] [stdout] |
[INFO] [stdout] 4438 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:4534:13
[INFO] [stdout] |
[INFO] [stdout] 4534 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: GetTType` is not satisfied
[INFO] [stdout] --> src/lib.rs:4537:13
[INFO] [stdout] |
[INFO] [stdout] 4537 | ::fbthrift::Serialize::write(&self.parts, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `GetTType` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `GetTType` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4558:98
[INFO] [stdout] |
[INFO] [stdout] 4558 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4559:94
[INFO] [stdout] |
[INFO] [stdout] 4559 | (::fbthrift::TType::Map, 3) => field_parts = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `BTreeMap ` for `Vec ` for `BTreeMap ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4620:95
[INFO] [stdout] |
[INFO] [stdout] 4620 | (::fbthrift::TType::List, 2) => field_pairs = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `Pair`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4745:98
[INFO] [stdout] |
[INFO] [stdout] 4745 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:4848:13
[INFO] [stdout] |
[INFO] [stdout] 4848 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4872:98
[INFO] [stdout] |
[INFO] [stdout] 4872 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:5109:13
[INFO] [stdout] |
[INFO] [stdout] 5109 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5133:98
[INFO] [stdout] |
[INFO] [stdout] 5133 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:5177:13
[INFO] [stdout] |
[INFO] [stdout] 5177 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5205:98
[INFO] [stdout] |
[INFO] [stdout] 5205 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:5251:13
[INFO] [stdout] |
[INFO] [stdout] 5251 | ::fbthrift::Serialize::write(&self.host, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5281:96
[INFO] [stdout] |
[INFO] [stdout] 5281 | (::fbthrift::TType::Struct, 2) => field_host = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:5534:13
[INFO] [stdout] |
[INFO] [stdout] 5534 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `IndexItem: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:5537:13
[INFO] [stdout] |
[INFO] [stdout] 5537 | ::fbthrift::Serialize::write(&self.item, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `IndexItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5558:98
[INFO] [stdout] |
[INFO] [stdout] 5558 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `IndexItem: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5559:96
[INFO] [stdout] |
[INFO] [stdout] 5559 | (::fbthrift::TType::Struct, 3) => field_item = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `IndexItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:5654:13
[INFO] [stdout] |
[INFO] [stdout] 5654 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `IndexItem: GetTType` is not satisfied
[INFO] [stdout] --> src/lib.rs:5657:13
[INFO] [stdout] |
[INFO] [stdout] 5657 | ::fbthrift::Serialize::write(&self.items, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `GetTType` is not implemented for `IndexItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Serialize<_>` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5678:98
[INFO] [stdout] |
[INFO] [stdout] 5678 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `IndexItem: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5679:95
[INFO] [stdout] |
[INFO] [stdout] 5679 | (::fbthrift::TType::List, 3) => field_items = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `IndexItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5953:98
[INFO] [stdout] |
[INFO] [stdout] 5953 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `IndexItem: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5954:96
[INFO] [stdout] |
[INFO] [stdout] 5954 | (::fbthrift::TType::Struct, 3) => field_item = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `IndexItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:6049:13
[INFO] [stdout] |
[INFO] [stdout] 6049 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `IndexItem: GetTType` is not satisfied
[INFO] [stdout] --> src/lib.rs:6052:13
[INFO] [stdout] |
[INFO] [stdout] 6052 | ::fbthrift::Serialize::write(&self.items, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `GetTType` is not implemented for `IndexItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Serialize<_>` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6073:98
[INFO] [stdout] |
[INFO] [stdout] 6073 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `IndexItem: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6074:95
[INFO] [stdout] |
[INFO] [stdout] 6074 | (::fbthrift::TType::List, 3) => field_items = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `IndexItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6383:101
[INFO] [stdout] |
[INFO] [stdout] 6383 | (::fbthrift::TType::Struct, 1) => field_role_item = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `RoleItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `RoleItem: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:6418:13
[INFO] [stdout] |
[INFO] [stdout] 6418 | ::fbthrift::Serialize::write(&self.role_item, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `RoleItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `RoleItem: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6436:101
[INFO] [stdout] |
[INFO] [stdout] 6436 | (::fbthrift::TType::Struct, 1) => field_role_item = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `RoleItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:6522:13
[INFO] [stdout] |
[INFO] [stdout] 6522 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6546:98
[INFO] [stdout] |
[INFO] [stdout] 6546 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:6695:13
[INFO] [stdout] |
[INFO] [stdout] 6695 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `RoleItem: GetTType` is not satisfied
[INFO] [stdout] --> src/lib.rs:6698:13
[INFO] [stdout] |
[INFO] [stdout] 6698 | ::fbthrift::Serialize::write(&self.roles, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `GetTType` is not implemented for `RoleItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Serialize<_>` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6719:98
[INFO] [stdout] |
[INFO] [stdout] 6719 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `RoleItem: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6720:95
[INFO] [stdout] |
[INFO] [stdout] 6720 | (::fbthrift::TType::List, 3) => field_roles = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `RoleItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6867:98
[INFO] [stdout] |
[INFO] [stdout] 6867 | (::fbthrift::TType::List, 3) => field_host_del = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:7001:98
[INFO] [stdout] |
[INFO] [stdout] 7001 | (::fbthrift::TType::Struct, 3) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `Schema: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:2147:13
[INFO] [stdout] |
[INFO] [stdout] 2147 | ::fbthrift::Serialize::write(&self.schema, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `Schema`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:7278:13
[INFO] [stdout] |
[INFO] [stdout] 7278 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:7302:98
[INFO] [stdout] |
[INFO] [stdout] 7302 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `Schema: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:2171:98
[INFO] [stdout] |
[INFO] [stdout] 2171 | (::fbthrift::TType::Struct, 4) => field_schema = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `Schema`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:7465:13
[INFO] [stdout] |
[INFO] [stdout] 7465 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `Schema: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:2213:13
[INFO] [stdout] |
[INFO] [stdout] 2213 | ::fbthrift::Serialize::write(&self.schema, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `Schema`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:7489:98
[INFO] [stdout] |
[INFO] [stdout] 7489 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `Schema: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:2233:98
[INFO] [stdout] |
[INFO] [stdout] 2233 | (::fbthrift::TType::Struct, 2) => field_schema = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `Schema`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `Schema: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:2281:13
[INFO] [stdout] |
[INFO] [stdout] 2281 | ::fbthrift::Serialize::write(&self.schema, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `Schema`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:7744:13
[INFO] [stdout] |
[INFO] [stdout] 7744 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:7768:98
[INFO] [stdout] |
[INFO] [stdout] 7768 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `Schema: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:2305:98
[INFO] [stdout] |
[INFO] [stdout] 2305 | (::fbthrift::TType::Struct, 4) => field_schema = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `Schema`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:2346:13
[INFO] [stdout] |
[INFO] [stdout] 2346 | ::fbthrift::Serialize::write(&self.hostAddr, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:2376:100
[INFO] [stdout] |
[INFO] [stdout] 2376 | (::fbthrift::TType::Struct, 1) => field_hostAddr = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:7924:13
[INFO] [stdout] |
[INFO] [stdout] 7924 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:7948:98
[INFO] [stdout] |
[INFO] [stdout] 7948 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:2425:13
[INFO] [stdout] |
[INFO] [stdout] 2425 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:2447:98
[INFO] [stdout] |
[INFO] [stdout] 2447 | (::fbthrift::TType::Struct, 3) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:2760:13
[INFO] [stdout] |
[INFO] [stdout] 2760 | ::fbthrift::Serialize::write(&self.host, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:2796:96
[INFO] [stdout] |
[INFO] [stdout] 2796 | (::fbthrift::TType::Struct, 2) => field_host = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:2927:13
[INFO] [stdout] |
[INFO] [stdout] 2927 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:2951:98
[INFO] [stdout] |
[INFO] [stdout] 2951 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:3040:13
[INFO] [stdout] |
[INFO] [stdout] 3040 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:3064:98
[INFO] [stdout] |
[INFO] [stdout] 3064 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:3160:13
[INFO] [stdout] |
[INFO] [stdout] 3160 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:3184:98
[INFO] [stdout] |
[INFO] [stdout] 3184 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `Schema: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:3231:13
[INFO] [stdout] |
[INFO] [stdout] 3231 | ::fbthrift::Serialize::write(&self.schema, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `Schema`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `Schema: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:3257:98
[INFO] [stdout] |
[INFO] [stdout] 3257 | (::fbthrift::TType::Struct, 3) => field_schema = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `Schema`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `SchemaProp: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:3308:13
[INFO] [stdout] |
[INFO] [stdout] 3308 | ::fbthrift::Serialize::write(&self.schema_prop, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `SchemaProp`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `SchemaProp: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:3332:103
[INFO] [stdout] |
[INFO] [stdout] 3332 | (::fbthrift::TType::Struct, 4) => field_schema_prop = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `SchemaProp`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:3495:13
[INFO] [stdout] |
[INFO] [stdout] 3495 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:3519:98
[INFO] [stdout] |
[INFO] [stdout] 3519 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:3629:13
[INFO] [stdout] |
[INFO] [stdout] 3629 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `Schema: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:3632:13
[INFO] [stdout] |
[INFO] [stdout] 3632 | ::fbthrift::Serialize::write(&self.schema, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `Schema`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:3653:98
[INFO] [stdout] |
[INFO] [stdout] 3653 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `Schema: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:3654:98
[INFO] [stdout] |
[INFO] [stdout] 3654 | (::fbthrift::TType::Struct, 3) => field_schema = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `Schema`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `Schema: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:3700:13
[INFO] [stdout] |
[INFO] [stdout] 3700 | ::fbthrift::Serialize::write(&self.schema, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `Schema`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `Schema: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:3726:98
[INFO] [stdout] |
[INFO] [stdout] 3726 | (::fbthrift::TType::Struct, 3) => field_schema = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `Schema`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `SchemaProp: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:3777:13
[INFO] [stdout] |
[INFO] [stdout] 3777 | ::fbthrift::Serialize::write(&self.schema_prop, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `SchemaProp`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `SchemaProp: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:3801:103
[INFO] [stdout] |
[INFO] [stdout] 3801 | (::fbthrift::TType::Struct, 4) => field_schema_prop = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `SchemaProp`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:3911:13
[INFO] [stdout] |
[INFO] [stdout] 3911 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `Schema: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:3914:13
[INFO] [stdout] |
[INFO] [stdout] 3914 | ::fbthrift::Serialize::write(&self.schema, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `Schema`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:3935:98
[INFO] [stdout] |
[INFO] [stdout] 3935 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `Schema: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:3936:98
[INFO] [stdout] |
[INFO] [stdout] 3936 | (::fbthrift::TType::Struct, 3) => field_schema = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `Schema`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:4098:13
[INFO] [stdout] |
[INFO] [stdout] 4098 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4122:98
[INFO] [stdout] |
[INFO] [stdout] 4122 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:4211:13
[INFO] [stdout] |
[INFO] [stdout] 4211 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4235:98
[INFO] [stdout] |
[INFO] [stdout] 4235 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:4280:17
[INFO] [stdout] |
[INFO] [stdout] 4280 | ::fbthrift::Serialize::write(some, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: GetTType` is not satisfied
[INFO] [stdout] --> src/lib.rs:4284:13
[INFO] [stdout] |
[INFO] [stdout] 4284 | ::fbthrift::Serialize::write(&self.peers, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `GetTType` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Serialize<_>` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4309:98
[INFO] [stdout] |
[INFO] [stdout] 4309 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4310:95
[INFO] [stdout] |
[INFO] [stdout] 4310 | (::fbthrift::TType::List, 3) => field_peers = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4311:95
[INFO] [stdout] |
[INFO] [stdout] 4311 | (::fbthrift::TType::List, 4) => field_losts = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4438:98
[INFO] [stdout] |
[INFO] [stdout] 4438 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:4534:13
[INFO] [stdout] |
[INFO] [stdout] 4534 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: GetTType` is not satisfied
[INFO] [stdout] --> src/lib.rs:4537:13
[INFO] [stdout] |
[INFO] [stdout] 4537 | ::fbthrift::Serialize::write(&self.parts, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `GetTType` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `GetTType` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4558:98
[INFO] [stdout] |
[INFO] [stdout] 4558 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4559:94
[INFO] [stdout] |
[INFO] [stdout] 4559 | (::fbthrift::TType::Map, 3) => field_parts = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `BTreeMap ` for `Vec ` for `BTreeMap ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4620:95
[INFO] [stdout] |
[INFO] [stdout] 4620 | (::fbthrift::TType::List, 2) => field_pairs = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `Pair`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4745:98
[INFO] [stdout] |
[INFO] [stdout] 4745 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:4848:13
[INFO] [stdout] |
[INFO] [stdout] 4848 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:4872:98
[INFO] [stdout] |
[INFO] [stdout] 4872 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:5109:13
[INFO] [stdout] |
[INFO] [stdout] 5109 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5133:98
[INFO] [stdout] |
[INFO] [stdout] 5133 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:5177:13
[INFO] [stdout] |
[INFO] [stdout] 5177 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5205:98
[INFO] [stdout] |
[INFO] [stdout] 5205 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:5251:13
[INFO] [stdout] |
[INFO] [stdout] 5251 | ::fbthrift::Serialize::write(&self.host, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5281:96
[INFO] [stdout] |
[INFO] [stdout] 5281 | (::fbthrift::TType::Struct, 2) => field_host = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:5534:13
[INFO] [stdout] |
[INFO] [stdout] 5534 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `IndexItem: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:5537:13
[INFO] [stdout] |
[INFO] [stdout] 5537 | ::fbthrift::Serialize::write(&self.item, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `IndexItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5558:98
[INFO] [stdout] |
[INFO] [stdout] 5558 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `IndexItem: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5559:96
[INFO] [stdout] |
[INFO] [stdout] 5559 | (::fbthrift::TType::Struct, 3) => field_item = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `IndexItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:5654:13
[INFO] [stdout] |
[INFO] [stdout] 5654 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `IndexItem: GetTType` is not satisfied
[INFO] [stdout] --> src/lib.rs:5657:13
[INFO] [stdout] |
[INFO] [stdout] 5657 | ::fbthrift::Serialize::write(&self.items, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `GetTType` is not implemented for `IndexItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Serialize<_>` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5678:98
[INFO] [stdout] |
[INFO] [stdout] 5678 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `IndexItem: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5679:95
[INFO] [stdout] |
[INFO] [stdout] 5679 | (::fbthrift::TType::List, 3) => field_items = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `IndexItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5953:98
[INFO] [stdout] |
[INFO] [stdout] 5953 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `IndexItem: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:5954:96
[INFO] [stdout] |
[INFO] [stdout] 5954 | (::fbthrift::TType::Struct, 3) => field_item = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `IndexItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:6049:13
[INFO] [stdout] |
[INFO] [stdout] 6049 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `IndexItem: GetTType` is not satisfied
[INFO] [stdout] --> src/lib.rs:6052:13
[INFO] [stdout] |
[INFO] [stdout] 6052 | ::fbthrift::Serialize::write(&self.items, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `GetTType` is not implemented for `IndexItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Serialize<_>` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6073:98
[INFO] [stdout] |
[INFO] [stdout] 6073 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `IndexItem: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6074:95
[INFO] [stdout] |
[INFO] [stdout] 6074 | (::fbthrift::TType::List, 3) => field_items = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `IndexItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6383:101
[INFO] [stdout] |
[INFO] [stdout] 6383 | (::fbthrift::TType::Struct, 1) => field_role_item = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `RoleItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `RoleItem: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:6418:13
[INFO] [stdout] |
[INFO] [stdout] 6418 | ::fbthrift::Serialize::write(&self.role_item, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `RoleItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `RoleItem: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6436:101
[INFO] [stdout] |
[INFO] [stdout] 6436 | (::fbthrift::TType::Struct, 1) => field_role_item = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `RoleItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:6522:13
[INFO] [stdout] |
[INFO] [stdout] 6522 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6546:98
[INFO] [stdout] |
[INFO] [stdout] 6546 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:6695:13
[INFO] [stdout] |
[INFO] [stdout] 6695 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `RoleItem: GetTType` is not satisfied
[INFO] [stdout] --> src/lib.rs:6698:13
[INFO] [stdout] |
[INFO] [stdout] 6698 | ::fbthrift::Serialize::write(&self.roles, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `GetTType` is not implemented for `RoleItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Serialize<_>` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6719:98
[INFO] [stdout] |
[INFO] [stdout] 6719 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `RoleItem: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6720:95
[INFO] [stdout] |
[INFO] [stdout] 6720 | (::fbthrift::TType::List, 3) => field_roles = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `RoleItem`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:6867:98
[INFO] [stdout] |
[INFO] [stdout] 6867 | (::fbthrift::TType::List, 3) => field_host_del = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required because of the requirements on the impl of `Deserialize ` for `Vec ` for `Vec ` is not satisfied
[INFO] [stdout] --> src/lib.rs:7001:98
[INFO] [stdout] |
[INFO] [stdout] 7001 | (::fbthrift::TType::Struct, 3) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:7278:13
[INFO] [stdout] |
[INFO] [stdout] 7278 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:7302:98
[INFO] [stdout] |
[INFO] [stdout] 7302 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:7465:13
[INFO] [stdout] |
[INFO] [stdout] 7465 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:7489:98
[INFO] [stdout] |
[INFO] [stdout] 7489 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:7744:13
[INFO] [stdout] |
[INFO] [stdout] 7744 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:7768:98
[INFO] [stdout] |
[INFO] [stdout] 7768 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Serialize<_>` is not satisfied
[INFO] [stdout] --> src/lib.rs:7924:13
[INFO] [stdout] |
[INFO] [stdout] 7924 | ::fbthrift::Serialize::write(&self.leader, p);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Serialize<_>` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Serialize::write`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0277]: the trait bound `HostAddr: Deserialize ` is not satisfied
[INFO] [stdout] --> src/lib.rs:7948:98
[INFO] [stdout] |
[INFO] [stdout] 7948 | (::fbthrift::TType::Struct, 2) => field_leader = ::std::option::Option::Some(::fbthrift::Deserialize::read(p)?),
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Deserialize ` is not implemented for `HostAddr`
[INFO] [stdout] |
[INFO] [stdout] = note: required by `fbthrift_git::Deserialize::read`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 118 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout]
[INFO] [stderr] error: could not compile `nebula-fbthrift-meta`
[INFO] [stderr]
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 118 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout]
[INFO] [stderr] error: build failed
[INFO] running `Command { std: "docker" "inspect" "55af3db19512be016a4636369050bbd7f94b125a7cb1806b2b062ddabd402518", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55af3db19512be016a4636369050bbd7f94b125a7cb1806b2b062ddabd402518", kill_on_drop: false }`
[INFO] [stdout] 55af3db19512be016a4636369050bbd7f94b125a7cb1806b2b062ddabd402518