[INFO] cloning repository https://github.com/xuhuanzy/lua-config-analyzer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xuhuanzy/lua-config-analyzer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxuhuanzy%2Flua-config-analyzer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxuhuanzy%2Flua-config-analyzer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a45bd396d133e807dd447f9fce82c2e42265d353
[INFO] testing xuhuanzy/lua-config-analyzer against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxuhuanzy%2Flua-config-analyzer" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/xuhuanzy/lua-config-analyzer
[INFO] finished tweaking git repo https://github.com/xuhuanzy/lua-config-analyzer
[INFO] tweaked toml for git repo https://github.com/xuhuanzy/lua-config-analyzer written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/xuhuanzy/lua-config-analyzer on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/xuhuanzy/lua-config-analyzer 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" "+beta-2026-03-05" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e6ab46783480889d4f0683d2fa2db10dfa110bc1f50b6accc00a368abf5d707d
[INFO] running `Command { std: "docker" "start" "-a" "e6ab46783480889d4f0683d2fa2db10dfa110bc1f50b6accc00a368abf5d707d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6ab46783480889d4f0683d2fa2db10dfa110bc1f50b6accc00a368abf5d707d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6ab46783480889d4f0683d2fa2db10dfa110bc1f50b6accc00a368abf5d707d", kill_on_drop: false }`
[INFO] [stdout] e6ab46783480889d4f0683d2fa2db10dfa110bc1f50b6accc00a368abf5d707d
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 34e25cb82239fb60580f0f31d0560a08e1d24ce97c1934b18d0da2fb19c4add1
[INFO] running `Command { std: "docker" "start" "-a" "34e25cb82239fb60580f0f31d0560a08e1d24ce97c1934b18d0da2fb19c4add1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling normpath v1.3.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling countme v3.0.1
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling text-size v1.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling base62 v2.2.1
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling rowan v0.16.1
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling ref-cast v1.0.24
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling libyml v0.0.5
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling pori v0.0.0
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling terminal_size v0.4.2
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling dyn-clone v1.0.19
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.44
[INFO] [stderr]    Compiling emmylua_codestyle v0.6.0
[INFO] [stderr]    Compiling unicode-general-category v1.0.0
[INFO] [stderr]    Compiling internment v0.8.6
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling flagset v0.4.7
[INFO] [stderr]    Compiling smol_str v0.3.4
[INFO] [stderr]    Compiling inotify v0.11.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling fern v0.7.1
[INFO] [stderr]    Compiling const_format v0.2.34
[INFO] [stderr]    Compiling mimalloc v0.1.48
[INFO] [stderr]    Compiling rust-i18n v3.1.5
[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]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling emmylua_diagnostic_macro v0.5.0 (/opt/rustwide/workdir/crates/emmylua_diagnostic_macro)
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling schemars_derive v1.0.4
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling wax v0.6.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[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 serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling triomphe v0.1.14
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling serde_with v3.14.0
[INFO] [stderr]    Compiling schemars v1.0.4
[INFO] [stderr]    Compiling notify-types v2.0.0
[INFO] [stderr]    Compiling lsp-server v0.7.9
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling notify v8.2.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling rust-i18n-support v3.1.5
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling edit_version v0.1.0 (/opt/rustwide/workdir/tools/edit_version)
[INFO] [stderr]    Compiling rust-i18n-macro v3.1.5
[INFO] [stderr]    Compiling emmy_lsp_types v0.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling emmylua_parser v0.21.0 (/opt/rustwide/workdir/crates/emmylua_parser)
[INFO] [stderr]    Compiling emmylua_parser_desc v0.21.0 (/opt/rustwide/workdir/crates/emmylua_parser_desc)
[INFO] [stderr]    Compiling emmylua_code_style v0.1.0 (/opt/rustwide/workdir/crates/emmylua_code_style)
[INFO] [stderr]    Compiling std_i18n v0.1.0 (/opt/rustwide/workdir/tools/std_i18n)
[INFO] [stderr]    Compiling emmylua_code_analysis v0.19.0 (/opt/rustwide/workdir/crates/emmylua_code_analysis)
[INFO] [stderr]    Compiling emmylua_ls v0.19.0 (/opt/rustwide/workdir/crates/emmylua_ls)
[INFO] [stderr]    Compiling schema_json_gen v0.1.0 (/opt/rustwide/workdir/tools/schema_json_gen)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s
[INFO] running `Command { std: "docker" "inspect" "34e25cb82239fb60580f0f31d0560a08e1d24ce97c1934b18d0da2fb19c4add1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34e25cb82239fb60580f0f31d0560a08e1d24ce97c1934b18d0da2fb19c4add1", kill_on_drop: false }`
[INFO] [stdout] 34e25cb82239fb60580f0f31d0560a08e1d24ce97c1934b18d0da2fb19c4add1
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 81b98dfeb0eafe26b511f3e6a315e530488dc81060bd42ca436014a338b561c6
[INFO] running `Command { std: "docker" "start" "-a" "81b98dfeb0eafe26b511f3e6a315e530488dc81060bd42ca436014a338b561c6", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling emmylua_diagnostic_macro v0.5.0 (/opt/rustwide/workdir/crates/emmylua_diagnostic_macro)
[INFO] [stderr]    Compiling googletest_macro v0.14.2
[INFO] [stderr]    Compiling emmylua_code_style v0.1.0 (/opt/rustwide/workdir/crates/emmylua_code_style)
[INFO] [stderr]    Compiling std_i18n v0.1.0 (/opt/rustwide/workdir/tools/std_i18n)
[INFO] [stderr]    Compiling emmylua_parser v0.21.0 (/opt/rustwide/workdir/crates/emmylua_parser)
[INFO] [stderr]    Compiling edit_version v0.1.0 (/opt/rustwide/workdir/tools/edit_version)
[INFO] [stderr]    Compiling emmylua_code_analysis v0.19.0 (/opt/rustwide/workdir/crates/emmylua_code_analysis)
[INFO] [stderr]    Compiling googletest v0.14.2
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling emmylua_parser_desc v0.21.0 (/opt/rustwide/workdir/crates/emmylua_parser_desc)
[INFO] [stderr]    Compiling emmylua_ls v0.19.0 (/opt/rustwide/workdir/crates/emmylua_ls)
[INFO] [stderr] error: could not compile `emmylua_code_analysis` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2026-03-05-x86_64-unknown-linux-gnu/bin/rustc --crate-name emmylua_code_analysis --edition=2024 crates/emmylua_code_analysis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::wrong_self_convention' '--allow=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::too_many_arguments' '--allow=clippy::single_component_path_imports' '--allow=clippy::new_without_default' '--allow=clippy::needless_borrow' '--allow=clippy::module_inception' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_let_else' '--allow=clippy::let_unit_value' '--allow=clippy::let_and_return' '--allow=clippy::enum_variant_names' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::cognitive_complexity' '--allow=clippy::clone_on_copy' '--allow=clippy::box_collection' '--allow=clippy::bool_assert_comparison' '--allow=clippy::approx_constant' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=822e224602760eb9 -C extra-filename=-7ea47cbb151f7e0a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern dirs=/opt/rustwide/target/debug/deps/libdirs-92052e36e5228919.rlib --extern lsp_types=/opt/rustwide/target/debug/deps/libemmy_lsp_types-f059b431cf80f7a7.rlib --extern emmylua_codestyle=/opt/rustwide/target/debug/deps/libemmylua_codestyle-d06ba842a45340ce.rlib --extern emmylua_diagnostic_macro=/opt/rustwide/target/debug/deps/libemmylua_diagnostic_macro-d7b8ff5ed700bb53.so --extern emmylua_parser=/opt/rustwide/target/debug/deps/libemmylua_parser-70273d7b1cccc2cf.rlib --extern encoding_rs=/opt/rustwide/target/debug/deps/libencoding_rs-455f6c9b70001295.rlib --extern flagset=/opt/rustwide/target/debug/deps/libflagset-7c42db76cc665a03.rlib --extern googletest=/opt/rustwide/target/debug/deps/libgoogletest-6956124a879380ab.rlib --extern include_dir=/opt/rustwide/target/debug/deps/libinclude_dir-bd6cc641aa179dd3.rlib --extern internment=/opt/rustwide/target/debug/deps/libinternment-53b1017852ba96c0.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-ab9447b3f188acc5.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-28ade3d6717210f3.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-fa055ecaa1e57cfa.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-dd975ec0c2fc97d9.rlib --extern rowan=/opt/rustwide/target/debug/deps/librowan-d4377ebf6b5e84a5.rlib --extern rust_i18n=/opt/rustwide/target/debug/deps/librust_i18n-02840254038e4ca2.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-6b03972142e74d0f.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-fe53a08ca3cacc7c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-85629f41ee5ae40b.rlib --extern serde_with=/opt/rustwide/target/debug/deps/libserde_with-8dc9b14c7295e706.rlib --extern smol_str=/opt/rustwide/target/debug/deps/libsmol_str-0894f1bf6610f6dd.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-181c3e88fc5c86d5.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-1022896eebd76549.rlib --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-7cc6f300a6f0bf06.rlib --extern wax=/opt/rustwide/target/debug/deps/libwax-108803e898fbb193.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/emmylua_codestyle-58a06db3f8454ffc/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "81b98dfeb0eafe26b511f3e6a315e530488dc81060bd42ca436014a338b561c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81b98dfeb0eafe26b511f3e6a315e530488dc81060bd42ca436014a338b561c6", kill_on_drop: false }`
[INFO] [stdout] 81b98dfeb0eafe26b511f3e6a315e530488dc81060bd42ca436014a338b561c6
