[INFO] fetching crate aws-sdk-workmail 1.91.0...
[INFO] checking aws-sdk-workmail-1.91.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate aws-sdk-workmail 1.91.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate aws-sdk-workmail 1.91.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate aws-sdk-workmail 1.91.0
[INFO] tweaked toml for crates.io crate aws-sdk-workmail 1.91.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate aws-sdk-workmail 1.91.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-workmail 1.91.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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 565b998101b8c10913c2a455692eb7044c345c83faee3c83bcb9aad6e200259b
[INFO] running `Command { std: "docker" "start" "-a" "565b998101b8c10913c2a455692eb7044c345c83faee3c83bcb9aad6e200259b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "565b998101b8c10913c2a455692eb7044c345c83faee3c83bcb9aad6e200259b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "565b998101b8c10913c2a455692eb7044c345c83faee3c83bcb9aad6e200259b", kill_on_drop: false }`
[INFO] [stdout] 565b998101b8c10913c2a455692eb7044c345c83faee3c83bcb9aad6e200259b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] d2a23ad8764e999fb824970ad008befc13c86c3beacae26d0979012a004067de
[INFO] running `Command { std: "docker" "start" "-a" "d2a23ad8764e999fb824970ad008befc13c86c3beacae26d0979012a004067de", kill_on_drop: false }`
[INFO] [stderr]     Checking aws-sdk-workmail v1.91.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking aws-config v1.8.10
[INFO] [stdout] error: this type will no longer be must used: Result<std::string::String, Infallible>
[INFO] [stdout]     --> src/config.rs:1421:39
[INFO] [stdout]      |
[INFO] [stdout] 1421 | ...                   .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<AccessControlRuleEffect, Infallible>
[INFO] [stdout]   --> src/types/_access_control_rule_effect.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(AccessControlRuleEffect::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<AccessControlRuleEffect, Infallible>
[INFO] [stdout]   --> src/types/_access_control_rule_effect.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(AccessControlRuleEffect::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<AccessEffect, Infallible>
[INFO] [stdout]   --> src/types/_access_effect.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(AccessEffect::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<AccessEffect, Infallible>
[INFO] [stdout]   --> src/types/_access_effect.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(AccessEffect::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<AvailabilityProviderType, Infallible>
[INFO] [stdout]   --> src/types/_availability_provider_type.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(AvailabilityProviderType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<AvailabilityProviderType, Infallible>
[INFO] [stdout]   --> src/types/_availability_provider_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(AvailabilityProviderType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DnsRecordVerificationStatus, Infallible>
[INFO] [stdout]   --> src/types/_dns_record_verification_status.rs:69:93
[INFO] [stdout]    |
[INFO] [stdout] 69 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 70 | |         ::std::result::Result::Ok(DnsRecordVerificationStatus::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DnsRecordVerificationStatus, Infallible>
[INFO] [stdout]   --> src/types/_dns_record_verification_status.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(DnsRecordVerificationStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<EntityState, Infallible>
[INFO] [stdout]   --> src/types/_entity_state.rs:69:93
[INFO] [stdout]    |
[INFO] [stdout] 69 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 70 | |         ::std::result::Result::Ok(EntityState::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<EntityState, Infallible>
[INFO] [stdout]   --> src/types/_entity_state.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(EntityState::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<EntityType, Infallible>
[INFO] [stdout]   --> src/types/_entity_type.rs:69:93
[INFO] [stdout]    |
[INFO] [stdout] 69 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 70 | |         ::std::result::Result::Ok(EntityType::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<EntityType, Infallible>
[INFO] [stdout]   --> src/types/_entity_type.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(EntityType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FolderName, Infallible>
[INFO] [stdout]   --> src/types/_folder_name.rs:77:93
[INFO] [stdout]    |
[INFO] [stdout] 77 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 78 | |         ::std::result::Result::Ok(FolderName::from(s))
[INFO] [stdout] 79 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FolderName, Infallible>
[INFO] [stdout]   --> src/types/_folder_name.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         ::std::result::Result::Ok(FolderName::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<IdentityProviderAuthenticationMode, Infallible>
[INFO] [stdout]   --> src/types/_identity_provider_authentication_mode.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(IdentityProviderAuthenticationMode::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<IdentityProviderAuthenticationMode, Infallible>
[INFO] [stdout]   --> src/types/_identity_provider_authentication_mode.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(IdentityProviderAuthenticationMode::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImpersonationRoleType, Infallible>
[INFO] [stdout]   --> src/types/_impersonation_role_type.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(ImpersonationRoleType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImpersonationRoleType, Infallible>
[INFO] [stdout]   --> src/types/_impersonation_role_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(ImpersonationRoleType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MailboxExportJobState, Infallible>
[INFO] [stdout]   --> src/types/_mailbox_export_job_state.rs:73:93
[INFO] [stdout]    |
[INFO] [stdout] 73 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 74 | |         ::std::result::Result::Ok(MailboxExportJobState::from(s))
[INFO] [stdout] 75 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MailboxExportJobState, Infallible>
[INFO] [stdout]   --> src/types/_mailbox_export_job_state.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         ::std::result::Result::Ok(MailboxExportJobState::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MemberType, Infallible>
[INFO] [stdout]   --> src/types/_member_type.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(MemberType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MemberType, Infallible>
[INFO] [stdout]   --> src/types/_member_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(MemberType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MobileDeviceAccessRuleEffect, Infallible>
[INFO] [stdout]   --> src/types/_mobile_device_access_rule_effect.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(MobileDeviceAccessRuleEffect::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MobileDeviceAccessRuleEffect, Infallible>
[INFO] [stdout]   --> src/types/_mobile_device_access_rule_effect.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(MobileDeviceAccessRuleEffect::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PermissionType, Infallible>
[INFO] [stdout]   --> src/types/_permission_type.rs:69:93
[INFO] [stdout]    |
[INFO] [stdout] 69 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 70 | |         ::std::result::Result::Ok(PermissionType::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PermissionType, Infallible>
[INFO] [stdout]   --> src/types/_permission_type.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(PermissionType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PersonalAccessTokenConfigurationStatus, Infallible>
[INFO] [stdout]   --> src/types/_personal_access_token_configuration_status.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(PersonalAccessTokenConfigurationStatus::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PersonalAccessTokenConfigurationStatus, Infallible>
[INFO] [stdout]   --> src/types/_personal_access_token_configuration_status.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(PersonalAccessTokenConfigurationStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ResourceType, Infallible>
[INFO] [stdout]   --> src/types/_resource_type.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(ResourceType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ResourceType, Infallible>
[INFO] [stdout]   --> src/types/_resource_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(ResourceType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<RetentionAction, Infallible>
[INFO] [stdout]   --> src/types/_retention_action.rs:69:93
[INFO] [stdout]    |
[INFO] [stdout] 69 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 70 | |         ::std::result::Result::Ok(RetentionAction::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<RetentionAction, Infallible>
[INFO] [stdout]   --> src/types/_retention_action.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(RetentionAction::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UserRole, Infallible>
[INFO] [stdout]   --> src/types/_user_role.rs:73:93
[INFO] [stdout]    |
[INFO] [stdout] 73 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 74 | |         ::std::result::Result::Ok(UserRole::from(s))
[INFO] [stdout] 75 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UserRole, Infallible>
[INFO] [stdout]   --> src/types/_user_role.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         ::std::result::Result::Ok(UserRole::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PersonalAccessTokenConfigurationStatus, Infallible>
[INFO] [stdout]   --> src/serde_util.rs:18:26
[INFO] [stdout]    |
[INFO] [stdout] 18 |         builder.status = "no value was set".parse::<crate::types::PersonalAccessTokenConfigurationStatus>().ok()
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MemberType, Infallible>
[INFO] [stdout]   --> src/serde_util.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |         builder.r#type = "no value was set".parse::<crate::types::MemberType>().ok()
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FolderName, Infallible>
[INFO] [stdout]   --> src/serde_util.rs:37:24
[INFO] [stdout]    |
[INFO] [stdout] 37 |         builder.name = "no value was set".parse::<crate::types::FolderName>().ok()
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<RetentionAction, Infallible>
[INFO] [stdout]   --> src/serde_util.rs:40:26
[INFO] [stdout]    |
[INFO] [stdout] 40 |         builder.action = "no value was set".parse::<crate::types::RetentionAction>().ok()
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<AccessEffect, Infallible>
[INFO] [stdout]   --> src/serde_util.rs:52:26
[INFO] [stdout]    |
[INFO] [stdout] 52 |         builder.effect = "no value was set".parse::<crate::types::AccessEffect>().ok()
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MemberType, Infallible>
[INFO] [stdout]   --> src/serde_util.rs:62:32
[INFO] [stdout]    |
[INFO] [stdout] 62 |         builder.grantee_type = "no value was set".parse::<crate::types::MemberType>().ok()
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aws-sdk-workmail` (lib) due to 41 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<std::string::String, Infallible>
[INFO] [stdout]     --> src/config.rs:1421:39
[INFO] [stdout]      |
[INFO] [stdout] 1421 | ...                   .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<AccessControlRuleEffect, Infallible>
[INFO] [stdout]   --> src/types/_access_control_rule_effect.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(AccessControlRuleEffect::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<AccessControlRuleEffect, Infallible>
[INFO] [stdout]   --> src/types/_access_control_rule_effect.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(AccessControlRuleEffect::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<AccessEffect, Infallible>
[INFO] [stdout]   --> src/types/_access_effect.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(AccessEffect::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<AccessEffect, Infallible>
[INFO] [stdout]   --> src/types/_access_effect.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(AccessEffect::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<AvailabilityProviderType, Infallible>
[INFO] [stdout]   --> src/types/_availability_provider_type.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(AvailabilityProviderType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<AvailabilityProviderType, Infallible>
[INFO] [stdout]   --> src/types/_availability_provider_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(AvailabilityProviderType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DnsRecordVerificationStatus, Infallible>
[INFO] [stdout]   --> src/types/_dns_record_verification_status.rs:69:93
[INFO] [stdout]    |
[INFO] [stdout] 69 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 70 | |         ::std::result::Result::Ok(DnsRecordVerificationStatus::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DnsRecordVerificationStatus, Infallible>
[INFO] [stdout]   --> src/types/_dns_record_verification_status.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(DnsRecordVerificationStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<EntityState, Infallible>
[INFO] [stdout]   --> src/types/_entity_state.rs:69:93
[INFO] [stdout]    |
[INFO] [stdout] 69 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 70 | |         ::std::result::Result::Ok(EntityState::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<EntityState, Infallible>
[INFO] [stdout]   --> src/types/_entity_state.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(EntityState::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<EntityType, Infallible>
[INFO] [stdout]   --> src/types/_entity_type.rs:69:93
[INFO] [stdout]    |
[INFO] [stdout] 69 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 70 | |         ::std::result::Result::Ok(EntityType::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<EntityType, Infallible>
[INFO] [stdout]   --> src/types/_entity_type.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(EntityType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FolderName, Infallible>
[INFO] [stdout]   --> src/types/_folder_name.rs:77:93
[INFO] [stdout]    |
[INFO] [stdout] 77 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 78 | |         ::std::result::Result::Ok(FolderName::from(s))
[INFO] [stdout] 79 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FolderName, Infallible>
[INFO] [stdout]   --> src/types/_folder_name.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         ::std::result::Result::Ok(FolderName::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<IdentityProviderAuthenticationMode, Infallible>
[INFO] [stdout]   --> src/types/_identity_provider_authentication_mode.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(IdentityProviderAuthenticationMode::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<IdentityProviderAuthenticationMode, Infallible>
[INFO] [stdout]   --> src/types/_identity_provider_authentication_mode.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(IdentityProviderAuthenticationMode::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImpersonationRoleType, Infallible>
[INFO] [stdout]   --> src/types/_impersonation_role_type.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(ImpersonationRoleType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImpersonationRoleType, Infallible>
[INFO] [stdout]   --> src/types/_impersonation_role_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(ImpersonationRoleType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MailboxExportJobState, Infallible>
[INFO] [stdout]   --> src/types/_mailbox_export_job_state.rs:73:93
[INFO] [stdout]    |
[INFO] [stdout] 73 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 74 | |         ::std::result::Result::Ok(MailboxExportJobState::from(s))
[INFO] [stdout] 75 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MailboxExportJobState, Infallible>
[INFO] [stdout]   --> src/types/_mailbox_export_job_state.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         ::std::result::Result::Ok(MailboxExportJobState::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MemberType, Infallible>
[INFO] [stdout]   --> src/types/_member_type.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(MemberType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MemberType, Infallible>
[INFO] [stdout]   --> src/types/_member_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(MemberType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MobileDeviceAccessRuleEffect, Infallible>
[INFO] [stdout]   --> src/types/_mobile_device_access_rule_effect.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(MobileDeviceAccessRuleEffect::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MobileDeviceAccessRuleEffect, Infallible>
[INFO] [stdout]   --> src/types/_mobile_device_access_rule_effect.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(MobileDeviceAccessRuleEffect::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PermissionType, Infallible>
[INFO] [stdout]   --> src/types/_permission_type.rs:69:93
[INFO] [stdout]    |
[INFO] [stdout] 69 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 70 | |         ::std::result::Result::Ok(PermissionType::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PermissionType, Infallible>
[INFO] [stdout]   --> src/types/_permission_type.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(PermissionType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PersonalAccessTokenConfigurationStatus, Infallible>
[INFO] [stdout]   --> src/types/_personal_access_token_configuration_status.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(PersonalAccessTokenConfigurationStatus::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PersonalAccessTokenConfigurationStatus, Infallible>
[INFO] [stdout]   --> src/types/_personal_access_token_configuration_status.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(PersonalAccessTokenConfigurationStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ResourceType, Infallible>
[INFO] [stdout]   --> src/types/_resource_type.rs:65:93
[INFO] [stdout]    |
[INFO] [stdout] 65 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 66 | |         ::std::result::Result::Ok(ResourceType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ResourceType, Infallible>
[INFO] [stdout]   --> src/types/_resource_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(ResourceType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<RetentionAction, Infallible>
[INFO] [stdout]   --> src/types/_retention_action.rs:69:93
[INFO] [stdout]    |
[INFO] [stdout] 69 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 70 | |         ::std::result::Result::Ok(RetentionAction::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<RetentionAction, Infallible>
[INFO] [stdout]   --> src/types/_retention_action.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(RetentionAction::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UserRole, Infallible>
[INFO] [stdout]   --> src/types/_user_role.rs:73:93
[INFO] [stdout]    |
[INFO] [stdout] 73 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 74 | |         ::std::result::Result::Ok(UserRole::from(s))
[INFO] [stdout] 75 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<UserRole, Infallible>
[INFO] [stdout]   --> src/types/_user_role.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         ::std::result::Result::Ok(UserRole::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PersonalAccessTokenConfigurationStatus, Infallible>
[INFO] [stdout]   --> src/serde_util.rs:18:26
[INFO] [stdout]    |
[INFO] [stdout] 18 |         builder.status = "no value was set".parse::<crate::types::PersonalAccessTokenConfigurationStatus>().ok()
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MemberType, Infallible>
[INFO] [stdout]   --> src/serde_util.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |         builder.r#type = "no value was set".parse::<crate::types::MemberType>().ok()
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FolderName, Infallible>
[INFO] [stdout]   --> src/serde_util.rs:37:24
[INFO] [stdout]    |
[INFO] [stdout] 37 |         builder.name = "no value was set".parse::<crate::types::FolderName>().ok()
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<RetentionAction, Infallible>
[INFO] [stdout]   --> src/serde_util.rs:40:26
[INFO] [stdout]    |
[INFO] [stdout] 40 |         builder.action = "no value was set".parse::<crate::types::RetentionAction>().ok()
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<AccessEffect, Infallible>
[INFO] [stdout]   --> src/serde_util.rs:52:26
[INFO] [stdout]    |
[INFO] [stdout] 52 |         builder.effect = "no value was set".parse::<crate::types::AccessEffect>().ok()
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<MemberType, Infallible>
[INFO] [stdout]   --> src/serde_util.rs:62:32
[INFO] [stdout]    |
[INFO] [stdout] 62 |         builder.grantee_type = "no value was set".parse::<crate::types::MemberType>().ok()
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aws-sdk-workmail` (lib test) due to 41 previous errors
[INFO] running `Command { std: "docker" "inspect" "d2a23ad8764e999fb824970ad008befc13c86c3beacae26d0979012a004067de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2a23ad8764e999fb824970ad008befc13c86c3beacae26d0979012a004067de", kill_on_drop: false }`
[INFO] [stdout] d2a23ad8764e999fb824970ad008befc13c86c3beacae26d0979012a004067de
