[INFO] fetching crate aws-sdk-mediatailor 1.97.0... [INFO] checking aws-sdk-mediatailor-1.97.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate aws-sdk-mediatailor 1.97.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate aws-sdk-mediatailor 1.97.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate aws-sdk-mediatailor 1.97.0 [INFO] tweaked toml for crates.io crate aws-sdk-mediatailor 1.97.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate aws-sdk-mediatailor 1.97.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-mediatailor 1.97.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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] caf996e614521309908d2069a6b832900c02553ebb6373a24dac32d6ae27c275 [INFO] running `Command { std: "docker" "start" "-a" "caf996e614521309908d2069a6b832900c02553ebb6373a24dac32d6ae27c275", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "caf996e614521309908d2069a6b832900c02553ebb6373a24dac32d6ae27c275", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "caf996e614521309908d2069a6b832900c02553ebb6373a24dac32d6ae27c275", kill_on_drop: false }` [INFO] [stdout] caf996e614521309908d2069a6b832900c02553ebb6373a24dac32d6ae27c275 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] c6ea614840fc1cf4304000c1d1ad0824b445a1de958d5ca16f87af6a282af7dc [INFO] running `Command { std: "docker" "start" "-a" "c6ea614840fc1cf4304000c1d1ad0824b445a1de958d5ca16f87af6a282af7dc", kill_on_drop: false }` [INFO] [stderr] Checking aws-sdk-mediatailor v1.97.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/config.rs:1403:39 [INFO] [stdout] | [INFO] [stdout] 1403 | ... .map(|it| it.parse().unwrap()) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/operation/get_playback_configuration/_get_playback_configuration_output.rs:523:17 [INFO] [stdout] | [INFO] [stdout] 523 | / "STITCHED_ONLY" [INFO] [stdout] 524 | | .parse::() [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/operation/put_playback_configuration/_put_playback_configuration_output.rs:523:17 [INFO] [stdout] | [INFO] [stdout] 523 | / "STITCHED_ONLY" [INFO] [stdout] 524 | | .parse::() [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_access_type.rs:69:93 [INFO] [stdout] | [INFO] [stdout] 69 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 70 | | ::std::result::Result::Ok(AccessType::from(s)) [INFO] [stdout] 71 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_access_type.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(AccessType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_ad_markup_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(AdMarkupType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_ad_markup_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(AdMarkupType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_ads_interaction_exclude_event_type.rs:221:93 [INFO] [stdout] | [INFO] [stdout] 221 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 222 | | ::std::result::Result::Ok(AdsInteractionExcludeEventType::from(s)) [INFO] [stdout] 223 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_ads_interaction_exclude_event_type.rs:222:9 [INFO] [stdout] | [INFO] [stdout] 222 | ::std::result::Result::Ok(AdsInteractionExcludeEventType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_ads_interaction_publish_opt_in_event_type.rs:61:93 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 62 | | ::std::result::Result::Ok(AdsInteractionPublishOptInEventType::from(s)) [INFO] [stdout] 63 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_ads_interaction_publish_opt_in_event_type.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(AdsInteractionPublishOptInEventType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_alert_category.rs:69:93 [INFO] [stdout] | [INFO] [stdout] 69 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 70 | | ::std::result::Result::Ok(AlertCategory::from(s)) [INFO] [stdout] 71 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_alert_category.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(AlertCategory::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_channel_state.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(ChannelState::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_channel_state.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(ChannelState::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_fill_policy.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(FillPolicy::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_fill_policy.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(FillPolicy::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_insertion_mode.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(InsertionMode::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_insertion_mode.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(InsertionMode::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_list_prefetch_schedule_type.rs:69:93 [INFO] [stdout] | [INFO] [stdout] 69 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 70 | | ::std::result::Result::Ok(ListPrefetchScheduleType::from(s)) [INFO] [stdout] 71 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_list_prefetch_schedule_type.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(ListPrefetchScheduleType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_log_type.rs:61:93 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 62 | | ::std::result::Result::Ok(LogType::from(s)) [INFO] [stdout] 63 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_log_type.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(LogType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_logging_strategy.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(LoggingStrategy::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_logging_strategy.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(LoggingStrategy::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_manifest_service_exclude_event_type.rs:185:93 [INFO] [stdout] | [INFO] [stdout] 185 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 186 | | ::std::result::Result::Ok(ManifestServiceExcludeEventType::from(s)) [INFO] [stdout] 187 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_manifest_service_exclude_event_type.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | ::std::result::Result::Ok(ManifestServiceExcludeEventType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_message_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(MessageType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_message_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(MessageType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_mode.rs:69:93 [INFO] [stdout] | [INFO] [stdout] 69 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 70 | | ::std::result::Result::Ok(Mode::from(s)) [INFO] [stdout] 71 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_mode.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(Mode::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_operator.rs:61:93 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 62 | | ::std::result::Result::Ok(Operator::from(s)) [INFO] [stdout] 63 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_operator.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(Operator::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_origin_manifest_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(OriginManifestType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_origin_manifest_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(OriginManifestType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_playback_configuration.rs:508:17 [INFO] [stdout] | [INFO] [stdout] 508 | / "STITCHED_ONLY" [INFO] [stdout] 509 | | .parse::() [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_playback_mode.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(PlaybackMode::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_playback_mode.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(PlaybackMode::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_prefetch_schedule_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(PrefetchScheduleType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_prefetch_schedule_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(PrefetchScheduleType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_relative_position.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(RelativePosition::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_relative_position.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(RelativePosition::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_schedule_entry_type.rs:69:93 [INFO] [stdout] | [INFO] [stdout] 69 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 70 | | ::std::result::Result::Ok(ScheduleEntryType::from(s)) [INFO] [stdout] 71 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_schedule_entry_type.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(ScheduleEntryType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_streaming_media_file_conditioning.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(StreamingMediaFileConditioning::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_streaming_media_file_conditioning.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(StreamingMediaFileConditioning::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_tier.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(Tier::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_tier.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(Tier::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_traffic_shaping_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(TrafficShapingType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_traffic_shaping_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(TrafficShapingType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_type_.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(Type::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_type_.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(Type::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:27:53 [INFO] [stdout] | [INFO] [stdout] 27 | builder.streaming_media_file_conditioning = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:174:26 [INFO] [stdout] | [INFO] [stdout] 174 | builder.r#type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:284:28 [INFO] [stdout] | [INFO] [stdout] 284 | builder.operator = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aws-sdk-mediatailor` (lib) due to 55 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/config.rs:1403:39 [INFO] [stdout] | [INFO] [stdout] 1403 | ... .map(|it| it.parse().unwrap()) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/operation/get_playback_configuration/_get_playback_configuration_output.rs:523:17 [INFO] [stdout] | [INFO] [stdout] 523 | / "STITCHED_ONLY" [INFO] [stdout] 524 | | .parse::() [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/operation/put_playback_configuration/_put_playback_configuration_output.rs:523:17 [INFO] [stdout] | [INFO] [stdout] 523 | / "STITCHED_ONLY" [INFO] [stdout] 524 | | .parse::() [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_access_type.rs:69:93 [INFO] [stdout] | [INFO] [stdout] 69 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 70 | | ::std::result::Result::Ok(AccessType::from(s)) [INFO] [stdout] 71 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_access_type.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(AccessType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_ad_markup_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(AdMarkupType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_ad_markup_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(AdMarkupType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_ads_interaction_exclude_event_type.rs:221:93 [INFO] [stdout] | [INFO] [stdout] 221 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 222 | | ::std::result::Result::Ok(AdsInteractionExcludeEventType::from(s)) [INFO] [stdout] 223 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_ads_interaction_exclude_event_type.rs:222:9 [INFO] [stdout] | [INFO] [stdout] 222 | ::std::result::Result::Ok(AdsInteractionExcludeEventType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_ads_interaction_publish_opt_in_event_type.rs:61:93 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 62 | | ::std::result::Result::Ok(AdsInteractionPublishOptInEventType::from(s)) [INFO] [stdout] 63 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_ads_interaction_publish_opt_in_event_type.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(AdsInteractionPublishOptInEventType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_alert_category.rs:69:93 [INFO] [stdout] | [INFO] [stdout] 69 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 70 | | ::std::result::Result::Ok(AlertCategory::from(s)) [INFO] [stdout] 71 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_alert_category.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(AlertCategory::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_channel_state.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(ChannelState::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_channel_state.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(ChannelState::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_fill_policy.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(FillPolicy::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_fill_policy.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(FillPolicy::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_insertion_mode.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(InsertionMode::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_insertion_mode.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(InsertionMode::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_list_prefetch_schedule_type.rs:69:93 [INFO] [stdout] | [INFO] [stdout] 69 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 70 | | ::std::result::Result::Ok(ListPrefetchScheduleType::from(s)) [INFO] [stdout] 71 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_list_prefetch_schedule_type.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(ListPrefetchScheduleType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_log_type.rs:61:93 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 62 | | ::std::result::Result::Ok(LogType::from(s)) [INFO] [stdout] 63 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_log_type.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(LogType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_logging_strategy.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(LoggingStrategy::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_logging_strategy.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(LoggingStrategy::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_manifest_service_exclude_event_type.rs:185:93 [INFO] [stdout] | [INFO] [stdout] 185 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 186 | | ::std::result::Result::Ok(ManifestServiceExcludeEventType::from(s)) [INFO] [stdout] 187 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_manifest_service_exclude_event_type.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | ::std::result::Result::Ok(ManifestServiceExcludeEventType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_message_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(MessageType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_message_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(MessageType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_mode.rs:69:93 [INFO] [stdout] | [INFO] [stdout] 69 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 70 | | ::std::result::Result::Ok(Mode::from(s)) [INFO] [stdout] 71 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_mode.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(Mode::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_operator.rs:61:93 [INFO] [stdout] | [INFO] [stdout] 61 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 62 | | ::std::result::Result::Ok(Operator::from(s)) [INFO] [stdout] 63 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_operator.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(Operator::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_origin_manifest_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(OriginManifestType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_origin_manifest_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(OriginManifestType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_playback_configuration.rs:508:17 [INFO] [stdout] | [INFO] [stdout] 508 | / "STITCHED_ONLY" [INFO] [stdout] 509 | | .parse::() [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_playback_mode.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(PlaybackMode::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_playback_mode.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(PlaybackMode::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_prefetch_schedule_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(PrefetchScheduleType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_prefetch_schedule_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(PrefetchScheduleType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_relative_position.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(RelativePosition::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_relative_position.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(RelativePosition::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_schedule_entry_type.rs:69:93 [INFO] [stdout] | [INFO] [stdout] 69 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 70 | | ::std::result::Result::Ok(ScheduleEntryType::from(s)) [INFO] [stdout] 71 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_schedule_entry_type.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(ScheduleEntryType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_streaming_media_file_conditioning.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(StreamingMediaFileConditioning::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_streaming_media_file_conditioning.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(StreamingMediaFileConditioning::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_tier.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(Tier::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_tier.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(Tier::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_traffic_shaping_type.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(TrafficShapingType::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_traffic_shaping_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(TrafficShapingType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_type_.rs:65:93 [INFO] [stdout] | [INFO] [stdout] 65 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 66 | | ::std::result::Result::Ok(Type::from(s)) [INFO] [stdout] 67 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_type_.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(Type::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:27:53 [INFO] [stdout] | [INFO] [stdout] 27 | builder.streaming_media_file_conditioning = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:174:26 [INFO] [stdout] | [INFO] [stdout] 174 | builder.r#type = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/serde_util.rs:284:28 [INFO] [stdout] | [INFO] [stdout] 284 | builder.operator = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aws-sdk-mediatailor` (lib test) due to 55 previous errors [INFO] running `Command { std: "docker" "inspect" "c6ea614840fc1cf4304000c1d1ad0824b445a1de958d5ca16f87af6a282af7dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6ea614840fc1cf4304000c1d1ad0824b445a1de958d5ca16f87af6a282af7dc", kill_on_drop: false }` [INFO] [stdout] c6ea614840fc1cf4304000c1d1ad0824b445a1de958d5ca16f87af6a282af7dc