[INFO] fetching crate emmylua_ls 0.17.0...
[INFO] checking emmylua_ls-0.17.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate emmylua_ls 0.17.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate emmylua_ls 0.17.0
[INFO] finished tweaking crates.io crate emmylua_ls 0.17.0
[INFO] tweaked toml for crates.io crate emmylua_ls 0.17.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate emmylua_ls 0.17.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 emmylua_ls 0.17.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-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] a1206cd96b41664c3a082427b633e95c8662dde84783f7ec72d29287a872780b
[INFO] running `Command { std: "docker" "start" "-a" "a1206cd96b41664c3a082427b633e95c8662dde84783f7ec72d29287a872780b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a1206cd96b41664c3a082427b633e95c8662dde84783f7ec72d29287a872780b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1206cd96b41664c3a082427b633e95c8662dde84783f7ec72d29287a872780b", kill_on_drop: false }`
[INFO] [stdout] a1206cd96b41664c3a082427b633e95c8662dde84783f7ec72d29287a872780b
[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] d569f1ff6ef1963a7765eb12f96492a9b7b37a583cddcbe33246ce174514a38a
[INFO] running `Command { std: "docker" "start" "-a" "d569f1ff6ef1963a7765eb12f96492a9b7b37a583cddcbe33246ce174514a38a", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking countme v3.0.1
[INFO] [stderr]    Compiling ref-cast v1.0.24
[INFO] [stderr]     Checking text-size v1.1.1
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking rowan v0.16.1
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]    Compiling emmylua_codestyle v0.5.0
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.44
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]    Compiling unicode-general-category v1.0.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking globset v0.4.16
[INFO] [stderr]     Checking pori v0.0.0
[INFO] [stderr]     Checking const_format v0.2.34
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking terminal_size v0.4.2
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking dyn-clone v1.0.19
[INFO] [stderr]     Checking clap_builder v4.5.51
[INFO] [stderr]     Checking globwalk v0.8.1
[INFO] [stderr]     Checking internment v0.8.6
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking libyml v0.0.5
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]    Compiling rust-i18n v3.1.5
[INFO] [stderr]     Checking smol_str v0.3.4
[INFO] [stderr]     Checking flagset v0.4.7
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking mimalloc v0.1.48
[INFO] [stderr]     Checking fern v0.7.1
[INFO] [stderr]     Checking glob v0.3.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling serde_with_macros v3.14.0
[INFO] [stderr]    Compiling schemars_derive v1.0.4
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling emmylua_diagnostic_macro v0.5.0
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking wax v0.6.0
[INFO] [stderr]    Compiling googletest_macro v0.14.2
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking googletest v0.14.2
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking clap v4.5.51
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking triomphe v0.1.14
[INFO] [stderr]     Checking schemars v1.0.4
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking serde_with v3.14.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking notify-types v2.0.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking notify v8.2.0
[INFO] [stderr]     Checking emmy_lsp_types v0.1.0
[INFO] [stderr]     Checking rust-i18n-support v3.1.5
[INFO] [stderr]     Checking tokio-util v0.7.16
[INFO] [stderr]     Checking lsp-server v0.7.9
[INFO] [stderr]    Compiling rust-i18n-macro v3.1.5
[INFO] [stderr]     Checking emmylua_parser v0.19.0
[INFO] [stderr]     Checking emmylua_parser_desc v0.19.0
[INFO] [stderr]     Checking emmylua_code_analysis v0.17.0
[INFO] [stderr]     Checking emmylua_ls v0.17.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<emmy_annotator_request::EmmyAnnotatorType, Infallible>
[INFO] [stdout]   --> src/handlers/emmy_annotator/emmy_annotator_request.rs:25:39
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(Debug, Eq, PartialEq, Clone, Deserialize, Serialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<emmy_gutter_request::GutterKind, Infallible>
[INFO] [stdout]   --> src/handlers/emmy_gutter/emmy_gutter_request.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Debug, Eq, PartialEq, Clone, Deserialize, Serialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]    --> src/handlers/initialized/mod.rs:136:41
[INFO] [stdout]     |
[INFO] [stdout] 136 |         mut_analysis.add_main_workspace(PathBuf::from_str(workspace_root).unwrap());
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]    --> src/handlers/initialized/mod.rs:141:44
[INFO] [stdout]     |
[INFO] [stdout] 141 |         mut_analysis.add_library_workspace(PathBuf::from_str(lib).unwrap());
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<PathBuf, Infallible>
[INFO] [stdout]    --> src/handlers/initialized/mod.rs:142:32
[INFO] [stdout]     |
[INFO] [stdout] 142 |         workspace_folders.push(PathBuf::from_str(lib).unwrap());
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `emmylua_ls` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<emmy_annotator_request::EmmyAnnotatorType, Infallible>
[INFO] [stdout]   --> src/handlers/emmy_annotator/emmy_annotator_request.rs:25:39
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[derive(Debug, Eq, PartialEq, Clone, Deserialize, Serialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<emmy_gutter_request::GutterKind, Infallible>
[INFO] [stdout]   --> src/handlers/emmy_gutter/emmy_gutter_request.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(Debug, Eq, PartialEq, Clone, Deserialize, Serialize)]
[INFO] [stdout]    |                                       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<PathBuf, Infallible>
[INFO] [stdout]    --> src/handlers/initialized/mod.rs:136:41
[INFO] [stdout]     |
[INFO] [stdout] 136 |         mut_analysis.add_main_workspace(PathBuf::from_str(workspace_root).unwrap());
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<PathBuf, Infallible>
[INFO] [stdout]    --> src/handlers/initialized/mod.rs:141:44
[INFO] [stdout]     |
[INFO] [stdout] 141 |         mut_analysis.add_library_workspace(PathBuf::from_str(lib).unwrap());
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: std::result::Result<PathBuf, Infallible>
[INFO] [stdout]    --> src/handlers/initialized/mod.rs:142:32
[INFO] [stdout]     |
[INFO] [stdout] 142 |         workspace_folders.push(PathBuf::from_str(lib).unwrap());
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `emmylua_ls` (lib test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "d569f1ff6ef1963a7765eb12f96492a9b7b37a583cddcbe33246ce174514a38a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d569f1ff6ef1963a7765eb12f96492a9b7b37a583cddcbe33246ce174514a38a", kill_on_drop: false }`
[INFO] [stdout] d569f1ff6ef1963a7765eb12f96492a9b7b37a583cddcbe33246ce174514a38a
