[INFO] fetching crate aws-sdk-omics 1.96.0... [INFO] checking aws-sdk-omics-1.96.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate aws-sdk-omics 1.96.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate aws-sdk-omics 1.96.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate aws-sdk-omics 1.96.0 [INFO] tweaked toml for crates.io crate aws-sdk-omics 1.96.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate aws-sdk-omics 1.96.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-omics 1.96.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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 61d7ccd301a55cbb339dd84b6adba0586c0c0e0b92d33aa4880b1772516f5188 [INFO] running `Command { std: "docker" "start" "-a" "61d7ccd301a55cbb339dd84b6adba0586c0c0e0b92d33aa4880b1772516f5188", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61d7ccd301a55cbb339dd84b6adba0586c0c0e0b92d33aa4880b1772516f5188", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61d7ccd301a55cbb339dd84b6adba0586c0c0e0b92d33aa4880b1772516f5188", kill_on_drop: false }` [INFO] [stdout] 61d7ccd301a55cbb339dd84b6adba0586c0c0e0b92d33aa4880b1772516f5188 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 5a80b141ac65ab2924c59b56d12d40dad8d989f3a651c26821d9caa6c761d2e9 [INFO] running `Command { std: "docker" "start" "-a" "5a80b141ac65ab2924c59b56d12d40dad8d989f3a651c26821d9caa6c761d2e9", kill_on_drop: false }` [INFO] [stderr] Checking aws-sdk-omics v1.96.0 (/opt/rustwide/workdir) [INFO] [stdout] error: this type will no longer be must used: Result [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 [INFO] [stdout] --> src/types/_accelerators.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(Accelerators::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/_accelerators.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(Accelerators::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_annotation_type.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(AnnotationType::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_annotation_type.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(AnnotationType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_cache_behavior.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(CacheBehavior::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/_cache_behavior.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(CacheBehavior::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_creation_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(CreationType::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/_creation_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(CreationType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_e_tag_algorithm.rs:93:93 [INFO] [stdout] | [INFO] [stdout] 93 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 94 | | ::std::result::Result::Ok(ETagAlgorithm::from(s)) [INFO] [stdout] 95 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_e_tag_algorithm.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | ::std::result::Result::Ok(ETagAlgorithm::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_e_tag_algorithm_family.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(ETagAlgorithmFamily::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/_e_tag_algorithm_family.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(ETagAlgorithmFamily::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_encryption_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(EncryptionType::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/_encryption_type.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(EncryptionType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<_file_type::FileType, Infallible> [INFO] [stdout] --> src/types/_file_type.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(FileType::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<_file_type::FileType, Infallible> [INFO] [stdout] --> src/types/_file_type.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(FileType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_format_to_header_key.rs:81:93 [INFO] [stdout] | [INFO] [stdout] 81 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 82 | | ::std::result::Result::Ok(FormatToHeaderKey::from(s)) [INFO] [stdout] 83 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_format_to_header_key.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | ::std::result::Result::Ok(FormatToHeaderKey::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_job_status.rs:81:93 [INFO] [stdout] | [INFO] [stdout] 81 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 82 | | ::std::result::Result::Ok(JobStatus::from(s)) [INFO] [stdout] 83 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_job_status.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | ::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 [INFO] [stdout] --> src/types/_read_set_activation_job_item_status.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(ReadSetActivationJobItemStatus::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_activation_job_item_status.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(ReadSetActivationJobItemStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_activation_job_status.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(ReadSetActivationJobStatus::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_activation_job_status.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(ReadSetActivationJobStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_export_job_item_status.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(ReadSetExportJobItemStatus::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_export_job_item_status.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(ReadSetExportJobItemStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_export_job_status.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(ReadSetExportJobStatus::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_export_job_status.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(ReadSetExportJobStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_file.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(ReadSetFile::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/_read_set_file.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(ReadSetFile::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_import_job_item_status.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(ReadSetImportJobItemStatus::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_import_job_item_status.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(ReadSetImportJobItemStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_import_job_status.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(ReadSetImportJobStatus::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_import_job_status.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(ReadSetImportJobStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_part_source.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(ReadSetPartSource::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/_read_set_part_source.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(ReadSetPartSource::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_status.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(ReadSetStatus::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_status.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(ReadSetStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reference_creation_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(ReferenceCreationType::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/_reference_creation_type.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(ReferenceCreationType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reference_file.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(ReferenceFile::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/_reference_file.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(ReferenceFile::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reference_import_job_item_status.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(ReferenceImportJobItemStatus::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reference_import_job_item_status.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(ReferenceImportJobItemStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reference_import_job_status.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(ReferenceImportJobStatus::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reference_import_job_status.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(ReferenceImportJobStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reference_status.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(ReferenceStatus::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/_reference_status.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(ReferenceStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_resource_owner.rs:68:93 [INFO] [stdout] | [INFO] [stdout] 68 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 69 | | ::std::result::Result::Ok(ResourceOwner::from(s)) [INFO] [stdout] 70 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_resource_owner.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | ::std::result::Result::Ok(ResourceOwner::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_run_cache_status.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(RunCacheStatus::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/_run_cache_status.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(RunCacheStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_run_export.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(RunExport::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/_run_export.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(RunExport::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_run_log_level.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(RunLogLevel::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_run_log_level.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(RunLogLevel::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_run_retention_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(RunRetentionMode::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/_run_retention_mode.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(RunRetentionMode::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_run_status.rs:89:93 [INFO] [stdout] | [INFO] [stdout] 89 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 90 | | ::std::result::Result::Ok(RunStatus::from(s)) [INFO] [stdout] 91 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_run_status.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | ::std::result::Result::Ok(RunStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_schema_value_type.rs:81:93 [INFO] [stdout] | [INFO] [stdout] 81 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 82 | | ::std::result::Result::Ok(SchemaValueType::from(s)) [INFO] [stdout] 83 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_schema_value_type.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | ::std::result::Result::Ok(SchemaValueType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_sequence_store_status.rs:77:93 [INFO] [stdout] | [INFO] [stdout] 77 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 78 | | ::std::result::Result::Ok(SequenceStoreStatus::from(s)) [INFO] [stdout] 79 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_sequence_store_status.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | ::std::result::Result::Ok(SequenceStoreStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_share_resource_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(ShareResourceType::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/_share_resource_type.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(ShareResourceType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_share_status.rs:81:93 [INFO] [stdout] | [INFO] [stdout] 81 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 82 | | ::std::result::Result::Ok(ShareStatus::from(s)) [INFO] [stdout] 83 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_share_status.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | ::std::result::Result::Ok(ShareStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_source_reference_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(SourceReferenceType::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/_source_reference_type.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(SourceReferenceType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_storage_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(StorageType::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/_storage_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(StorageType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_store_format.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(StoreFormat::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/_store_format.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(StoreFormat::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_store_status.rs:77:93 [INFO] [stdout] | [INFO] [stdout] 77 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 78 | | ::std::result::Result::Ok(StoreStatus::from(s)) [INFO] [stdout] 79 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_store_status.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | ::std::result::Result::Ok(StoreStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_store_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(StoreType::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/_store_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(StoreType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_task_status.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(TaskStatus::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_task_status.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(TaskStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_version_status.rs:77:93 [INFO] [stdout] | [INFO] [stdout] 77 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 78 | | ::std::result::Result::Ok(VersionStatus::from(s)) [INFO] [stdout] 79 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_version_status.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | ::std::result::Result::Ok(VersionStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_workflow_engine.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(WorkflowEngine::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_workflow_engine.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(WorkflowEngine::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_workflow_export.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(WorkflowExport::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/_workflow_export.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(WorkflowExport::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_workflow_status.rs:81:93 [INFO] [stdout] | [INFO] [stdout] 81 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 82 | | ::std::result::Result::Ok(WorkflowStatus::from(s)) [INFO] [stdout] 83 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_workflow_status.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | ::std::result::Result::Ok(WorkflowStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_workflow_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(WorkflowType::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/_workflow_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(WorkflowType::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:99:26 [INFO] [stdout] | [INFO] [stdout] 99 | builder.status = "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:129:26 [INFO] [stdout] | [INFO] [stdout] 129 | builder.status = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<_file_type::FileType, Infallible> [INFO] [stdout] --> src/serde_util.rs:147:36 [INFO] [stdout] | [INFO] [stdout] 147 | builder.source_file_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:201:26 [INFO] [stdout] | [INFO] [stdout] 201 | builder.status = "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:216:26 [INFO] [stdout] | [INFO] [stdout] 216 | builder.status = "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:225:26 [INFO] [stdout] | [INFO] [stdout] 225 | builder.status = "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:246:26 [INFO] [stdout] | [INFO] [stdout] 246 | builder.status = "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:282:26 [INFO] [stdout] | [INFO] [stdout] 282 | builder.status = "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:330:26 [INFO] [stdout] | [INFO] [stdout] 330 | builder.status = "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:381:26 [INFO] [stdout] | [INFO] [stdout] 381 | builder.status = "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:402:26 [INFO] [stdout] | [INFO] [stdout] 402 | builder.status = "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:423:26 [INFO] [stdout] | [INFO] [stdout] 423 | builder.status = "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:447:26 [INFO] [stdout] | [INFO] [stdout] 447 | builder.status = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<_file_type::FileType, Infallible> [INFO] [stdout] --> src/serde_util.rs:450:29 [INFO] [stdout] | [INFO] [stdout] 450 | builder.file_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:471:26 [INFO] [stdout] | [INFO] [stdout] 471 | builder.status = "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:558:26 [INFO] [stdout] | [INFO] [stdout] 558 | builder.status = "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:588:26 [INFO] [stdout] | [INFO] [stdout] 588 | builder.status = "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:696:26 [INFO] [stdout] | [INFO] [stdout] 696 | builder.status = "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:717:26 [INFO] [stdout] | [INFO] [stdout] 717 | builder.status = "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:738:26 [INFO] [stdout] | [INFO] [stdout] 738 | builder.status = "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:759:26 [INFO] [stdout] | [INFO] [stdout] 759 | builder.status = "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:786:26 [INFO] [stdout] | [INFO] [stdout] 786 | builder.status = "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:813:26 [INFO] [stdout] | [INFO] [stdout] 813 | builder.status = "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:858:26 [INFO] [stdout] | [INFO] [stdout] 858 | builder.status = "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:886:26 [INFO] [stdout] | [INFO] [stdout] 886 | 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:901:26 [INFO] [stdout] | [INFO] [stdout] 901 | builder.status = "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:916:26 [INFO] [stdout] | [INFO] [stdout] 916 | builder.status = "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:928:30 [INFO] [stdout] | [INFO] [stdout] 928 | builder.job_status = "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:949:26 [INFO] [stdout] | [INFO] [stdout] 949 | builder.status = "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:970:26 [INFO] [stdout] | [INFO] [stdout] 970 | builder.status = "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:979:32 [INFO] [stdout] | [INFO] [stdout] 979 | builder.store_format = "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:1015:26 [INFO] [stdout] | [INFO] [stdout] 1015 | builder.status = "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:1051:26 [INFO] [stdout] | [INFO] [stdout] 1051 | builder.status = "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:1069:26 [INFO] [stdout] | [INFO] [stdout] 1069 | builder.status = "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:1090:26 [INFO] [stdout] | [INFO] [stdout] 1090 | builder.status = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<_file_type::FileType, Infallible> [INFO] [stdout] --> src/serde_util.rs:1108:36 [INFO] [stdout] | [INFO] [stdout] 1108 | builder.source_file_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:1111:26 [INFO] [stdout] | [INFO] [stdout] 1111 | builder.status = "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:1135:26 [INFO] [stdout] | [INFO] [stdout] 1135 | builder.status = "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:1147:26 [INFO] [stdout] | [INFO] [stdout] 1147 | builder.status = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<_file_type::FileType, Infallible> [INFO] [stdout] --> src/serde_util.rs:1162:36 [INFO] [stdout] | [INFO] [stdout] 1162 | builder.source_file_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:1210:26 [INFO] [stdout] | [INFO] [stdout] 1210 | builder.status = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<_file_type::FileType, Infallible> [INFO] [stdout] --> src/serde_util.rs:1213:29 [INFO] [stdout] | [INFO] [stdout] 1213 | builder.file_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:1231:31 [INFO] [stdout] | [INFO] [stdout] 1231 | builder.part_source = "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:1297:26 [INFO] [stdout] | [INFO] [stdout] 1297 | 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:1312:30 [INFO] [stdout] | [INFO] [stdout] 1312 | builder.job_status = "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:1330:26 [INFO] [stdout] | [INFO] [stdout] 1330 | builder.status = "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:1351:26 [INFO] [stdout] | [INFO] [stdout] 1351 | builder.status = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aws-sdk-omics` (lib test) due to 138 previous errors [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4f260f0f20b3133d20cfb50353c0221943af5796/bin/rustc --crate-name aws_sdk_omics --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="default-https-client"' --cfg 'feature="rt-tokio"' --cfg 'feature="rustls"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("behavior-version-latest", "default", "default-https-client", "gated-tests", "rt-tokio", "rustls", "test-util"))' -C metadata=fc4f8009d6a486c0 -C extra-filename=-4273ba3b37715957 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aws_config=/opt/rustwide/target/debug/deps/libaws_config-10e96503dd127d4f.rmeta --extern aws_credential_types=/opt/rustwide/target/debug/deps/libaws_credential_types-4fe4363257f3e756.rmeta --extern aws_runtime=/opt/rustwide/target/debug/deps/libaws_runtime-3dc755df9e3d0817.rmeta --extern aws_sigv4=/opt/rustwide/target/debug/deps/libaws_sigv4-6472337f638fb289.rmeta --extern aws_smithy_async=/opt/rustwide/target/debug/deps/libaws_smithy_async-a037a29bb5435e6b.rmeta --extern aws_smithy_http=/opt/rustwide/target/debug/deps/libaws_smithy_http-087ea7475a91b059.rmeta --extern aws_smithy_json=/opt/rustwide/target/debug/deps/libaws_smithy_json-9aa76982071b978a.rmeta --extern aws_smithy_runtime=/opt/rustwide/target/debug/deps/libaws_smithy_runtime-aa225193fcccdf27.rmeta --extern aws_smithy_runtime_api=/opt/rustwide/target/debug/deps/libaws_smithy_runtime_api-d23fe7e673446348.rmeta --extern aws_smithy_types=/opt/rustwide/target/debug/deps/libaws_smithy_types-b7b4b50b2b25fd98.rmeta --extern aws_types=/opt/rustwide/target/debug/deps/libaws_types-1bebd1ae9415851d.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-03fb88865d5ab996.rmeta --extern fastrand=/opt/rustwide/target/debug/deps/libfastrand-101059ba5e443d73.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-414cf7f9a3383338.rmeta --extern proptest=/opt/rustwide/target/debug/deps/libproptest-4116b417077295a8.rmeta --extern regex_lite=/opt/rustwide/target/debug/deps/libregex_lite-9e70e6c08b1d46e7.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-c84c81192f4af5a8.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-c7f200c9cdb03216.rmeta --cap-lints=forbid -Dunmustuse_in_always_ok -L native=/opt/rustwide/target/debug/build/ring-a93afb0c4f64cf16/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-b1bf321dc8893a46/out` (signal: 9, SIGKILL: kill) [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: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 [INFO] [stdout] --> src/types/_accelerators.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(Accelerators::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/_accelerators.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(Accelerators::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_annotation_type.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(AnnotationType::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_annotation_type.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(AnnotationType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_cache_behavior.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(CacheBehavior::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/_cache_behavior.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(CacheBehavior::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_creation_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(CreationType::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/_creation_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(CreationType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_e_tag_algorithm.rs:93:93 [INFO] [stdout] | [INFO] [stdout] 93 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 94 | | ::std::result::Result::Ok(ETagAlgorithm::from(s)) [INFO] [stdout] 95 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_e_tag_algorithm.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | ::std::result::Result::Ok(ETagAlgorithm::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_e_tag_algorithm_family.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(ETagAlgorithmFamily::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/_e_tag_algorithm_family.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(ETagAlgorithmFamily::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_encryption_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(EncryptionType::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/_encryption_type.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(EncryptionType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<_file_type::FileType, Infallible> [INFO] [stdout] --> src/types/_file_type.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(FileType::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<_file_type::FileType, Infallible> [INFO] [stdout] --> src/types/_file_type.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(FileType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_format_to_header_key.rs:81:93 [INFO] [stdout] | [INFO] [stdout] 81 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 82 | | ::std::result::Result::Ok(FormatToHeaderKey::from(s)) [INFO] [stdout] 83 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_format_to_header_key.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | ::std::result::Result::Ok(FormatToHeaderKey::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_job_status.rs:81:93 [INFO] [stdout] | [INFO] [stdout] 81 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 82 | | ::std::result::Result::Ok(JobStatus::from(s)) [INFO] [stdout] 83 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_job_status.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | ::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 [INFO] [stdout] --> src/types/_read_set_activation_job_item_status.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(ReadSetActivationJobItemStatus::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_activation_job_item_status.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(ReadSetActivationJobItemStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_activation_job_status.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(ReadSetActivationJobStatus::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_activation_job_status.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(ReadSetActivationJobStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_export_job_item_status.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(ReadSetExportJobItemStatus::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_export_job_item_status.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(ReadSetExportJobItemStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_export_job_status.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(ReadSetExportJobStatus::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_export_job_status.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(ReadSetExportJobStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_file.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(ReadSetFile::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/_read_set_file.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(ReadSetFile::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_import_job_item_status.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(ReadSetImportJobItemStatus::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_import_job_item_status.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(ReadSetImportJobItemStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_import_job_status.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(ReadSetImportJobStatus::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_import_job_status.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(ReadSetImportJobStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_part_source.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(ReadSetPartSource::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/_read_set_part_source.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(ReadSetPartSource::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_status.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(ReadSetStatus::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_read_set_status.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(ReadSetStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reference_creation_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(ReferenceCreationType::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/_reference_creation_type.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(ReferenceCreationType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reference_file.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(ReferenceFile::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/_reference_file.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(ReferenceFile::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reference_import_job_item_status.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(ReferenceImportJobItemStatus::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reference_import_job_item_status.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(ReferenceImportJobItemStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reference_import_job_status.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(ReferenceImportJobStatus::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reference_import_job_status.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(ReferenceImportJobStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_reference_status.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(ReferenceStatus::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/_reference_status.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(ReferenceStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_resource_owner.rs:68:93 [INFO] [stdout] | [INFO] [stdout] 68 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 69 | | ::std::result::Result::Ok(ResourceOwner::from(s)) [INFO] [stdout] 70 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_resource_owner.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | ::std::result::Result::Ok(ResourceOwner::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_run_cache_status.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(RunCacheStatus::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/_run_cache_status.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(RunCacheStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_run_export.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(RunExport::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/_run_export.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | ::std::result::Result::Ok(RunExport::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_run_log_level.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(RunLogLevel::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_run_log_level.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(RunLogLevel::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_run_retention_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(RunRetentionMode::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/_run_retention_mode.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(RunRetentionMode::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_run_status.rs:89:93 [INFO] [stdout] | [INFO] [stdout] 89 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 90 | | ::std::result::Result::Ok(RunStatus::from(s)) [INFO] [stdout] 91 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_run_status.rs:90:9 [INFO] [stdout] | [INFO] [stdout] 90 | ::std::result::Result::Ok(RunStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_schema_value_type.rs:81:93 [INFO] [stdout] | [INFO] [stdout] 81 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 82 | | ::std::result::Result::Ok(SchemaValueType::from(s)) [INFO] [stdout] 83 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_schema_value_type.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | ::std::result::Result::Ok(SchemaValueType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_sequence_store_status.rs:77:93 [INFO] [stdout] | [INFO] [stdout] 77 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 78 | | ::std::result::Result::Ok(SequenceStoreStatus::from(s)) [INFO] [stdout] 79 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_sequence_store_status.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | ::std::result::Result::Ok(SequenceStoreStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_share_resource_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(ShareResourceType::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/_share_resource_type.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(ShareResourceType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_share_status.rs:81:93 [INFO] [stdout] | [INFO] [stdout] 81 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 82 | | ::std::result::Result::Ok(ShareStatus::from(s)) [INFO] [stdout] 83 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_share_status.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | ::std::result::Result::Ok(ShareStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_source_reference_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(SourceReferenceType::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/_source_reference_type.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(SourceReferenceType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_storage_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(StorageType::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/_storage_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(StorageType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_store_format.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(StoreFormat::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/_store_format.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | ::std::result::Result::Ok(StoreFormat::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_store_status.rs:77:93 [INFO] [stdout] | [INFO] [stdout] 77 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 78 | | ::std::result::Result::Ok(StoreStatus::from(s)) [INFO] [stdout] 79 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_store_status.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | ::std::result::Result::Ok(StoreStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_store_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(StoreType::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/_store_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(StoreType::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_task_status.rs:85:93 [INFO] [stdout] | [INFO] [stdout] 85 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 86 | | ::std::result::Result::Ok(TaskStatus::from(s)) [INFO] [stdout] 87 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_task_status.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | ::std::result::Result::Ok(TaskStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_version_status.rs:77:93 [INFO] [stdout] | [INFO] [stdout] 77 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 78 | | ::std::result::Result::Ok(VersionStatus::from(s)) [INFO] [stdout] 79 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_version_status.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | ::std::result::Result::Ok(VersionStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_workflow_engine.rs:73:93 [INFO] [stdout] | [INFO] [stdout] 73 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 74 | | ::std::result::Result::Ok(WorkflowEngine::from(s)) [INFO] [stdout] 75 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_workflow_engine.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | ::std::result::Result::Ok(WorkflowEngine::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_workflow_export.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(WorkflowExport::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/_workflow_export.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(WorkflowExport::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_workflow_status.rs:81:93 [INFO] [stdout] | [INFO] [stdout] 81 | fn from_str(s: &str) -> ::std::result::Result::Err> { [INFO] [stdout] | _____________________________________________________________________________________________^ [INFO] [stdout] 82 | | ::std::result::Result::Ok(WorkflowStatus::from(s)) [INFO] [stdout] 83 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_workflow_status.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | ::std::result::Result::Ok(WorkflowStatus::from(s)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result [INFO] [stdout] --> src/types/_workflow_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(WorkflowType::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/_workflow_type.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | ::std::result::Result::Ok(WorkflowType::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:99:26 [INFO] [stdout] | [INFO] [stdout] 99 | builder.status = "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:129:26 [INFO] [stdout] | [INFO] [stdout] 129 | builder.status = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<_file_type::FileType, Infallible> [INFO] [stdout] --> src/serde_util.rs:147:36 [INFO] [stdout] | [INFO] [stdout] 147 | builder.source_file_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:201:26 [INFO] [stdout] | [INFO] [stdout] 201 | builder.status = "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:216:26 [INFO] [stdout] | [INFO] [stdout] 216 | builder.status = "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:225:26 [INFO] [stdout] | [INFO] [stdout] 225 | builder.status = "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:246:26 [INFO] [stdout] | [INFO] [stdout] 246 | builder.status = "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:282:26 [INFO] [stdout] | [INFO] [stdout] 282 | builder.status = "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:330:26 [INFO] [stdout] | [INFO] [stdout] 330 | builder.status = "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:381:26 [INFO] [stdout] | [INFO] [stdout] 381 | builder.status = "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:402:26 [INFO] [stdout] | [INFO] [stdout] 402 | builder.status = "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:423:26 [INFO] [stdout] | [INFO] [stdout] 423 | builder.status = "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:447:26 [INFO] [stdout] | [INFO] [stdout] 447 | builder.status = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<_file_type::FileType, Infallible> [INFO] [stdout] --> src/serde_util.rs:450:29 [INFO] [stdout] | [INFO] [stdout] 450 | builder.file_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:471:26 [INFO] [stdout] | [INFO] [stdout] 471 | builder.status = "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:558:26 [INFO] [stdout] | [INFO] [stdout] 558 | builder.status = "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:588:26 [INFO] [stdout] | [INFO] [stdout] 588 | builder.status = "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:696:26 [INFO] [stdout] | [INFO] [stdout] 696 | builder.status = "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:717:26 [INFO] [stdout] | [INFO] [stdout] 717 | builder.status = "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:738:26 [INFO] [stdout] | [INFO] [stdout] 738 | builder.status = "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:759:26 [INFO] [stdout] | [INFO] [stdout] 759 | builder.status = "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:786:26 [INFO] [stdout] | [INFO] [stdout] 786 | builder.status = "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:813:26 [INFO] [stdout] | [INFO] [stdout] 813 | builder.status = "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:858:26 [INFO] [stdout] | [INFO] [stdout] 858 | builder.status = "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:886:26 [INFO] [stdout] | [INFO] [stdout] 886 | 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:901:26 [INFO] [stdout] | [INFO] [stdout] 901 | builder.status = "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:916:26 [INFO] [stdout] | [INFO] [stdout] 916 | builder.status = "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:928:30 [INFO] [stdout] | [INFO] [stdout] 928 | builder.job_status = "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:949:26 [INFO] [stdout] | [INFO] [stdout] 949 | builder.status = "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:970:26 [INFO] [stdout] | [INFO] [stdout] 970 | builder.status = "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:979:32 [INFO] [stdout] | [INFO] [stdout] 979 | builder.store_format = "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:1015:26 [INFO] [stdout] | [INFO] [stdout] 1015 | builder.status = "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:1051:26 [INFO] [stdout] | [INFO] [stdout] 1051 | builder.status = "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:1069:26 [INFO] [stdout] | [INFO] [stdout] 1069 | builder.status = "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:1090:26 [INFO] [stdout] | [INFO] [stdout] 1090 | builder.status = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<_file_type::FileType, Infallible> [INFO] [stdout] --> src/serde_util.rs:1108:36 [INFO] [stdout] | [INFO] [stdout] 1108 | builder.source_file_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:1111:26 [INFO] [stdout] | [INFO] [stdout] 1111 | builder.status = "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:1135:26 [INFO] [stdout] | [INFO] [stdout] 1135 | builder.status = "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:1147:26 [INFO] [stdout] | [INFO] [stdout] 1147 | builder.status = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<_file_type::FileType, Infallible> [INFO] [stdout] --> src/serde_util.rs:1162:36 [INFO] [stdout] | [INFO] [stdout] 1162 | builder.source_file_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:1210:26 [INFO] [stdout] | [INFO] [stdout] 1210 | builder.status = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<_file_type::FileType, Infallible> [INFO] [stdout] --> src/serde_util.rs:1213:29 [INFO] [stdout] | [INFO] [stdout] 1213 | builder.file_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:1231:31 [INFO] [stdout] | [INFO] [stdout] 1231 | builder.part_source = "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:1297:26 [INFO] [stdout] | [INFO] [stdout] 1297 | 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:1312:30 [INFO] [stdout] | [INFO] [stdout] 1312 | builder.job_status = "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:1330:26 [INFO] [stdout] | [INFO] [stdout] 1330 | builder.status = "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:1351:26 [INFO] [stdout] | [INFO] [stdout] 1351 | builder.status = "no value was set".parse::().ok() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aws-sdk-omics` (lib) due to 138 previous errors [INFO] running `Command { std: "docker" "inspect" "5a80b141ac65ab2924c59b56d12d40dad8d989f3a651c26821d9caa6c761d2e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a80b141ac65ab2924c59b56d12d40dad8d989f3a651c26821d9caa6c761d2e9", kill_on_drop: false }` [INFO] [stdout] 5a80b141ac65ab2924c59b56d12d40dad8d989f3a651c26821d9caa6c761d2e9