[INFO] cloning repository https://github.com/jeffa5/matcher
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jeffa5/matcher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffa5%2Fmatcher", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffa5%2Fmatcher'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a0c26deb68200ad277e68e077089fdd06648453c
[INFO] checking jeffa5/matcher against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffa5%2Fmatcher" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jeffa5/matcher
[INFO] finished tweaking git repo https://github.com/jeffa5/matcher
[INFO] tweaked toml for git repo https://github.com/jeffa5/matcher written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jeffa5/matcher 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 git repo https://github.com/jeffa5/matcher 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 3e136277cbf9c720aea14fdb1810eb984702add40dec4b364749565026f375a3
[INFO] running `Command { std: "docker" "start" "-a" "3e136277cbf9c720aea14fdb1810eb984702add40dec4b364749565026f375a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e136277cbf9c720aea14fdb1810eb984702add40dec4b364749565026f375a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e136277cbf9c720aea14fdb1810eb984702add40dec4b364749565026f375a3", kill_on_drop: false }`
[INFO] [stdout] 3e136277cbf9c720aea14fdb1810eb984702add40dec4b364749565026f375a3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] b9511572567944755594b769a0061303154595e1c3185549cad4ccc48a65a7f3
[INFO] running `Command { std: "docker" "start" "-a" "b9511572567944755594b769a0061303154595e1c3185549cad4ccc48a65a7f3", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking bstr v1.10.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking unic-ucd-segment v0.9.0
[INFO] [stderr]     Checking deunicode v1.6.0
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking uuid v1.10.0
[INFO] [stderr]     Checking slug v0.1.6
[INFO] [stderr]     Checking unic-segment v0.9.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]     Checking globset v0.4.15
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]     Checking tokio v1.40.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]    Compiling pest v2.7.13
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking serde v1.0.210
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]    Compiling pest_meta v2.7.13
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]    Compiling pest_generator v2.7.13
[INFO] [stderr]     Checking hyper v1.4.1
[INFO] [stderr]     Checking tower v0.5.1
[INFO] [stderr]    Compiling pest_derive v2.7.13
[INFO] [stderr]     Checking hyper-util v0.1.9
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.16
[INFO] [stderr]     Checking axum v0.7.7
[INFO] [stderr]     Checking tera v1.20.0
[INFO] [stderr]     Checking axum-extra v0.9.4
[INFO] [stderr]     Checking matcher v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<CookieJar, Infallible>
[INFO] [stdout]   --> src/web.rs:37:23
[INFO] [stdout]    |
[INFO] [stdout] 37 |         let cookies = CookieJar::from_request_parts(parts, state).await.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<CookieJar, Infallible>
[INFO] [stdout]   --> src/web.rs:37:67
[INFO] [stdout]    |
[INFO] [stdout] 37 |         let cookies = CookieJar::from_request_parts(parts, state).await.unwrap();
[INFO] [stdout]    |                                                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CookieJar, Infallible>
[INFO] [stdout]   --> src/web.rs:37:23
[INFO] [stdout]    |
[INFO] [stdout] 37 |         let cookies = CookieJar::from_request_parts(parts, state).await.unwrap();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `matcher` (bin "matcher" test) due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: Result<CookieJar, Infallible>
[INFO] [stdout]   --> src/web.rs:37:23
[INFO] [stdout]    |
[INFO] [stdout] 37 |         let cookies = CookieJar::from_request_parts(parts, state).await.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<CookieJar, Infallible>
[INFO] [stdout]   --> src/web.rs:37:67
[INFO] [stdout]    |
[INFO] [stdout] 37 |         let cookies = CookieJar::from_request_parts(parts, state).await.unwrap();
[INFO] [stdout]    |                                                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<CookieJar, Infallible>
[INFO] [stdout]   --> src/web.rs:37:23
[INFO] [stdout]    |
[INFO] [stdout] 37 |         let cookies = CookieJar::from_request_parts(parts, state).await.unwrap();
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `matcher` (bin "matcher") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "b9511572567944755594b769a0061303154595e1c3185549cad4ccc48a65a7f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9511572567944755594b769a0061303154595e1c3185549cad4ccc48a65a7f3", kill_on_drop: false }`
[INFO] [stdout] b9511572567944755594b769a0061303154595e1c3185549cad4ccc48a65a7f3
