[INFO] fetching crate normalize-path-except 0.2.1... [INFO] checking normalize-path-except-0.2.1 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate normalize-path-except 0.2.1 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate normalize-path-except 0.2.1 [INFO] finished tweaking crates.io crate normalize-path-except 0.2.1 [INFO] tweaked toml for crates.io crate normalize-path-except 0.2.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate normalize-path-except 0.2.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 normalize-path-except 0.2.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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba359c13c653c1eed3e5b2796761aa02ae04a36386c858fd76b04dbed1657985 [INFO] running `Command { std: "docker" "start" "-a" "ba359c13c653c1eed3e5b2796761aa02ae04a36386c858fd76b04dbed1657985", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba359c13c653c1eed3e5b2796761aa02ae04a36386c858fd76b04dbed1657985", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba359c13c653c1eed3e5b2796761aa02ae04a36386c858fd76b04dbed1657985", kill_on_drop: false }` [INFO] [stdout] ba359c13c653c1eed3e5b2796761aa02ae04a36386c858fd76b04dbed1657985 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3fa96c8e6080b170fd7b8b771a576456298834d4db1b0a95cc0aefcc44d24338 [INFO] running `Command { std: "docker" "start" "-a" "3fa96c8e6080b170fd7b8b771a576456298834d4db1b0a95cc0aefcc44d24338", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Checking bytes v1.10.0 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Checking http v1.2.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking normalize-path-except v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking http-body-util v0.1.2 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Checking tokio v1.43.0 [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/lib.rs:178:87 [INFO] [stdout] | [INFO] [stdout] 178 | async fn handle(request: Request<()>) -> Result, Infallible> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 179 | | Ok(Response::new(request.uri().to_string())) [INFO] [stdout] 180 | | } [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, Infallible> [INFO] [stdout] --> src/lib.rs:178:87 [INFO] [stdout] | [INFO] [stdout] 178 | async fn handle(request: Request<()>) -> Result, Infallible> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 179 | | Ok(Response::new(request.uri().to_string())) [INFO] [stdout] 180 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/lib.rs:179:13 [INFO] [stdout] | [INFO] [stdout] 179 | Ok(Response::new(request.uri().to_string())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/lib.rs:186:20 [INFO] [stdout] | [INFO] [stdout] 186 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 187 | | .ready() [INFO] [stdout] 188 | | .await [INFO] [stdout] 189 | | .unwrap() [INFO] [stdout] 190 | | .call(Request::builder().uri("/foo/").body(()).unwrap()) [INFO] [stdout] 191 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&mut NormalizePath) -> impl Future, Infallible>> {handle}>>, Infallible> [INFO] [stdout] --> src/lib.rs:186:20 [INFO] [stdout] | [INFO] [stdout] 186 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 187 | | .ready() [INFO] [stdout] 188 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&mut NormalizePath) -> impl Future, Infallible>> {handle}>>, Infallible> [INFO] [stdout] --> src/lib.rs:188:14 [INFO] [stdout] | [INFO] [stdout] 188 | .await [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&mut NormalizePath) -> impl Future, Infallible>> {handle}>>, Infallible> [INFO] [stdout] --> src/lib.rs:186:20 [INFO] [stdout] | [INFO] [stdout] 186 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 187 | | .ready() [INFO] [stdout] 188 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/lib.rs:191:14 [INFO] [stdout] | [INFO] [stdout] 191 | .await [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/lib.rs:186:20 [INFO] [stdout] | [INFO] [stdout] 186 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 187 | | .ready() [INFO] [stdout] 188 | | .await [INFO] [stdout] 189 | | .unwrap() [INFO] [stdout] 190 | | .call(Request::builder().uri("/foo/").body(()).unwrap()) [INFO] [stdout] 191 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/lib.rs:197:20 [INFO] [stdout] | [INFO] [stdout] 197 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 198 | | .ready() [INFO] [stdout] 199 | | .await [INFO] [stdout] 200 | | .unwrap() [INFO] [stdout] 201 | | .call(Request::builder().uri("/foo/bar/").body(()).unwrap()) [INFO] [stdout] 202 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&mut NormalizePath) -> impl Future, Infallible>> {handle}>>, Infallible> [INFO] [stdout] --> src/lib.rs:197:20 [INFO] [stdout] | [INFO] [stdout] 197 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 198 | | .ready() [INFO] [stdout] 199 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&mut NormalizePath) -> impl Future, Infallible>> {handle}>>, Infallible> [INFO] [stdout] --> src/lib.rs:199:14 [INFO] [stdout] | [INFO] [stdout] 199 | .await [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&mut NormalizePath) -> impl Future, Infallible>> {handle}>>, Infallible> [INFO] [stdout] --> src/lib.rs:197:20 [INFO] [stdout] | [INFO] [stdout] 197 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 198 | | .ready() [INFO] [stdout] 199 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/lib.rs:202:14 [INFO] [stdout] | [INFO] [stdout] 202 | .await [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/lib.rs:197:20 [INFO] [stdout] | [INFO] [stdout] 197 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 198 | | .ready() [INFO] [stdout] 199 | | .await [INFO] [stdout] 200 | | .unwrap() [INFO] [stdout] 201 | | .call(Request::builder().uri("/foo/bar/").body(()).unwrap()) [INFO] [stdout] 202 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/lib.rs:208:20 [INFO] [stdout] | [INFO] [stdout] 208 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 209 | | .ready() [INFO] [stdout] 210 | | .await [INFO] [stdout] 211 | | .unwrap() [INFO] [stdout] 212 | | .call(Request::builder().uri("/bar/").body(()).unwrap()) [INFO] [stdout] 213 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&mut NormalizePath) -> impl Future, Infallible>> {handle}>>, Infallible> [INFO] [stdout] --> src/lib.rs:208:20 [INFO] [stdout] | [INFO] [stdout] 208 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 209 | | .ready() [INFO] [stdout] 210 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&mut NormalizePath) -> impl Future, Infallible>> {handle}>>, Infallible> [INFO] [stdout] --> src/lib.rs:210:14 [INFO] [stdout] | [INFO] [stdout] 210 | .await [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&mut NormalizePath) -> impl Future, Infallible>> {handle}>>, Infallible> [INFO] [stdout] --> src/lib.rs:208:20 [INFO] [stdout] | [INFO] [stdout] 208 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 209 | | .ready() [INFO] [stdout] 210 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/lib.rs:213:14 [INFO] [stdout] | [INFO] [stdout] 213 | .await [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/lib.rs:208:20 [INFO] [stdout] | [INFO] [stdout] 208 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 209 | | .ready() [INFO] [stdout] 210 | | .await [INFO] [stdout] 211 | | .unwrap() [INFO] [stdout] 212 | | .call(Request::builder().uri("/bar/").body(()).unwrap()) [INFO] [stdout] 213 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/lib.rs:219:20 [INFO] [stdout] | [INFO] [stdout] 219 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 220 | | .ready() [INFO] [stdout] 221 | | .await [INFO] [stdout] 222 | | .unwrap() [INFO] [stdout] 223 | | .call(Request::builder().uri("/bar/baz/").body(()).unwrap()) [INFO] [stdout] 224 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&mut NormalizePath) -> impl Future, Infallible>> {handle}>>, Infallible> [INFO] [stdout] --> src/lib.rs:219:20 [INFO] [stdout] | [INFO] [stdout] 219 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 220 | | .ready() [INFO] [stdout] 221 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&mut NormalizePath) -> impl Future, Infallible>> {handle}>>, Infallible> [INFO] [stdout] --> src/lib.rs:221:14 [INFO] [stdout] | [INFO] [stdout] 221 | .await [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&mut NormalizePath) -> impl Future, Infallible>> {handle}>>, Infallible> [INFO] [stdout] --> src/lib.rs:219:20 [INFO] [stdout] | [INFO] [stdout] 219 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 220 | | .ready() [INFO] [stdout] 221 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/lib.rs:224:14 [INFO] [stdout] | [INFO] [stdout] 224 | .await [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/lib.rs:219:20 [INFO] [stdout] | [INFO] [stdout] 219 | let body = svc [INFO] [stdout] | ____________________^ [INFO] [stdout] 220 | | .ready() [INFO] [stdout] 221 | | .await [INFO] [stdout] 222 | | .unwrap() [INFO] [stdout] 223 | | .call(Request::builder().uri("/bar/baz/").body(()).unwrap()) [INFO] [stdout] 224 | | .await [INFO] [stdout] | |__________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `normalize-path-except` (lib test) due to 27 previous errors [INFO] running `Command { std: "docker" "inspect" "3fa96c8e6080b170fd7b8b771a576456298834d4db1b0a95cc0aefcc44d24338", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fa96c8e6080b170fd7b8b771a576456298834d4db1b0a95cc0aefcc44d24338", kill_on_drop: false }` [INFO] [stdout] 3fa96c8e6080b170fd7b8b771a576456298834d4db1b0a95cc0aefcc44d24338