[INFO] fetching crate aws-sdk-geoplaces 1.43.0... [INFO] checking aws-sdk-geoplaces-1.43.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate aws-sdk-geoplaces 1.43.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate aws-sdk-geoplaces 1.43.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate aws-sdk-geoplaces 1.43.0 [INFO] tweaked toml for crates.io crate aws-sdk-geoplaces 1.43.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate aws-sdk-geoplaces 1.43.0 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 aws-sdk-geoplaces 1.43.0 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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 9dd6ee96e7ee6bbb72ef130754befb583c4610f0b67d3e5b8475437241a9b72f [INFO] running `Command { std: "docker" "start" "-a" "9dd6ee96e7ee6bbb72ef130754befb583c4610f0b67d3e5b8475437241a9b72f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9dd6ee96e7ee6bbb72ef130754befb583c4610f0b67d3e5b8475437241a9b72f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dd6ee96e7ee6bbb72ef130754befb583c4610f0b67d3e5b8475437241a9b72f", kill_on_drop: false }` [INFO] [stdout] 9dd6ee96e7ee6bbb72ef130754befb583c4610f0b67d3e5b8475437241a9b72f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] cd75e13e749e410aed17db720e76c14b900a28ac21e877c8d47d8f37c6a37c4a [INFO] running `Command { std: "docker" "start" "-a" "cd75e13e749e410aed17db720e76c14b900a28ac21e877c8d47d8f37c6a37c4a", kill_on_drop: false }` [INFO] [stderr] Checking aws-sdk-geoplaces v1.43.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/config.rs:1403:39 [INFO] [stdout] | [INFO] [stdout] 1403 | ... .map(|it| it.parse().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/types/_autocomplete_additional_feature.rs:61:93 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 62 | | ::std::result::Result::Ok(AutocompleteAdditionalFeature::from(s)) [INFO] [stdout] 63 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_autocomplete_additional_feature.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(AutocompleteAdditionalFeature::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_autocomplete_filter_place_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(AutocompleteFilterPlaceType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_autocomplete_filter_place_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(AutocompleteFilterPlaceType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_autocomplete_intended_use.rs:61:93 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 62 | | ::std::result::Result::Ok(AutocompleteIntendedUse::from(s)) [INFO] [stdout] 63 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_autocomplete_intended_use.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(AutocompleteIntendedUse::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_geocode_additional_feature.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(GeocodeAdditionalFeature::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_geocode_additional_feature.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(GeocodeAdditionalFeature::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_geocode_filter_place_type.rs:79:93 [INFO] [stdout] | [INFO] [stdout] 79 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 80 | | ::std::result::Result::Ok(GeocodeFilterPlaceType::from(s)) [INFO] [stdout] 81 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_geocode_filter_place_type.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | ::std::result::Result::Ok(GeocodeFilterPlaceType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_geocode_intended_use.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(GeocodeIntendedUse::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_geocode_intended_use.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(GeocodeIntendedUse::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_get_place_additional_feature.rs:77:93 [INFO] [stdout] | [INFO] [stdout] 77 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 78 | | ::std::result::Result::Ok(GetPlaceAdditionalFeature::from(s)) [INFO] [stdout] 79 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_get_place_additional_feature.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | ::std::result::Result::Ok(GetPlaceAdditionalFeature::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_get_place_intended_use.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(GetPlaceIntendedUse::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_get_place_intended_use.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(GetPlaceIntendedUse::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_place_type.rs:115:93 [INFO] [stdout] | [INFO] [stdout] 115 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 116 | | ::std::result::Result::Ok(PlaceType::from(s)) [INFO] [stdout] 117 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_place_type.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | ::std::result::Result::Ok(PlaceType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_postal_authority.rs:59:93 [INFO] [stdout] | [INFO] [stdout] 59 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 60 | | ::std::result::Result::Ok(PostalAuthority::from(s)) [INFO] [stdout] 61 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_postal_authority.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | ::std::result::Result::Ok(PostalAuthority::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_postal_code_mode.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(PostalCodeMode::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_postal_code_mode.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(PostalCodeMode::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_postal_code_type.rs:63:93 [INFO] [stdout] | [INFO] [stdout] 63 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 64 | | ::std::result::Result::Ok(PostalCodeType::from(s)) [INFO] [stdout] 65 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_postal_code_type.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | ::std::result::Result::Ok(PostalCodeType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_query_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(QueryType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_query_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(QueryType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_record_type_code.rs:79:93 [INFO] [stdout] | [INFO] [stdout] 79 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 80 | | ::std::result::Result::Ok(RecordTypeCode::from(s)) [INFO] [stdout] 81 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_record_type_code.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | ::std::result::Result::Ok(RecordTypeCode::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reverse_geocode_additional_feature.rs:69:93 [INFO] [stdout] | [INFO] [stdout] 69 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 70 | | ::std::result::Result::Ok(ReverseGeocodeAdditionalFeature::from(s)) [INFO] [stdout] 71 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reverse_geocode_additional_feature.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(ReverseGeocodeAdditionalFeature::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reverse_geocode_filter_place_type.rs:77:93 [INFO] [stdout] | [INFO] [stdout] 77 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 78 | | ::std::result::Result::Ok(ReverseGeocodeFilterPlaceType::from(s)) [INFO] [stdout] 79 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reverse_geocode_filter_place_type.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | ::std::result::Result::Ok(ReverseGeocodeFilterPlaceType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reverse_geocode_intended_use.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(ReverseGeocodeIntendedUse::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reverse_geocode_intended_use.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(ReverseGeocodeIntendedUse::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_nearby_additional_feature.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(SearchNearbyAdditionalFeature::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_nearby_additional_feature.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(SearchNearbyAdditionalFeature::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_nearby_intended_use.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(SearchNearbyIntendedUse::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_nearby_intended_use.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(SearchNearbyIntendedUse::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_text_additional_feature.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(SearchTextAdditionalFeature::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_text_additional_feature.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(SearchTextAdditionalFeature::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_text_intended_use.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(SearchTextIntendedUse::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_text_intended_use.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(SearchTextIntendedUse::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_suggest_additional_feature.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(SuggestAdditionalFeature::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_suggest_additional_feature.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(SuggestAdditionalFeature::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_suggest_intended_use.rs:61:93 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 62 | | ::std::result::Result::Ok(SuggestIntendedUse::from(s)) [INFO] [stdout] 63 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_suggest_intended_use.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(SuggestIntendedUse::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_suggest_result_item_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(SuggestResultItemType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_suggest_result_item_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(SuggestResultItemType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_type_placement.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(TypePlacement::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_type_placement.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(TypePlacement::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_validation_exception_reason.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(ValidationExceptionReason::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_validation_exception_reason.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(ValidationExceptionReason::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_zip_classification_code.rs:67:93 [INFO] [stdout] | [INFO] [stdout] 67 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 68 | | ::std::result::Result::Ok(ZipClassificationCode::from(s)) [INFO] [stdout] 69 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_zip_classification_code.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | ::std::result::Result::Ok(ZipClassificationCode::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:36:26 [INFO] [stdout] | [INFO] [stdout] 36 | builder.reason = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:69:30 [INFO] [stdout] | [INFO] [stdout] 69 | builder.place_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:121:30 [INFO] [stdout] | [INFO] [stdout] 121 | builder.place_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:143:30 [INFO] [stdout] | [INFO] [stdout] 143 | builder.place_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:175:30 [INFO] [stdout] | [INFO] [stdout] 175 | builder.place_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:208:30 [INFO] [stdout] | [INFO] [stdout] 208 | builder.place_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:223:30 [INFO] [stdout] | [INFO] [stdout] 223 | builder.place_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:238:30 [INFO] [stdout] | [INFO] [stdout] 238 | builder.place_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:253:44 [INFO] [stdout] | [INFO] [stdout] 253 | builder.suggest_result_item_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/config.rs:1403:39 [INFO] [stdout] | [INFO] [stdout] 1403 | ... .map(|it| it.parse().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/types/_autocomplete_additional_feature.rs:61:93 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 62 | | ::std::result::Result::Ok(AutocompleteAdditionalFeature::from(s)) [INFO] [stdout] 63 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_autocomplete_additional_feature.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(AutocompleteAdditionalFeature::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_autocomplete_filter_place_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(AutocompleteFilterPlaceType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_autocomplete_filter_place_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(AutocompleteFilterPlaceType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_autocomplete_intended_use.rs:61:93 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 62 | | ::std::result::Result::Ok(AutocompleteIntendedUse::from(s)) [INFO] [stdout] 63 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_autocomplete_intended_use.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(AutocompleteIntendedUse::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_geocode_additional_feature.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(GeocodeAdditionalFeature::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_geocode_additional_feature.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(GeocodeAdditionalFeature::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_geocode_filter_place_type.rs:79:93 [INFO] [stdout] | [INFO] [stdout] 79 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 80 | | ::std::result::Result::Ok(GeocodeFilterPlaceType::from(s)) [INFO] [stdout] 81 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_geocode_filter_place_type.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | ::std::result::Result::Ok(GeocodeFilterPlaceType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_geocode_intended_use.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(GeocodeIntendedUse::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_geocode_intended_use.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(GeocodeIntendedUse::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_get_place_additional_feature.rs:77:93 [INFO] [stdout] | [INFO] [stdout] 77 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 78 | | ::std::result::Result::Ok(GetPlaceAdditionalFeature::from(s)) [INFO] [stdout] 79 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_get_place_additional_feature.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | ::std::result::Result::Ok(GetPlaceAdditionalFeature::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_get_place_intended_use.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(GetPlaceIntendedUse::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_get_place_intended_use.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(GetPlaceIntendedUse::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_place_type.rs:115:93 [INFO] [stdout] | [INFO] [stdout] 115 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 116 | | ::std::result::Result::Ok(PlaceType::from(s)) [INFO] [stdout] 117 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_place_type.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | ::std::result::Result::Ok(PlaceType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_postal_authority.rs:59:93 [INFO] [stdout] | [INFO] [stdout] 59 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 60 | | ::std::result::Result::Ok(PostalAuthority::from(s)) [INFO] [stdout] 61 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_postal_authority.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | ::std::result::Result::Ok(PostalAuthority::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_postal_code_mode.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(PostalCodeMode::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_postal_code_mode.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(PostalCodeMode::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_postal_code_type.rs:63:93 [INFO] [stdout] | [INFO] [stdout] 63 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 64 | | ::std::result::Result::Ok(PostalCodeType::from(s)) [INFO] [stdout] 65 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_postal_code_type.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | ::std::result::Result::Ok(PostalCodeType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_query_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(QueryType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_query_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(QueryType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_record_type_code.rs:79:93 [INFO] [stdout] | [INFO] [stdout] 79 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 80 | | ::std::result::Result::Ok(RecordTypeCode::from(s)) [INFO] [stdout] 81 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_record_type_code.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | ::std::result::Result::Ok(RecordTypeCode::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reverse_geocode_additional_feature.rs:69:93 [INFO] [stdout] | [INFO] [stdout] 69 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 70 | | ::std::result::Result::Ok(ReverseGeocodeAdditionalFeature::from(s)) [INFO] [stdout] 71 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reverse_geocode_additional_feature.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(ReverseGeocodeAdditionalFeature::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reverse_geocode_filter_place_type.rs:77:93 [INFO] [stdout] | [INFO] [stdout] 77 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 78 | | ::std::result::Result::Ok(ReverseGeocodeFilterPlaceType::from(s)) [INFO] [stdout] 79 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reverse_geocode_filter_place_type.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | ::std::result::Result::Ok(ReverseGeocodeFilterPlaceType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reverse_geocode_intended_use.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(ReverseGeocodeIntendedUse::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reverse_geocode_intended_use.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(ReverseGeocodeIntendedUse::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_nearby_additional_feature.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(SearchNearbyAdditionalFeature::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_nearby_additional_feature.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(SearchNearbyAdditionalFeature::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_nearby_intended_use.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(SearchNearbyIntendedUse::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_nearby_intended_use.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(SearchNearbyIntendedUse::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_text_additional_feature.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(SearchTextAdditionalFeature::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_text_additional_feature.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(SearchTextAdditionalFeature::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_text_intended_use.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(SearchTextIntendedUse::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_search_text_intended_use.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(SearchTextIntendedUse::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_suggest_additional_feature.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(SuggestAdditionalFeature::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_suggest_additional_feature.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(SuggestAdditionalFeature::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_suggest_intended_use.rs:61:93 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 62 | | ::std::result::Result::Ok(SuggestIntendedUse::from(s)) [INFO] [stdout] 63 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_suggest_intended_use.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(SuggestIntendedUse::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_suggest_result_item_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(SuggestResultItemType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_suggest_result_item_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(SuggestResultItemType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_type_placement.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(TypePlacement::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_type_placement.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(TypePlacement::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_validation_exception_reason.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(ValidationExceptionReason::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_validation_exception_reason.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(ValidationExceptionReason::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_zip_classification_code.rs:67:93 [INFO] [stdout] | [INFO] [stdout] 67 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 68 | | ::std::result::Result::Ok(ZipClassificationCode::from(s)) [INFO] [stdout] 69 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_zip_classification_code.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | ::std::result::Result::Ok(ZipClassificationCode::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:36:26 [INFO] [stdout] | [INFO] [stdout] 36 | builder.reason = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:69:30 [INFO] [stdout] | [INFO] [stdout] 69 | builder.place_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:121:30 [INFO] [stdout] | [INFO] [stdout] 121 | builder.place_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:143:30 [INFO] [stdout] | [INFO] [stdout] 143 | builder.place_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:175:30 [INFO] [stdout] | [INFO] [stdout] 175 | builder.place_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:208:30 [INFO] [stdout] | [INFO] [stdout] 208 | builder.place_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:223:30 [INFO] [stdout] | [INFO] [stdout] 223 | builder.place_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:238:30 [INFO] [stdout] | [INFO] [stdout] 238 | builder.place_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:253:44 [INFO] [stdout] | [INFO] [stdout] 253 | builder.suggest_result_item_type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aws-sdk-geoplaces` (lib test) due to 64 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `aws-sdk-geoplaces` (lib) due to 64 previous errors [INFO] running `Command { std: "docker" "inspect" "cd75e13e749e410aed17db720e76c14b900a28ac21e877c8d47d8f37c6a37c4a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd75e13e749e410aed17db720e76c14b900a28ac21e877c8d47d8f37c6a37c4a", kill_on_drop: false }` [INFO] [stdout] cd75e13e749e410aed17db720e76c14b900a28ac21e877c8d47d8f37c6a37c4a