[INFO] fetching crate protobuf-well-known-types 4.33.0-release... [INFO] checking protobuf-well-known-types-4.33.0-release against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate protobuf-well-known-types 4.33.0-release into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate protobuf-well-known-types 4.33.0-release [INFO] finished tweaking crates.io crate protobuf-well-known-types 4.33.0-release [INFO] tweaked toml for crates.io crate protobuf-well-known-types 4.33.0-release written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate protobuf-well-known-types 4.33.0-release on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate protobuf-well-known-types 4.33.0-release already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c66ec60319adf57192ef5b0e9090690ec3fdb70edf00366d82e8b094da99ea80 [INFO] running `Command { std: "docker" "start" "-a" "c66ec60319adf57192ef5b0e9090690ec3fdb70edf00366d82e8b094da99ea80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c66ec60319adf57192ef5b0e9090690ec3fdb70edf00366d82e8b094da99ea80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c66ec60319adf57192ef5b0e9090690ec3fdb70edf00366d82e8b094da99ea80", kill_on_drop: false }` [INFO] [stdout] c66ec60319adf57192ef5b0e9090690ec3fdb70edf00366d82e8b094da99ea80 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f849aa34bc209a61f9dbc59989d42ed55c00677a569cd7a21b0bcf5faa3190f6 [INFO] running `Command { std: "docker" "start" "-a" "f849aa34bc209a61f9dbc59989d42ed55c00677a569cd7a21b0bcf5faa3190f6", kill_on_drop: false }` [INFO] [stderr] Checking protobuf-codegen v4.33.0-release [INFO] [stderr] Compiling cc v1.2.41 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling protobuf v4.33.0-release [INFO] [stderr] Compiling protobuf-macros v4.33.0-release [INFO] [stderr] Checking protobuf-well-known-types v4.33.0-release (/opt/rustwide/workdir) [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:173:7 [INFO] [stdout] | [INFO] [stdout] 173 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 174 | | 6, (super::Syntax::Proto2).into() [INFO] [stdout] 175 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:512:7 [INFO] [stdout] | [INFO] [stdout] 512 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 513 | | 6, (super::Syntax::Proto2).into() [INFO] [stdout] 514 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:850:7 [INFO] [stdout] | [INFO] [stdout] 850 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 851 | | 6, (super::Syntax::Proto2).into() [INFO] [stdout] 852 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1095:7 [INFO] [stdout] | [INFO] [stdout] 1095 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1096 | | 2, (false).into() [INFO] [stdout] 1097 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1121:7 [INFO] [stdout] | [INFO] [stdout] 1121 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1122 | | 4, (false).into() [INFO] [stdout] 1123 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1150:7 [INFO] [stdout] | [INFO] [stdout] 1150 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1151 | | 6, (super::Syntax::Proto2).into() [INFO] [stdout] 1152 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1322:7 [INFO] [stdout] | [INFO] [stdout] 1322 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1323 | | 2, (false).into() [INFO] [stdout] 1324 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1374:7 [INFO] [stdout] | [INFO] [stdout] 1374 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1375 | | 4, (false).into() [INFO] [stdout] 1376 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1440:7 [INFO] [stdout] | [INFO] [stdout] 1440 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1441 | | 6, (super::Syntax::Proto2).into() [INFO] [stdout] 1442 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1611:7 [INFO] [stdout] | [INFO] [stdout] 1611 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1612 | | 2, (false).into() [INFO] [stdout] 1613 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1663:7 [INFO] [stdout] | [INFO] [stdout] 1663 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1664 | | 4, (false).into() [INFO] [stdout] 1665 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1729:7 [INFO] [stdout] | [INFO] [stdout] 1729 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1730 | | 6, (super::Syntax::Proto2).into() [INFO] [stdout] 1731 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/duration.u.pb.rs:91:7 [INFO] [stdout] | [INFO] [stdout] 91 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 92 | | 0, (0i64).into() [INFO] [stdout] 93 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/duration.u.pb.rs:106:7 [INFO] [stdout] | [INFO] [stdout] 106 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 107 | | 1, (0i32).into() [INFO] [stdout] 108 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/duration.u.pb.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 216 | | 0, (0i64).into() [INFO] [stdout] 217 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/duration.u.pb.rs:241:7 [INFO] [stdout] | [INFO] [stdout] 241 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 242 | | 1, (0i32).into() [INFO] [stdout] 243 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/duration.u.pb.rs:334:7 [INFO] [stdout] | [INFO] [stdout] 334 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 335 | | 0, (0i64).into() [INFO] [stdout] 336 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/duration.u.pb.rs:360:7 [INFO] [stdout] | [INFO] [stdout] 360 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 361 | | 1, (0i32).into() [INFO] [stdout] 362 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:536:7 [INFO] [stdout] | [INFO] [stdout] 536 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 537 | | 0, (super::NullValue::NullValue).into() [INFO] [stdout] 538 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:559:7 [INFO] [stdout] | [INFO] [stdout] 559 | / self.inner.ptr().get_f64_at_index( [INFO] [stdout] 560 | | 1, (0f64).into() [INFO] [stdout] 561 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:601:7 [INFO] [stdout] | [INFO] [stdout] 601 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 602 | | 3, (false).into() [INFO] [stdout] 603 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:787:7 [INFO] [stdout] | [INFO] [stdout] 787 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 788 | | 0, (super::NullValue::NullValue).into() [INFO] [stdout] 789 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:828:7 [INFO] [stdout] | [INFO] [stdout] 828 | / self.inner.ptr().get_f64_at_index( [INFO] [stdout] 829 | | 1, (0f64).into() [INFO] [stdout] 830 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:910:7 [INFO] [stdout] | [INFO] [stdout] 910 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 911 | | 3, (false).into() [INFO] [stdout] 912 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:1138:7 [INFO] [stdout] | [INFO] [stdout] 1138 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1139 | | 0, (super::NullValue::NullValue).into() [INFO] [stdout] 1140 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:1179:7 [INFO] [stdout] | [INFO] [stdout] 1179 | / self.inner.ptr().get_f64_at_index( [INFO] [stdout] 1180 | | 1, (0f64).into() [INFO] [stdout] 1181 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:1261:7 [INFO] [stdout] | [INFO] [stdout] 1261 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1262 | | 3, (false).into() [INFO] [stdout] 1263 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/timestamp.u.pb.rs:91:7 [INFO] [stdout] | [INFO] [stdout] 91 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 92 | | 0, (0i64).into() [INFO] [stdout] 93 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/timestamp.u.pb.rs:106:7 [INFO] [stdout] | [INFO] [stdout] 106 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 107 | | 1, (0i32).into() [INFO] [stdout] 108 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/timestamp.u.pb.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 216 | | 0, (0i64).into() [INFO] [stdout] 217 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/timestamp.u.pb.rs:241:7 [INFO] [stdout] | [INFO] [stdout] 241 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 242 | | 1, (0i32).into() [INFO] [stdout] 243 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/timestamp.u.pb.rs:334:7 [INFO] [stdout] | [INFO] [stdout] 334 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 335 | | 0, (0i64).into() [INFO] [stdout] 336 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/timestamp.u.pb.rs:360:7 [INFO] [stdout] | [INFO] [stdout] 360 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 361 | | 1, (0i32).into() [INFO] [stdout] 362 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:162:7 [INFO] [stdout] | [INFO] [stdout] 162 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 163 | | 5, (super::Syntax::Proto2).into() [INFO] [stdout] 164 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:475:7 [INFO] [stdout] | [INFO] [stdout] 475 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 476 | | 5, (super::Syntax::Proto2).into() [INFO] [stdout] 477 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:787:7 [INFO] [stdout] | [INFO] [stdout] 787 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 788 | | 5, (super::Syntax::Proto2).into() [INFO] [stdout] 789 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1009:7 [INFO] [stdout] | [INFO] [stdout] 1009 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1010 | | 0, (super::field::Kind::TypeUnknown).into() [INFO] [stdout] 1011 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1024:7 [INFO] [stdout] | [INFO] [stdout] 1024 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1025 | | 1, (super::field::Cardinality::Unknown).into() [INFO] [stdout] 1026 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1039:7 [INFO] [stdout] | [INFO] [stdout] 1039 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1040 | | 2, (0i32).into() [INFO] [stdout] 1041 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1076:7 [INFO] [stdout] | [INFO] [stdout] 1076 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1077 | | 5, (0i32).into() [INFO] [stdout] 1078 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1091:7 [INFO] [stdout] | [INFO] [stdout] 1091 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1092 | | 6, (false).into() [INFO] [stdout] 1093 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1236:7 [INFO] [stdout] | [INFO] [stdout] 1236 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1237 | | 0, (super::field::Kind::TypeUnknown).into() [INFO] [stdout] 1238 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1262:7 [INFO] [stdout] | [INFO] [stdout] 1262 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1263 | | 1, (super::field::Cardinality::Unknown).into() [INFO] [stdout] 1264 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1288:7 [INFO] [stdout] | [INFO] [stdout] 1288 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1289 | | 2, (0i32).into() [INFO] [stdout] 1290 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1366:7 [INFO] [stdout] | [INFO] [stdout] 1366 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1367 | | 5, (0i32).into() [INFO] [stdout] 1368 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1392:7 [INFO] [stdout] | [INFO] [stdout] 1392 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1393 | | 6, (false).into() [INFO] [stdout] 1394 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1577:7 [INFO] [stdout] | [INFO] [stdout] 1577 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1578 | | 0, (super::field::Kind::TypeUnknown).into() [INFO] [stdout] 1579 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1603:7 [INFO] [stdout] | [INFO] [stdout] 1603 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1604 | | 1, (super::field::Cardinality::Unknown).into() [INFO] [stdout] 1605 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1629:7 [INFO] [stdout] | [INFO] [stdout] 1629 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1630 | | 2, (0i32).into() [INFO] [stdout] 1631 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1707:7 [INFO] [stdout] | [INFO] [stdout] 1707 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1708 | | 5, (0i32).into() [INFO] [stdout] 1709 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1733:7 [INFO] [stdout] | [INFO] [stdout] 1733 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1734 | | 6, (false).into() [INFO] [stdout] 1735 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:2295:7 [INFO] [stdout] | [INFO] [stdout] 2295 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 2296 | | 4, (super::Syntax::Proto2).into() [INFO] [stdout] 2297 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:2568:7 [INFO] [stdout] | [INFO] [stdout] 2568 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 2569 | | 4, (super::Syntax::Proto2).into() [INFO] [stdout] 2570 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:2840:7 [INFO] [stdout] | [INFO] [stdout] 2840 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 2841 | | 4, (super::Syntax::Proto2).into() [INFO] [stdout] 2842 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:3073:7 [INFO] [stdout] | [INFO] [stdout] 3073 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 3074 | | 1, (0i32).into() [INFO] [stdout] 3075 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:3222:7 [INFO] [stdout] | [INFO] [stdout] 3222 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 3223 | | 1, (0i32).into() [INFO] [stdout] 3224 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:3381:7 [INFO] [stdout] | [INFO] [stdout] 3381 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 3382 | | 1, (0i32).into() [INFO] [stdout] 3383 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:91:7 [INFO] [stdout] | [INFO] [stdout] 91 | / self.inner.ptr().get_f64_at_index( [INFO] [stdout] 92 | | 0, (0f64).into() [INFO] [stdout] 93 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:200:7 [INFO] [stdout] | [INFO] [stdout] 200 | / self.inner.ptr().get_f64_at_index( [INFO] [stdout] 201 | | 0, (0f64).into() [INFO] [stdout] 202 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:293:7 [INFO] [stdout] | [INFO] [stdout] 293 | / self.inner.ptr().get_f64_at_index( [INFO] [stdout] 294 | | 0, (0f64).into() [INFO] [stdout] 295 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:486:7 [INFO] [stdout] | [INFO] [stdout] 486 | / self.inner.ptr().get_f32_at_index( [INFO] [stdout] 487 | | 0, (0f32).into() [INFO] [stdout] 488 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:595:7 [INFO] [stdout] | [INFO] [stdout] 595 | / self.inner.ptr().get_f32_at_index( [INFO] [stdout] 596 | | 0, (0f32).into() [INFO] [stdout] 597 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:688:7 [INFO] [stdout] | [INFO] [stdout] 688 | / self.inner.ptr().get_f32_at_index( [INFO] [stdout] 689 | | 0, (0f32).into() [INFO] [stdout] 690 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:881:7 [INFO] [stdout] | [INFO] [stdout] 881 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 882 | | 0, (0i64).into() [INFO] [stdout] 883 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:990:7 [INFO] [stdout] | [INFO] [stdout] 990 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 991 | | 0, (0i64).into() [INFO] [stdout] 992 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:1083:7 [INFO] [stdout] | [INFO] [stdout] 1083 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 1084 | | 0, (0i64).into() [INFO] [stdout] 1085 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:1276:7 [INFO] [stdout] | [INFO] [stdout] 1276 | / self.inner.ptr().get_u64_at_index( [INFO] [stdout] 1277 | | 0, (0u64).into() [INFO] [stdout] 1278 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:1385:7 [INFO] [stdout] | [INFO] [stdout] 1385 | / self.inner.ptr().get_u64_at_index( [INFO] [stdout] 1386 | | 0, (0u64).into() [INFO] [stdout] 1387 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:1478:7 [INFO] [stdout] | [INFO] [stdout] 1478 | / self.inner.ptr().get_u64_at_index( [INFO] [stdout] 1479 | | 0, (0u64).into() [INFO] [stdout] 1480 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:1671:7 [INFO] [stdout] | [INFO] [stdout] 1671 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1672 | | 0, (0i32).into() [INFO] [stdout] 1673 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:1780:7 [INFO] [stdout] | [INFO] [stdout] 1780 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1781 | | 0, (0i32).into() [INFO] [stdout] 1782 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:1873:7 [INFO] [stdout] | [INFO] [stdout] 1873 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1874 | | 0, (0i32).into() [INFO] [stdout] 1875 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:2066:7 [INFO] [stdout] | [INFO] [stdout] 2066 | / self.inner.ptr().get_u32_at_index( [INFO] [stdout] 2067 | | 0, (0u32).into() [INFO] [stdout] 2068 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:2175:7 [INFO] [stdout] | [INFO] [stdout] 2175 | / self.inner.ptr().get_u32_at_index( [INFO] [stdout] 2176 | | 0, (0u32).into() [INFO] [stdout] 2177 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:2268:7 [INFO] [stdout] | [INFO] [stdout] 2268 | / self.inner.ptr().get_u32_at_index( [INFO] [stdout] 2269 | | 0, (0u32).into() [INFO] [stdout] 2270 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:2461:7 [INFO] [stdout] | [INFO] [stdout] 2461 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 2462 | | 0, (false).into() [INFO] [stdout] 2463 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:2570:7 [INFO] [stdout] | [INFO] [stdout] 2570 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 2571 | | 0, (false).into() [INFO] [stdout] 2572 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:2663:7 [INFO] [stdout] | [INFO] [stdout] 2663 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 2664 | | 0, (false).into() [INFO] [stdout] 2665 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `protobuf-well-known-types` (lib test) due to 78 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:173:7 [INFO] [stdout] | [INFO] [stdout] 173 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 174 | | 6, (super::Syntax::Proto2).into() [INFO] [stdout] 175 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:512:7 [INFO] [stdout] | [INFO] [stdout] 512 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 513 | | 6, (super::Syntax::Proto2).into() [INFO] [stdout] 514 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:850:7 [INFO] [stdout] | [INFO] [stdout] 850 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 851 | | 6, (super::Syntax::Proto2).into() [INFO] [stdout] 852 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1095:7 [INFO] [stdout] | [INFO] [stdout] 1095 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1096 | | 2, (false).into() [INFO] [stdout] 1097 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1121:7 [INFO] [stdout] | [INFO] [stdout] 1121 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1122 | | 4, (false).into() [INFO] [stdout] 1123 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1150:7 [INFO] [stdout] | [INFO] [stdout] 1150 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1151 | | 6, (super::Syntax::Proto2).into() [INFO] [stdout] 1152 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1322:7 [INFO] [stdout] | [INFO] [stdout] 1322 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1323 | | 2, (false).into() [INFO] [stdout] 1324 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1374:7 [INFO] [stdout] | [INFO] [stdout] 1374 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1375 | | 4, (false).into() [INFO] [stdout] 1376 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1440:7 [INFO] [stdout] | [INFO] [stdout] 1440 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1441 | | 6, (super::Syntax::Proto2).into() [INFO] [stdout] 1442 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1611:7 [INFO] [stdout] | [INFO] [stdout] 1611 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1612 | | 2, (false).into() [INFO] [stdout] 1613 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1663:7 [INFO] [stdout] | [INFO] [stdout] 1663 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1664 | | 4, (false).into() [INFO] [stdout] 1665 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/api.u.pb.rs:1729:7 [INFO] [stdout] | [INFO] [stdout] 1729 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1730 | | 6, (super::Syntax::Proto2).into() [INFO] [stdout] 1731 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/duration.u.pb.rs:91:7 [INFO] [stdout] | [INFO] [stdout] 91 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 92 | | 0, (0i64).into() [INFO] [stdout] 93 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/duration.u.pb.rs:106:7 [INFO] [stdout] | [INFO] [stdout] 106 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 107 | | 1, (0i32).into() [INFO] [stdout] 108 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/duration.u.pb.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 216 | | 0, (0i64).into() [INFO] [stdout] 217 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/duration.u.pb.rs:241:7 [INFO] [stdout] | [INFO] [stdout] 241 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 242 | | 1, (0i32).into() [INFO] [stdout] 243 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/duration.u.pb.rs:334:7 [INFO] [stdout] | [INFO] [stdout] 334 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 335 | | 0, (0i64).into() [INFO] [stdout] 336 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/duration.u.pb.rs:360:7 [INFO] [stdout] | [INFO] [stdout] 360 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 361 | | 1, (0i32).into() [INFO] [stdout] 362 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:536:7 [INFO] [stdout] | [INFO] [stdout] 536 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 537 | | 0, (super::NullValue::NullValue).into() [INFO] [stdout] 538 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:559:7 [INFO] [stdout] | [INFO] [stdout] 559 | / self.inner.ptr().get_f64_at_index( [INFO] [stdout] 560 | | 1, (0f64).into() [INFO] [stdout] 561 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:601:7 [INFO] [stdout] | [INFO] [stdout] 601 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 602 | | 3, (false).into() [INFO] [stdout] 603 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:787:7 [INFO] [stdout] | [INFO] [stdout] 787 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 788 | | 0, (super::NullValue::NullValue).into() [INFO] [stdout] 789 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:828:7 [INFO] [stdout] | [INFO] [stdout] 828 | / self.inner.ptr().get_f64_at_index( [INFO] [stdout] 829 | | 1, (0f64).into() [INFO] [stdout] 830 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:910:7 [INFO] [stdout] | [INFO] [stdout] 910 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 911 | | 3, (false).into() [INFO] [stdout] 912 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:1138:7 [INFO] [stdout] | [INFO] [stdout] 1138 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1139 | | 0, (super::NullValue::NullValue).into() [INFO] [stdout] 1140 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:1179:7 [INFO] [stdout] | [INFO] [stdout] 1179 | / self.inner.ptr().get_f64_at_index( [INFO] [stdout] 1180 | | 1, (0f64).into() [INFO] [stdout] 1181 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/struct.u.pb.rs:1261:7 [INFO] [stdout] | [INFO] [stdout] 1261 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1262 | | 3, (false).into() [INFO] [stdout] 1263 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/timestamp.u.pb.rs:91:7 [INFO] [stdout] | [INFO] [stdout] 91 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 92 | | 0, (0i64).into() [INFO] [stdout] 93 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/timestamp.u.pb.rs:106:7 [INFO] [stdout] | [INFO] [stdout] 106 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 107 | | 1, (0i32).into() [INFO] [stdout] 108 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/timestamp.u.pb.rs:215:7 [INFO] [stdout] | [INFO] [stdout] 215 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 216 | | 0, (0i64).into() [INFO] [stdout] 217 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/timestamp.u.pb.rs:241:7 [INFO] [stdout] | [INFO] [stdout] 241 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 242 | | 1, (0i32).into() [INFO] [stdout] 243 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/timestamp.u.pb.rs:334:7 [INFO] [stdout] | [INFO] [stdout] 334 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 335 | | 0, (0i64).into() [INFO] [stdout] 336 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/timestamp.u.pb.rs:360:7 [INFO] [stdout] | [INFO] [stdout] 360 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 361 | | 1, (0i32).into() [INFO] [stdout] 362 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:162:7 [INFO] [stdout] | [INFO] [stdout] 162 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 163 | | 5, (super::Syntax::Proto2).into() [INFO] [stdout] 164 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:475:7 [INFO] [stdout] | [INFO] [stdout] 475 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 476 | | 5, (super::Syntax::Proto2).into() [INFO] [stdout] 477 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:787:7 [INFO] [stdout] | [INFO] [stdout] 787 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 788 | | 5, (super::Syntax::Proto2).into() [INFO] [stdout] 789 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1009:7 [INFO] [stdout] | [INFO] [stdout] 1009 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1010 | | 0, (super::field::Kind::TypeUnknown).into() [INFO] [stdout] 1011 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1024:7 [INFO] [stdout] | [INFO] [stdout] 1024 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1025 | | 1, (super::field::Cardinality::Unknown).into() [INFO] [stdout] 1026 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1039:7 [INFO] [stdout] | [INFO] [stdout] 1039 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1040 | | 2, (0i32).into() [INFO] [stdout] 1041 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1076:7 [INFO] [stdout] | [INFO] [stdout] 1076 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1077 | | 5, (0i32).into() [INFO] [stdout] 1078 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1091:7 [INFO] [stdout] | [INFO] [stdout] 1091 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1092 | | 6, (false).into() [INFO] [stdout] 1093 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1236:7 [INFO] [stdout] | [INFO] [stdout] 1236 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1237 | | 0, (super::field::Kind::TypeUnknown).into() [INFO] [stdout] 1238 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1262:7 [INFO] [stdout] | [INFO] [stdout] 1262 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1263 | | 1, (super::field::Cardinality::Unknown).into() [INFO] [stdout] 1264 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1288:7 [INFO] [stdout] | [INFO] [stdout] 1288 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1289 | | 2, (0i32).into() [INFO] [stdout] 1290 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1366:7 [INFO] [stdout] | [INFO] [stdout] 1366 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1367 | | 5, (0i32).into() [INFO] [stdout] 1368 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1392:7 [INFO] [stdout] | [INFO] [stdout] 1392 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1393 | | 6, (false).into() [INFO] [stdout] 1394 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1577:7 [INFO] [stdout] | [INFO] [stdout] 1577 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1578 | | 0, (super::field::Kind::TypeUnknown).into() [INFO] [stdout] 1579 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1603:7 [INFO] [stdout] | [INFO] [stdout] 1603 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1604 | | 1, (super::field::Cardinality::Unknown).into() [INFO] [stdout] 1605 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1629:7 [INFO] [stdout] | [INFO] [stdout] 1629 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1630 | | 2, (0i32).into() [INFO] [stdout] 1631 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1707:7 [INFO] [stdout] | [INFO] [stdout] 1707 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1708 | | 5, (0i32).into() [INFO] [stdout] 1709 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:1733:7 [INFO] [stdout] | [INFO] [stdout] 1733 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 1734 | | 6, (false).into() [INFO] [stdout] 1735 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:2295:7 [INFO] [stdout] | [INFO] [stdout] 2295 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 2296 | | 4, (super::Syntax::Proto2).into() [INFO] [stdout] 2297 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:2568:7 [INFO] [stdout] | [INFO] [stdout] 2568 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 2569 | | 4, (super::Syntax::Proto2).into() [INFO] [stdout] 2570 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:2840:7 [INFO] [stdout] | [INFO] [stdout] 2840 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 2841 | | 4, (super::Syntax::Proto2).into() [INFO] [stdout] 2842 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:3073:7 [INFO] [stdout] | [INFO] [stdout] 3073 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 3074 | | 1, (0i32).into() [INFO] [stdout] 3075 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:3222:7 [INFO] [stdout] | [INFO] [stdout] 3222 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 3223 | | 1, (0i32).into() [INFO] [stdout] 3224 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/type.u.pb.rs:3381:7 [INFO] [stdout] | [INFO] [stdout] 3381 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 3382 | | 1, (0i32).into() [INFO] [stdout] 3383 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:91:7 [INFO] [stdout] | [INFO] [stdout] 91 | / self.inner.ptr().get_f64_at_index( [INFO] [stdout] 92 | | 0, (0f64).into() [INFO] [stdout] 93 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:200:7 [INFO] [stdout] | [INFO] [stdout] 200 | / self.inner.ptr().get_f64_at_index( [INFO] [stdout] 201 | | 0, (0f64).into() [INFO] [stdout] 202 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:293:7 [INFO] [stdout] | [INFO] [stdout] 293 | / self.inner.ptr().get_f64_at_index( [INFO] [stdout] 294 | | 0, (0f64).into() [INFO] [stdout] 295 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:486:7 [INFO] [stdout] | [INFO] [stdout] 486 | / self.inner.ptr().get_f32_at_index( [INFO] [stdout] 487 | | 0, (0f32).into() [INFO] [stdout] 488 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:595:7 [INFO] [stdout] | [INFO] [stdout] 595 | / self.inner.ptr().get_f32_at_index( [INFO] [stdout] 596 | | 0, (0f32).into() [INFO] [stdout] 597 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:688:7 [INFO] [stdout] | [INFO] [stdout] 688 | / self.inner.ptr().get_f32_at_index( [INFO] [stdout] 689 | | 0, (0f32).into() [INFO] [stdout] 690 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:881:7 [INFO] [stdout] | [INFO] [stdout] 881 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 882 | | 0, (0i64).into() [INFO] [stdout] 883 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:990:7 [INFO] [stdout] | [INFO] [stdout] 990 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 991 | | 0, (0i64).into() [INFO] [stdout] 992 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:1083:7 [INFO] [stdout] | [INFO] [stdout] 1083 | / self.inner.ptr().get_i64_at_index( [INFO] [stdout] 1084 | | 0, (0i64).into() [INFO] [stdout] 1085 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:1276:7 [INFO] [stdout] | [INFO] [stdout] 1276 | / self.inner.ptr().get_u64_at_index( [INFO] [stdout] 1277 | | 0, (0u64).into() [INFO] [stdout] 1278 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:1385:7 [INFO] [stdout] | [INFO] [stdout] 1385 | / self.inner.ptr().get_u64_at_index( [INFO] [stdout] 1386 | | 0, (0u64).into() [INFO] [stdout] 1387 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:1478:7 [INFO] [stdout] | [INFO] [stdout] 1478 | / self.inner.ptr().get_u64_at_index( [INFO] [stdout] 1479 | | 0, (0u64).into() [INFO] [stdout] 1480 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:1671:7 [INFO] [stdout] | [INFO] [stdout] 1671 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1672 | | 0, (0i32).into() [INFO] [stdout] 1673 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:1780:7 [INFO] [stdout] | [INFO] [stdout] 1780 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1781 | | 0, (0i32).into() [INFO] [stdout] 1782 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:1873:7 [INFO] [stdout] | [INFO] [stdout] 1873 | / self.inner.ptr().get_i32_at_index( [INFO] [stdout] 1874 | | 0, (0i32).into() [INFO] [stdout] 1875 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:2066:7 [INFO] [stdout] | [INFO] [stdout] 2066 | / self.inner.ptr().get_u32_at_index( [INFO] [stdout] 2067 | | 0, (0u32).into() [INFO] [stdout] 2068 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:2175:7 [INFO] [stdout] | [INFO] [stdout] 2175 | / self.inner.ptr().get_u32_at_index( [INFO] [stdout] 2176 | | 0, (0u32).into() [INFO] [stdout] 2177 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:2268:7 [INFO] [stdout] | [INFO] [stdout] 2268 | / self.inner.ptr().get_u32_at_index( [INFO] [stdout] 2269 | | 0, (0u32).into() [INFO] [stdout] 2270 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:2461:7 [INFO] [stdout] | [INFO] [stdout] 2461 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 2462 | | 0, (false).into() [INFO] [stdout] 2463 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:2570:7 [INFO] [stdout] | [INFO] [stdout] 2570 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 2571 | | 0, (false).into() [INFO] [stdout] 2572 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/wrappers.u.pb.rs:2663:7 [INFO] [stdout] | [INFO] [stdout] 2663 | / self.inner.ptr().get_bool_at_index( [INFO] [stdout] 2664 | | 0, (false).into() [INFO] [stdout] 2665 | | ).try_into().unwrap() [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `protobuf-well-known-types` (lib) due to 78 previous errors [INFO] running `Command { std: "docker" "inspect" "f849aa34bc209a61f9dbc59989d42ed55c00677a569cd7a21b0bcf5faa3190f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f849aa34bc209a61f9dbc59989d42ed55c00677a569cd7a21b0bcf5faa3190f6", kill_on_drop: false }` [INFO] [stdout] f849aa34bc209a61f9dbc59989d42ed55c00677a569cd7a21b0bcf5faa3190f6