[INFO] fetching crate librashader-common 0.9.1...
[INFO] checking librashader-common-0.9.1 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate librashader-common 0.9.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate librashader-common 0.9.1
[INFO] finished tweaking crates.io crate librashader-common 0.9.1
[INFO] tweaked toml for crates.io crate librashader-common 0.9.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate librashader-common 0.9.1 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 librashader-common 0.9.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 29171cacca1e5ea1fbdb294194b48535d90ef7687379835e5589f3c6d3efebf5
[INFO] running `Command { std: "docker" "start" "-a" "29171cacca1e5ea1fbdb294194b48535d90ef7687379835e5589f3c6d3efebf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "29171cacca1e5ea1fbdb294194b48535d90ef7687379835e5589f3c6d3efebf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29171cacca1e5ea1fbdb294194b48535d90ef7687379835e5589f3c6d3efebf5", kill_on_drop: false }`
[INFO] [stdout] 29171cacca1e5ea1fbdb294194b48535d90ef7687379835e5589f3c6d3efebf5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7509be08461cb342afa7542e37915c90d9441c3f8a514b37dd6582b47e863405
[INFO] running `Command { std: "docker" "start" "-a" "7509be08461cb342afa7542e37915c90d9441c3f8a514b37dd6582b47e863405", kill_on_drop: false }`
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking halfbrown v0.2.5
[INFO] [stderr]     Checking librashader-common v0.9.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<WrapMode, Infallible>
[INFO] [stdout]    --> src/lib.rs:110:53
[INFO] [stdout]     |
[INFO] [stdout] 110 |       fn from_str(s: &str) -> Result<Self, Self::Err> {
[INFO] [stdout]     |  _____________________________________________________^
[INFO] [stdout] 111 | |         Ok(match s {
[INFO] [stdout] 112 | |             "clamp_to_border" => WrapMode::ClampToBorder,
[INFO] [stdout] 113 | |             "clamp_to_edge" => WrapMode::ClampToEdge,
[INFO] [stdout] ...   |
[INFO] [stdout] 117 | |         })
[INFO] [stdout] 118 | |     }
[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<WrapMode, Infallible>
[INFO] [stdout]    --> src/lib.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 | /         Ok(match s {
[INFO] [stdout] 112 | |             "clamp_to_border" => WrapMode::ClampToBorder,
[INFO] [stdout] 113 | |             "clamp_to_edge" => WrapMode::ClampToEdge,
[INFO] [stdout] 114 | |             "repeat" => WrapMode::Repeat,
[INFO] [stdout] 115 | |             "mirrored_repeat" => WrapMode::MirroredRepeat,
[INFO] [stdout] 116 | |             _ => WrapMode::ClampToBorder,
[INFO] [stdout] 117 | |         })
[INFO] [stdout]     | |__________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FilterMode, Infallible>
[INFO] [stdout]    --> src/lib.rs:124:53
[INFO] [stdout]     |
[INFO] [stdout] 124 |       fn from_str(s: &str) -> Result<Self, Self::Err> {
[INFO] [stdout]     |  _____________________________________________________^
[INFO] [stdout] 125 | |         Ok(match s {
[INFO] [stdout] 126 | |             "linear" => FilterMode::Linear,
[INFO] [stdout] 127 | |             "nearest" => FilterMode::Nearest,
[INFO] [stdout] 128 | |             _ => FilterMode::Nearest,
[INFO] [stdout] 129 | |         })
[INFO] [stdout] 130 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FilterMode, Infallible>
[INFO] [stdout]    --> src/lib.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 | /         Ok(match s {
[INFO] [stdout] 126 | |             "linear" => FilterMode::Linear,
[INFO] [stdout] 127 | |             "nearest" => FilterMode::Nearest,
[INFO] [stdout] 128 | |             _ => FilterMode::Nearest,
[INFO] [stdout] 129 | |         })
[INFO] [stdout]     | |__________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImageFormat, Infallible>
[INFO] [stdout]    --> src/lib.rs:152:53
[INFO] [stdout]     |
[INFO] [stdout] 152 |       fn from_str(s: &str) -> Result<Self, Self::Err> {
[INFO] [stdout]     |  _____________________________________________________^
[INFO] [stdout] 153 | |         Ok(match s {
[INFO] [stdout] 154 | |             "UNKNOWN" => Self::Unknown,
[INFO] [stdout] ...   |
[INFO] [stdout] 190 | |         })
[INFO] [stdout] 191 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImageFormat, Infallible>
[INFO] [stdout]    --> src/lib.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 | /         Ok(match s {
[INFO] [stdout] 154 | |             "UNKNOWN" => Self::Unknown,
[INFO] [stdout] 155 | |
[INFO] [stdout] 156 | |             "R8_UNORM" => Self::R8Unorm,
[INFO] [stdout] ...   |
[INFO] [stdout] 189 | |             _ => Self::Unknown,
[INFO] [stdout] 190 | |         })
[INFO] [stdout]     | |__________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<WrapMode, Infallible>
[INFO] [stdout]    --> src/lib.rs:110:53
[INFO] [stdout]     |
[INFO] [stdout] 110 |       fn from_str(s: &str) -> Result<Self, Self::Err> {
[INFO] [stdout]     |  _____________________________________________________^
[INFO] [stdout] 111 | |         Ok(match s {
[INFO] [stdout] 112 | |             "clamp_to_border" => WrapMode::ClampToBorder,
[INFO] [stdout] 113 | |             "clamp_to_edge" => WrapMode::ClampToEdge,
[INFO] [stdout] ...   |
[INFO] [stdout] 117 | |         })
[INFO] [stdout] 118 | |     }
[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<WrapMode, Infallible>
[INFO] [stdout]    --> src/lib.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 | /         Ok(match s {
[INFO] [stdout] 112 | |             "clamp_to_border" => WrapMode::ClampToBorder,
[INFO] [stdout] 113 | |             "clamp_to_edge" => WrapMode::ClampToEdge,
[INFO] [stdout] 114 | |             "repeat" => WrapMode::Repeat,
[INFO] [stdout] 115 | |             "mirrored_repeat" => WrapMode::MirroredRepeat,
[INFO] [stdout] 116 | |             _ => WrapMode::ClampToBorder,
[INFO] [stdout] 117 | |         })
[INFO] [stdout]     | |__________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FilterMode, Infallible>
[INFO] [stdout]    --> src/lib.rs:124:53
[INFO] [stdout]     |
[INFO] [stdout] 124 |       fn from_str(s: &str) -> Result<Self, Self::Err> {
[INFO] [stdout]     |  _____________________________________________________^
[INFO] [stdout] 125 | |         Ok(match s {
[INFO] [stdout] 126 | |             "linear" => FilterMode::Linear,
[INFO] [stdout] 127 | |             "nearest" => FilterMode::Nearest,
[INFO] [stdout] 128 | |             _ => FilterMode::Nearest,
[INFO] [stdout] 129 | |         })
[INFO] [stdout] 130 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<FilterMode, Infallible>
[INFO] [stdout]    --> src/lib.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 | /         Ok(match s {
[INFO] [stdout] 126 | |             "linear" => FilterMode::Linear,
[INFO] [stdout] 127 | |             "nearest" => FilterMode::Nearest,
[INFO] [stdout] 128 | |             _ => FilterMode::Nearest,
[INFO] [stdout] 129 | |         })
[INFO] [stdout]     | |__________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImageFormat, Infallible>
[INFO] [stdout]    --> src/lib.rs:152:53
[INFO] [stdout]     |
[INFO] [stdout] 152 |       fn from_str(s: &str) -> Result<Self, Self::Err> {
[INFO] [stdout]     |  _____________________________________________________^
[INFO] [stdout] 153 | |         Ok(match s {
[INFO] [stdout] 154 | |             "UNKNOWN" => Self::Unknown,
[INFO] [stdout] ...   |
[INFO] [stdout] 190 | |         })
[INFO] [stdout] 191 | |     }
[INFO] [stdout]     | |_____^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<ImageFormat, Infallible>
[INFO] [stdout]    --> src/lib.rs:153:9
[INFO] [stdout]     |
[INFO] [stdout] 153 | /         Ok(match s {
[INFO] [stdout] 154 | |             "UNKNOWN" => Self::Unknown,
[INFO] [stdout] 155 | |
[INFO] [stdout] 156 | |             "R8_UNORM" => Self::R8Unorm,
[INFO] [stdout] ...   |
[INFO] [stdout] 189 | |             _ => Self::Unknown,
[INFO] [stdout] 190 | |         })
[INFO] [stdout]     | |__________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `librashader-common` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `librashader-common` (lib test) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "7509be08461cb342afa7542e37915c90d9441c3f8a514b37dd6582b47e863405", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7509be08461cb342afa7542e37915c90d9441c3f8a514b37dd6582b47e863405", kill_on_drop: false }`
[INFO] [stdout] 7509be08461cb342afa7542e37915c90d9441c3f8a514b37dd6582b47e863405
