[INFO] fetching crate aws-sdk-mgn 1.89.0...
[INFO] checking aws-sdk-mgn-1.89.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate aws-sdk-mgn 1.89.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate aws-sdk-mgn 1.89.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate aws-sdk-mgn 1.89.0
[INFO] tweaked toml for crates.io crate aws-sdk-mgn 1.89.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate aws-sdk-mgn 1.89.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-mgn 1.89.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] e5cd112b275408ad63c245f3a58498ddeffff5b559cb83bd068a32680b363ee7
[INFO] running `Command { std: "docker" "start" "-a" "e5cd112b275408ad63c245f3a58498ddeffff5b559cb83bd068a32680b363ee7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e5cd112b275408ad63c245f3a58498ddeffff5b559cb83bd068a32680b363ee7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5cd112b275408ad63c245f3a58498ddeffff5b559cb83bd068a32680b363ee7", kill_on_drop: false }`
[INFO] [stdout] e5cd112b275408ad63c245f3a58498ddeffff5b559cb83bd068a32680b363ee7
[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] 7598416c2232e5edd15e2416ebdf4f4d874a3b21759661339d5ce23907c294db
[INFO] running `Command { std: "docker" "start" "-a" "7598416c2232e5edd15e2416ebdf4f4d874a3b21759661339d5ce23907c294db", kill_on_drop: false }`
[INFO] [stderr]     Checking aws-sdk-mgn v1.89.0 (/opt/rustwide/workdir)
[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<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<ActionCategory, Infallible>
[INFO] [stdout]    --> src/types/_action_category.rs:101:93
[INFO] [stdout]     |
[INFO] [stdout] 101 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]     |  _____________________________________________________________________________________________^
[INFO] [stdout] 102 | |         ::std::result::Result::Ok(ActionCategory::from(s))
[INFO] [stdout] 103 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ActionCategory, Infallible>
[INFO] [stdout]    --> src/types/_action_category.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         ::std::result::Result::Ok(ActionCategory::from(s))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ApplicationHealthStatus, Infallible>
[INFO] [stdout]   --> src/types/_application_health_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(ApplicationHealthStatus::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ApplicationHealthStatus, Infallible>
[INFO] [stdout]   --> src/types/_application_health_status.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(ApplicationHealthStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ApplicationProgressStatus, Infallible>
[INFO] [stdout]   --> src/types/_application_progress_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(ApplicationProgressStatus::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ApplicationProgressStatus, Infallible>
[INFO] [stdout]   --> src/types/_application_progress_status.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(ApplicationProgressStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<BootMode, Infallible>
[INFO] [stdout]   --> src/types/_boot_mode.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(BootMode::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<BootMode, Infallible>
[INFO] [stdout]   --> src/types/_boot_mode.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(BootMode::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ChangeServerLifeCycleStateSourceServerLifecycleState, Infallible>
[INFO] [stdout]   --> src/types/_change_server_life_cycle_state_source_server_lifecycle_state.rs:71:93
[INFO] [stdout]    |
[INFO] [stdout] 71 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 72 | |         ::std::result::Result::Ok(ChangeServerLifeCycleStateSourceServerLifecycleState::from(s))
[INFO] [stdout] 73 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ChangeServerLifeCycleStateSourceServerLifecycleState, Infallible>
[INFO] [stdout]   --> src/types/_change_server_life_cycle_state_source_server_lifecycle_state.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |         ::std::result::Result::Ok(ChangeServerLifeCycleStateSourceServerLifecycleState::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationErrorString, Infallible>
[INFO] [stdout]    --> src/types/_data_replication_error_string.rs:121:93
[INFO] [stdout]     |
[INFO] [stdout] 121 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]     |  _____________________________________________________________________________________________^
[INFO] [stdout] 122 | |         ::std::result::Result::Ok(DataReplicationErrorString::from(s))
[INFO] [stdout] 123 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationErrorString, Infallible>
[INFO] [stdout]    --> src/types/_data_replication_error_string.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |         ::std::result::Result::Ok(DataReplicationErrorString::from(s))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationInitiationStepName, Infallible>
[INFO] [stdout]    --> src/types/_data_replication_initiation_step_name.rs:101:93
[INFO] [stdout]     |
[INFO] [stdout] 101 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]     |  _____________________________________________________________________________________________^
[INFO] [stdout] 102 | |         ::std::result::Result::Ok(DataReplicationInitiationStepName::from(s))
[INFO] [stdout] 103 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationInitiationStepName, Infallible>
[INFO] [stdout]    --> src/types/_data_replication_initiation_step_name.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         ::std::result::Result::Ok(DataReplicationInitiationStepName::from(s))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationInitiationStepStatus, Infallible>
[INFO] [stdout]   --> src/types/_data_replication_initiation_step_status.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(DataReplicationInitiationStepStatus::from(s))
[INFO] [stdout] 79 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationInitiationStepStatus, Infallible>
[INFO] [stdout]   --> src/types/_data_replication_initiation_step_status.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         ::std::result::Result::Ok(DataReplicationInitiationStepStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationState, Infallible>
[INFO] [stdout]    --> src/types/_data_replication_state.rs:105:93
[INFO] [stdout]     |
[INFO] [stdout] 105 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]     |  _____________________________________________________________________________________________^
[INFO] [stdout] 106 | |         ::std::result::Result::Ok(DataReplicationState::from(s))
[INFO] [stdout] 107 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationState, Infallible>
[INFO] [stdout]    --> src/types/_data_replication_state.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         ::std::result::Result::Ok(DataReplicationState::from(s))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ExportStatus, Infallible>
[INFO] [stdout]   --> src/types/_export_status.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(ExportStatus::from(s))
[INFO] [stdout] 75 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ExportStatus, Infallible>
[INFO] [stdout]   --> src/types/_export_status.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         ::std::result::Result::Ok(ExportStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FirstBoot, Infallible>
[INFO] [stdout]   --> src/types/_first_boot.rs:75:93
[INFO] [stdout]    |
[INFO] [stdout] 75 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 76 | |         ::std::result::Result::Ok(FirstBoot::from(s))
[INFO] [stdout] 77 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FirstBoot, Infallible>
[INFO] [stdout]   --> src/types/_first_boot.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |         ::std::result::Result::Ok(FirstBoot::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImportErrorType, Infallible>
[INFO] [stdout]   --> src/types/_import_error_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(ImportErrorType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImportErrorType, Infallible>
[INFO] [stdout]   --> src/types/_import_error_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(ImportErrorType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImportStatus, Infallible>
[INFO] [stdout]   --> src/types/_import_status.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(ImportStatus::from(s))
[INFO] [stdout] 75 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImportStatus, Infallible>
[INFO] [stdout]   --> src/types/_import_status.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         ::std::result::Result::Ok(ImportStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<InitiatedBy, Infallible>
[INFO] [stdout]   --> src/types/_initiated_by.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(InitiatedBy::from(s))
[INFO] [stdout] 75 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<InitiatedBy, Infallible>
[INFO] [stdout]   --> src/types/_initiated_by.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         ::std::result::Result::Ok(InitiatedBy::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<JobLogEvent, Infallible>
[INFO] [stdout]    --> src/types/_job_log_event.rs:121:93
[INFO] [stdout]     |
[INFO] [stdout] 121 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]     |  _____________________________________________________________________________________________^
[INFO] [stdout] 122 | |         ::std::result::Result::Ok(JobLogEvent::from(s))
[INFO] [stdout] 123 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<JobLogEvent, Infallible>
[INFO] [stdout]    --> src/types/_job_log_event.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |         ::std::result::Result::Ok(JobLogEvent::from(s))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<JobStatus, Infallible>
[INFO] [stdout]   --> src/types/_job_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(JobStatus::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<JobStatus, Infallible>
[INFO] [stdout]   --> src/types/_job_status.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(JobStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<JobType, Infallible>
[INFO] [stdout]   --> src/types/_job_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(JobType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<JobType, Infallible>
[INFO] [stdout]   --> src/types/_job_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(JobType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<LaunchDisposition, Infallible>
[INFO] [stdout]   --> src/types/_launch_disposition.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(LaunchDisposition::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<LaunchDisposition, Infallible>
[INFO] [stdout]   --> src/types/_launch_disposition.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(LaunchDisposition::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<LaunchStatus, Infallible>
[INFO] [stdout]   --> src/types/_launch_status.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(LaunchStatus::from(s))
[INFO] [stdout] 79 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<LaunchStatus, Infallible>
[INFO] [stdout]   --> src/types/_launch_status.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         ::std::result::Result::Ok(LaunchStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<LifeCycleState, Infallible>
[INFO] [stdout]   --> src/types/_life_cycle_state.rs:97:93
[INFO] [stdout]    |
[INFO] [stdout] 97 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 98 | |         ::std::result::Result::Ok(LifeCycleState::from(s))
[INFO] [stdout] 99 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<LifeCycleState, Infallible>
[INFO] [stdout]   --> src/types/_life_cycle_state.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |         ::std::result::Result::Ok(LifeCycleState::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PostLaunchActionExecutionStatus, Infallible>
[INFO] [stdout]   --> src/types/_post_launch_action_execution_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(PostLaunchActionExecutionStatus::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PostLaunchActionExecutionStatus, Infallible>
[INFO] [stdout]   --> src/types/_post_launch_action_execution_status.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(PostLaunchActionExecutionStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PostLaunchActionsDeploymentType, Infallible>
[INFO] [stdout]   --> src/types/_post_launch_actions_deployment_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(PostLaunchActionsDeploymentType::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PostLaunchActionsDeploymentType, Infallible>
[INFO] [stdout]   --> src/types/_post_launch_actions_deployment_type.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(PostLaunchActionsDeploymentType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationDataPlaneRouting, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_data_plane_routing.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(ReplicationConfigurationDataPlaneRouting::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationDataPlaneRouting, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_data_plane_routing.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(ReplicationConfigurationDataPlaneRouting::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationDefaultLargeStagingDiskType, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_default_large_staging_disk_type.rs:71:93
[INFO] [stdout]    |
[INFO] [stdout] 71 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 72 | |         ::std::result::Result::Ok(ReplicationConfigurationDefaultLargeStagingDiskType::from(s))
[INFO] [stdout] 73 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationDefaultLargeStagingDiskType, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_default_large_staging_disk_type.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |         ::std::result::Result::Ok(ReplicationConfigurationDefaultLargeStagingDiskType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationEbsEncryption, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_ebs_encryption.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(ReplicationConfigurationEbsEncryption::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationEbsEncryption, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_ebs_encryption.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(ReplicationConfigurationEbsEncryption::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationReplicatedDiskStagingDiskType, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_replicated_disk_staging_disk_type.rs:91:93
[INFO] [stdout]    |
[INFO] [stdout] 91 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 92 | |         ::std::result::Result::Ok(ReplicationConfigurationReplicatedDiskStagingDiskType::from(s))
[INFO] [stdout] 93 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationReplicatedDiskStagingDiskType, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_replicated_disk_staging_disk_type.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |         ::std::result::Result::Ok(ReplicationConfigurationReplicatedDiskStagingDiskType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationType, Infallible>
[INFO] [stdout]   --> src/types/_replication_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(ReplicationType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationType, Infallible>
[INFO] [stdout]   --> src/types/_replication_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(ReplicationType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<SsmDocumentType, Infallible>
[INFO] [stdout]   --> src/types/_ssm_document_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(SsmDocumentType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<SsmDocumentType, Infallible>
[INFO] [stdout]   --> src/types/_ssm_document_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(SsmDocumentType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<SsmParameterStoreParameterType, Infallible>
[INFO] [stdout]   --> src/types/_ssm_parameter_store_parameter_type.rs:61:93
[INFO] [stdout]    |
[INFO] [stdout] 61 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 62 | |         ::std::result::Result::Ok(SsmParameterStoreParameterType::from(s))
[INFO] [stdout] 63 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<SsmParameterStoreParameterType, Infallible>
[INFO] [stdout]   --> src/types/_ssm_parameter_store_parameter_type.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         ::std::result::Result::Ok(SsmParameterStoreParameterType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<TargetInstanceTypeRightSizingMethod, Infallible>
[INFO] [stdout]   --> src/types/_target_instance_type_right_sizing_method.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(TargetInstanceTypeRightSizingMethod::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<TargetInstanceTypeRightSizingMethod, Infallible>
[INFO] [stdout]   --> src/types/_target_instance_type_right_sizing_method.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(TargetInstanceTypeRightSizingMethod::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ValidationExceptionReason, Infallible>
[INFO] [stdout]   --> src/types/_validation_exception_reason.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(ValidationExceptionReason::from(s))
[INFO] [stdout] 75 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ValidationExceptionReason, Infallible>
[INFO] [stdout]   --> src/types/_validation_exception_reason.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         ::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<VolumeType, Infallible>
[INFO] [stdout]   --> src/types/_volume_type.rs:85:93
[INFO] [stdout]    |
[INFO] [stdout] 85 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 86 | |         ::std::result::Result::Ok(VolumeType::from(s))
[INFO] [stdout] 87 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<VolumeType, Infallible>
[INFO] [stdout]   --> src/types/_volume_type.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |         ::std::result::Result::Ok(VolumeType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WaveHealthStatus, Infallible>
[INFO] [stdout]   --> src/types/_wave_health_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(WaveHealthStatus::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WaveHealthStatus, Infallible>
[INFO] [stdout]   --> src/types/_wave_health_status.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(WaveHealthStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WaveProgressStatus, Infallible>
[INFO] [stdout]   --> src/types/_wave_progress_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(WaveProgressStatus::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WaveProgressStatus, Infallible>
[INFO] [stdout]   --> src/types/_wave_progress_status.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(WaveProgressStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ActionCategory, Infallible>
[INFO] [stdout]    --> src/types/_action_category.rs:101:93
[INFO] [stdout]     |
[INFO] [stdout] 101 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]     |  _____________________________________________________________________________________________^
[INFO] [stdout] 102 | |         ::std::result::Result::Ok(ActionCategory::from(s))
[INFO] [stdout] 103 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ActionCategory, Infallible>
[INFO] [stdout]    --> src/types/_action_category.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         ::std::result::Result::Ok(ActionCategory::from(s))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ApplicationHealthStatus, Infallible>
[INFO] [stdout]   --> src/types/_application_health_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(ApplicationHealthStatus::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ApplicationHealthStatus, Infallible>
[INFO] [stdout]   --> src/types/_application_health_status.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(ApplicationHealthStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ApplicationProgressStatus, Infallible>
[INFO] [stdout]   --> src/types/_application_progress_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(ApplicationProgressStatus::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ApplicationProgressStatus, Infallible>
[INFO] [stdout]   --> src/types/_application_progress_status.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(ApplicationProgressStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<BootMode, Infallible>
[INFO] [stdout]   --> src/types/_boot_mode.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(BootMode::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<BootMode, Infallible>
[INFO] [stdout]   --> src/types/_boot_mode.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(BootMode::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ChangeServerLifeCycleStateSourceServerLifecycleState, Infallible>
[INFO] [stdout]   --> src/types/_change_server_life_cycle_state_source_server_lifecycle_state.rs:71:93
[INFO] [stdout]    |
[INFO] [stdout] 71 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 72 | |         ::std::result::Result::Ok(ChangeServerLifeCycleStateSourceServerLifecycleState::from(s))
[INFO] [stdout] 73 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ChangeServerLifeCycleStateSourceServerLifecycleState, Infallible>
[INFO] [stdout]   --> src/types/_change_server_life_cycle_state_source_server_lifecycle_state.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |         ::std::result::Result::Ok(ChangeServerLifeCycleStateSourceServerLifecycleState::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationErrorString, Infallible>
[INFO] [stdout]    --> src/types/_data_replication_error_string.rs:121:93
[INFO] [stdout]     |
[INFO] [stdout] 121 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]     |  _____________________________________________________________________________________________^
[INFO] [stdout] 122 | |         ::std::result::Result::Ok(DataReplicationErrorString::from(s))
[INFO] [stdout] 123 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationErrorString, Infallible>
[INFO] [stdout]    --> src/types/_data_replication_error_string.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |         ::std::result::Result::Ok(DataReplicationErrorString::from(s))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationInitiationStepName, Infallible>
[INFO] [stdout]    --> src/types/_data_replication_initiation_step_name.rs:101:93
[INFO] [stdout]     |
[INFO] [stdout] 101 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]     |  _____________________________________________________________________________________________^
[INFO] [stdout] 102 | |         ::std::result::Result::Ok(DataReplicationInitiationStepName::from(s))
[INFO] [stdout] 103 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationInitiationStepName, Infallible>
[INFO] [stdout]    --> src/types/_data_replication_initiation_step_name.rs:102:9
[INFO] [stdout]     |
[INFO] [stdout] 102 |         ::std::result::Result::Ok(DataReplicationInitiationStepName::from(s))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationInitiationStepStatus, Infallible>
[INFO] [stdout]   --> src/types/_data_replication_initiation_step_status.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(DataReplicationInitiationStepStatus::from(s))
[INFO] [stdout] 79 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationInitiationStepStatus, Infallible>
[INFO] [stdout]   --> src/types/_data_replication_initiation_step_status.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         ::std::result::Result::Ok(DataReplicationInitiationStepStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationState, Infallible>
[INFO] [stdout]    --> src/types/_data_replication_state.rs:105:93
[INFO] [stdout]     |
[INFO] [stdout] 105 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]     |  _____________________________________________________________________________________________^
[INFO] [stdout] 106 | |         ::std::result::Result::Ok(DataReplicationState::from(s))
[INFO] [stdout] 107 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<DataReplicationState, Infallible>
[INFO] [stdout]    --> src/types/_data_replication_state.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |         ::std::result::Result::Ok(DataReplicationState::from(s))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ExportStatus, Infallible>
[INFO] [stdout]   --> src/types/_export_status.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(ExportStatus::from(s))
[INFO] [stdout] 75 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ExportStatus, Infallible>
[INFO] [stdout]   --> src/types/_export_status.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         ::std::result::Result::Ok(ExportStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FirstBoot, Infallible>
[INFO] [stdout]   --> src/types/_first_boot.rs:75:93
[INFO] [stdout]    |
[INFO] [stdout] 75 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 76 | |         ::std::result::Result::Ok(FirstBoot::from(s))
[INFO] [stdout] 77 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FirstBoot, Infallible>
[INFO] [stdout]   --> src/types/_first_boot.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |         ::std::result::Result::Ok(FirstBoot::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImportErrorType, Infallible>
[INFO] [stdout]   --> src/types/_import_error_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(ImportErrorType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImportErrorType, Infallible>
[INFO] [stdout]   --> src/types/_import_error_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(ImportErrorType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImportStatus, Infallible>
[INFO] [stdout]   --> src/types/_import_status.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(ImportStatus::from(s))
[INFO] [stdout] 75 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImportStatus, Infallible>
[INFO] [stdout]   --> src/types/_import_status.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         ::std::result::Result::Ok(ImportStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<InitiatedBy, Infallible>
[INFO] [stdout]   --> src/types/_initiated_by.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(InitiatedBy::from(s))
[INFO] [stdout] 75 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<InitiatedBy, Infallible>
[INFO] [stdout]   --> src/types/_initiated_by.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         ::std::result::Result::Ok(InitiatedBy::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<JobLogEvent, Infallible>
[INFO] [stdout]    --> src/types/_job_log_event.rs:121:93
[INFO] [stdout]     |
[INFO] [stdout] 121 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]     |  _____________________________________________________________________________________________^
[INFO] [stdout] 122 | |         ::std::result::Result::Ok(JobLogEvent::from(s))
[INFO] [stdout] 123 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<JobLogEvent, Infallible>
[INFO] [stdout]    --> src/types/_job_log_event.rs:122:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |         ::std::result::Result::Ok(JobLogEvent::from(s))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<JobStatus, Infallible>
[INFO] [stdout]   --> src/types/_job_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(JobStatus::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<JobStatus, Infallible>
[INFO] [stdout]   --> src/types/_job_status.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(JobStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<JobType, Infallible>
[INFO] [stdout]   --> src/types/_job_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(JobType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<JobType, Infallible>
[INFO] [stdout]   --> src/types/_job_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(JobType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<LaunchDisposition, Infallible>
[INFO] [stdout]   --> src/types/_launch_disposition.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(LaunchDisposition::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<LaunchDisposition, Infallible>
[INFO] [stdout]   --> src/types/_launch_disposition.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(LaunchDisposition::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<LaunchStatus, Infallible>
[INFO] [stdout]   --> src/types/_launch_status.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(LaunchStatus::from(s))
[INFO] [stdout] 79 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<LaunchStatus, Infallible>
[INFO] [stdout]   --> src/types/_launch_status.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 78 |         ::std::result::Result::Ok(LaunchStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<LifeCycleState, Infallible>
[INFO] [stdout]   --> src/types/_life_cycle_state.rs:97:93
[INFO] [stdout]    |
[INFO] [stdout] 97 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 98 | |         ::std::result::Result::Ok(LifeCycleState::from(s))
[INFO] [stdout] 99 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<LifeCycleState, Infallible>
[INFO] [stdout]   --> src/types/_life_cycle_state.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |         ::std::result::Result::Ok(LifeCycleState::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PostLaunchActionExecutionStatus, Infallible>
[INFO] [stdout]   --> src/types/_post_launch_action_execution_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(PostLaunchActionExecutionStatus::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PostLaunchActionExecutionStatus, Infallible>
[INFO] [stdout]   --> src/types/_post_launch_action_execution_status.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(PostLaunchActionExecutionStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PostLaunchActionsDeploymentType, Infallible>
[INFO] [stdout]   --> src/types/_post_launch_actions_deployment_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(PostLaunchActionsDeploymentType::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PostLaunchActionsDeploymentType, Infallible>
[INFO] [stdout]   --> src/types/_post_launch_actions_deployment_type.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(PostLaunchActionsDeploymentType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationDataPlaneRouting, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_data_plane_routing.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(ReplicationConfigurationDataPlaneRouting::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationDataPlaneRouting, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_data_plane_routing.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(ReplicationConfigurationDataPlaneRouting::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationDefaultLargeStagingDiskType, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_default_large_staging_disk_type.rs:71:93
[INFO] [stdout]    |
[INFO] [stdout] 71 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 72 | |         ::std::result::Result::Ok(ReplicationConfigurationDefaultLargeStagingDiskType::from(s))
[INFO] [stdout] 73 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationDefaultLargeStagingDiskType, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_default_large_staging_disk_type.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |         ::std::result::Result::Ok(ReplicationConfigurationDefaultLargeStagingDiskType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationEbsEncryption, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_ebs_encryption.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(ReplicationConfigurationEbsEncryption::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationEbsEncryption, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_ebs_encryption.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(ReplicationConfigurationEbsEncryption::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationReplicatedDiskStagingDiskType, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_replicated_disk_staging_disk_type.rs:91:93
[INFO] [stdout]    |
[INFO] [stdout] 91 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 92 | |         ::std::result::Result::Ok(ReplicationConfigurationReplicatedDiskStagingDiskType::from(s))
[INFO] [stdout] 93 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationConfigurationReplicatedDiskStagingDiskType, Infallible>
[INFO] [stdout]   --> src/types/_replication_configuration_replicated_disk_staging_disk_type.rs:92:9
[INFO] [stdout]    |
[INFO] [stdout] 92 |         ::std::result::Result::Ok(ReplicationConfigurationReplicatedDiskStagingDiskType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationType, Infallible>
[INFO] [stdout]   --> src/types/_replication_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(ReplicationType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ReplicationType, Infallible>
[INFO] [stdout]   --> src/types/_replication_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(ReplicationType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<SsmDocumentType, Infallible>
[INFO] [stdout]   --> src/types/_ssm_document_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(SsmDocumentType::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<SsmDocumentType, Infallible>
[INFO] [stdout]   --> src/types/_ssm_document_type.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(SsmDocumentType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<SsmParameterStoreParameterType, Infallible>
[INFO] [stdout]   --> src/types/_ssm_parameter_store_parameter_type.rs:61:93
[INFO] [stdout]    |
[INFO] [stdout] 61 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 62 | |         ::std::result::Result::Ok(SsmParameterStoreParameterType::from(s))
[INFO] [stdout] 63 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<SsmParameterStoreParameterType, Infallible>
[INFO] [stdout]   --> src/types/_ssm_parameter_store_parameter_type.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |         ::std::result::Result::Ok(SsmParameterStoreParameterType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<TargetInstanceTypeRightSizingMethod, Infallible>
[INFO] [stdout]   --> src/types/_target_instance_type_right_sizing_method.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(TargetInstanceTypeRightSizingMethod::from(s))
[INFO] [stdout] 67 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<TargetInstanceTypeRightSizingMethod, Infallible>
[INFO] [stdout]   --> src/types/_target_instance_type_right_sizing_method.rs:66:9
[INFO] [stdout]    |
[INFO] [stdout] 66 |         ::std::result::Result::Ok(TargetInstanceTypeRightSizingMethod::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ValidationExceptionReason, Infallible>
[INFO] [stdout]   --> src/types/_validation_exception_reason.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(ValidationExceptionReason::from(s))
[INFO] [stdout] 75 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ValidationExceptionReason, Infallible>
[INFO] [stdout]   --> src/types/_validation_exception_reason.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         ::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<VolumeType, Infallible>
[INFO] [stdout]   --> src/types/_volume_type.rs:85:93
[INFO] [stdout]    |
[INFO] [stdout] 85 |       fn from_str(s: &str) -> ::std::result::Result<Self, <Self as ::std::str::FromStr>::Err> {
[INFO] [stdout]    |  _____________________________________________________________________________________________^
[INFO] [stdout] 86 | |         ::std::result::Result::Ok(VolumeType::from(s))
[INFO] [stdout] 87 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<VolumeType, Infallible>
[INFO] [stdout]   --> src/types/_volume_type.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |         ::std::result::Result::Ok(VolumeType::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WaveHealthStatus, Infallible>
[INFO] [stdout]   --> src/types/_wave_health_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(WaveHealthStatus::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WaveHealthStatus, Infallible>
[INFO] [stdout]   --> src/types/_wave_health_status.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(WaveHealthStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WaveProgressStatus, Infallible>
[INFO] [stdout]   --> src/types/_wave_progress_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(WaveProgressStatus::from(s))
[INFO] [stdout] 71 | |     }
[INFO] [stdout]    | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WaveProgressStatus, Infallible>
[INFO] [stdout]   --> src/types/_wave_progress_status.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ::std::result::Result::Ok(WaveProgressStatus::from(s))
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<SsmParameterStoreParameterType, Infallible>
[INFO] [stdout]    --> src/serde_util.rs:137:34
[INFO] [stdout]     |
[INFO] [stdout] 137 |         builder.parameter_type = "no value was set".parse::<crate::types::SsmParameterStoreParameterType>().ok()
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<SsmParameterStoreParameterType, Infallible>
[INFO] [stdout]    --> src/serde_util.rs:137:34
[INFO] [stdout]     |
[INFO] [stdout] 137 |         builder.parameter_type = "no value was set".parse::<crate::types::SsmParameterStoreParameterType>().ok()
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aws-sdk-mgn` (lib test) due to 70 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `aws-sdk-mgn` (lib) due to 70 previous errors
[INFO] running `Command { std: "docker" "inspect" "7598416c2232e5edd15e2416ebdf4f4d874a3b21759661339d5ce23907c294db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7598416c2232e5edd15e2416ebdf4f4d874a3b21759661339d5ce23907c294db", kill_on_drop: false }`
[INFO] [stdout] 7598416c2232e5edd15e2416ebdf4f4d874a3b21759661339d5ce23907c294db
