[INFO] cloning repository https://github.com/Zenithsiz/rustidy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Zenithsiz/rustidy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZenithsiz%2Frustidy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZenithsiz%2Frustidy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 62aa62b3858b24b6a9e26a9c6dbd34dd066fb9d8 [INFO] checking Zenithsiz/rustidy against try#db4e1d23234d93b5e96ecc768b35d9090c32cddf for pr-149901-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZenithsiz%2Frustidy" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Zenithsiz/rustidy [INFO] finished tweaking git repo https://github.com/Zenithsiz/rustidy [INFO] tweaked toml for git repo https://github.com/Zenithsiz/rustidy written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Zenithsiz/rustidy on toolchain db4e1d23234d93b5e96ecc768b35d9090c32cddf [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Zenithsiz/rustidy 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" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8b07ddb62c1cee46b7bbf7320a09ad8129439df4f55ce713695289f556b5bb9 [INFO] running `Command { std: "docker" "start" "-a" "a8b07ddb62c1cee46b7bbf7320a09ad8129439df4f55ce713695289f556b5bb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8b07ddb62c1cee46b7bbf7320a09ad8129439df4f55ce713695289f556b5bb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8b07ddb62c1cee46b7bbf7320a09ad8129439df4f55ce713695289f556b5bb9", kill_on_drop: false }` [INFO] [stdout] a8b07ddb62c1cee46b7bbf7320a09ad8129439df4f55ce713695289f556b5bb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db4e1d23234d93b5e96ecc768b35d9090c32cddf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 237b31cbdfc2f83362a3dc6b8340d309e8fafae26293d460917d5b58c2e2432d [INFO] running `Command { std: "docker" "start" "-a" "237b31cbdfc2f83362a3dc6b8340d309e8fafae26293d460917d5b58c2e2432d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.102 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Checking unicode-ident v1.0.19 [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Checking log v0.4.28 [INFO] [stderr] Checking regex-syntax v0.8.7 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking anstyle-parse v0.2.7 [INFO] [stderr] Checking anstyle-query v1.1.4 [INFO] [stderr] Checking colorchoice v1.0.4 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle v1.0.13 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Checking nu-ansi-term v0.50.3 [INFO] [stderr] Checking clap_lex v0.7.5 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Checking clap_builder v4.5.48 [INFO] [stderr] Compiling convert_case v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Checking regex-automata v0.4.12 [INFO] [stderr] Checking memchr v2.7.6 [INFO] [stderr] Checking app-error v0.1.0 (https://github.com/Zenithsiz/app-error?rev=e21d2eab03d97a675c4b44ccfa4df00e18d56ba7#e21d2eab) [INFO] [stderr] Checking ident_case v1.0.1 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking unicode-segmentation v1.12.0 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling zutil-cloned v0.1.0 (https://github.com/Zenithsiz/zutil?rev=2913756373a37f36e50c2ffc90090b2ff1a7ce49#29137563) [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling duplicate v2.0.0 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking tracing-subscriber v0.3.20 [INFO] [stderr] Compiling extend v1.2.0 [INFO] [stderr] Checking strum v0.27.2 [INFO] [stderr] Checking clap v4.5.48 [INFO] [stderr] Compiling darling_macro v0.21.3 [INFO] [stderr] Checking zutil-logger v0.1.0 (https://github.com/Zenithsiz/zutil?rev=2913756373a37f36e50c2ffc90090b2ff1a7ce49#29137563) [INFO] [stderr] Compiling darling v0.21.3 [INFO] [stderr] Checking assert-json-diff v2.0.2 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Checking rustidy-macros v0.1.0 (/opt/rustwide/workdir/rustidy-macros) [INFO] [stderr] Checking rustidy v0.1.10 (/opt/rustwide/workdir/rustidy) [INFO] [stderr] error: could not compile `rustidy` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/db4e1d23234d93b5e96ecc768b35d9090c32cddf/bin/rustc --crate-name rustidy --edition=2024 rustidy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::pedantic' '--warn=clippy::nursery' '--allow=clippy::wildcard_imports' '--warn=clippy::unnecessary_self_imports' '--allow=clippy::unnecessary_debug_formatting' --warn=unexpected_cfgs '--allow=clippy::too_many_lines' '--allow=clippy::struct_field_names' '--allow=clippy::single_match_else' '--allow=clippy::similar_names' '--allow=clippy::option_if_let_else' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_bool' '--allow=clippy::large_enum_variant' '--allow=clippy::items-after-statements' '--allow=clippy::empty_enum' --check-cfg 'cfg(rust_analyzer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("parse-debug-name"))' -C metadata=680467481681b4c2 -C extra-filename=-70de67024a0e3398 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern app_error=/opt/rustwide/target/debug/deps/libapp_error-01d42ba582ff25ae.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-157d4f9ff7502d30.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-4cf0523a07cc6a20.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-9333d01a6ef8d829.rmeta --extern extend=/opt/rustwide/target/debug/deps/libextend-e4d321d88590df89.so --extern itertools=/opt/rustwide/target/debug/deps/libitertools-577f8903f48fe712.rmeta --extern ref_cast=/opt/rustwide/target/debug/deps/libref_cast-45d2367e35319688.rmeta --extern rustidy_macros=/opt/rustwide/target/debug/deps/librustidy_macros-517f1650ff45704b.so --extern serde=/opt/rustwide/target/debug/deps/libserde-2bd6521a37cf1c60.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-37997b1f378eef56.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-42748349605044fa.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-f725d12061df225c.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-54a836b9f65332f9.rmeta --extern zutil_logger=/opt/rustwide/target/debug/deps/libzutil_logger-0c41456564f8c445.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "237b31cbdfc2f83362a3dc6b8340d309e8fafae26293d460917d5b58c2e2432d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "237b31cbdfc2f83362a3dc6b8340d309e8fafae26293d460917d5b58c2e2432d", kill_on_drop: false }` [INFO] [stdout] 237b31cbdfc2f83362a3dc6b8340d309e8fafae26293d460917d5b58c2e2432d