[INFO] cloning repository https://github.com/amyreese/ruff-api
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/amyreese/ruff-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famyreese%2Fruff-api", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famyreese%2Fruff-api'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4e2afc1d76947d2ce74c1559c6bc521ae04f7847
[INFO] checking amyreese/ruff-api against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-27
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famyreese%2Fruff-api" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/amyreese/ruff-api
[INFO] finished tweaking git repo https://github.com/amyreese/ruff-api
[INFO] tweaked toml for git repo https://github.com/amyreese/ruff-api written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/amyreese/ruff-api on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/amyreese/ruff-api 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2a3498e489c3cddec6ef22de94d2f611b7c00f52bf191c1632c5481c1e230050
[INFO] running `Command { std: "docker" "start" "2a3498e489c3cddec6ef22de94d2f611b7c00f52bf191c1632c5481c1e230050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a3498e489c3cddec6ef22de94d2f611b7c00f52bf191c1632c5481c1e230050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2a3498e489c3cddec6ef22de94d2f611b7c00f52bf191c1632c5481c1e230050" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a3498e489c3cddec6ef22de94d2f611b7c00f52bf191c1632c5481c1e230050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2a3498e489c3cddec6ef22de94d2f611b7c00f52bf191c1632c5481c1e230050" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking hashbrown v0.16.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]    Compiling collection_literals v1.0.3
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling ruff_text_size v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling ruff_source_file v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking boxcar v0.2.14
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking indexmap v2.12.0
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling unicode-width v0.1.13
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]     Checking intrusive-collections v0.9.7
[INFO] [stderr]    Compiling ruff_python_trivia v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking thin-vec v0.2.14
[INFO] [stderr]     Checking salsa-macro-rules v0.24.0 (https://github.com/salsa-rs/salsa.git?rev=cdd0b85516a52c18b8a6d17a2279a96ed6c3e198#cdd0b855)
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking inventory v0.3.21
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.2
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]    Compiling pyo3-build-config v0.27.1
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking vte v0.11.1
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking bstr v1.10.0
[INFO] [stderr]    Compiling camino v1.2.1
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking unic-ucd-category v0.9.0
[INFO] [stderr]     Checking strip-ansi-escapes v0.2.0
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking ordermap v0.5.12
[INFO] [stderr]     Checking quick-xml v0.37.5
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking ruff_cache v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]     Checking clap_builder v4.5.51
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking etcetera v0.10.0
[INFO] [stderr]     Checking zip v0.6.6
[INFO] [stderr]     Checking ruff_annotate_snippets v0.1.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking version-ranges v0.1.1
[INFO] [stderr]     Checking unscanny v0.1.0
[INFO] [stderr]     Checking path-slash v0.2.1
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking arc-swap v1.7.1
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking pathdiff v0.2.1
[INFO] [stderr]     Checking similar v2.6.0
[INFO] [stderr]    Compiling peg-runtime v0.8.5
[INFO] [stderr]     Checking dunce v1.0.5
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]    Compiling peg-macros v0.8.5
[INFO] [stderr]     Checking ruff_python_stdlib v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking serde_spanned v1.0.3
[INFO] [stderr]     Checking toml_datetime v0.7.3
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling quote-use-macros v0.8.4
[INFO] [stderr]    Compiling derive-where v1.6.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling quote-use v0.8.4
[INFO] [stderr]    Compiling attribute-derive-macro v0.10.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling ruff_macros v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling is-macro v0.3.5
[INFO] [stderr]    Compiling salsa-macros v0.24.0 (https://github.com/salsa-rs/salsa.git?rev=cdd0b85516a52c18b8a6d17a2279a96ed6c3e198#cdd0b855)
[INFO] [stderr]    Compiling attribute-derive v0.10.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling uuid-macro-internal v1.18.1
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling serde_with_macros v3.9.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling get-size-derive2 v0.7.1
[INFO] [stderr]     Checking ty_static v0.0.1 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]     Checking toml_parser v1.0.4
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling unicode_names2_generator v1.2.2
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]     Checking drop_bomb v0.1.5
[INFO] [stderr]     Checking thiserror v1.0.63
[INFO] [stderr]     Checking toml_writer v1.0.4
[INFO] [stderr]     Checking newtype-uuid v1.3.1
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]    Compiling unicode_names2 v1.2.2
[INFO] [stderr]     Checking quick-junit v0.5.1
[INFO] [stderr]     Checking peg v0.8.5
[INFO] [stderr]     Checking toml v0.9.8
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]     Checking serde_with v3.9.0
[INFO] [stderr]     Checking url v2.5.2
[INFO] [stderr]     Checking pep440_rs v0.7.3
[INFO] [stderr]     Checking rust-stemmers v1.2.0
[INFO] [stderr]     Checking get-size2 v0.7.1
[INFO] [stderr]     Checking salsa v0.24.0 (https://github.com/salsa-rs/salsa.git?rev=cdd0b85516a52c18b8a6d17a2279a96ed6c3e198#cdd0b855)
[INFO] [stderr]     Checking clap v4.5.51
[INFO] [stderr]     Checking ruff_memory_usage v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking pep508_rs v0.9.2
[INFO] [stderr]     Checking ruff_diagnostics v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]     Checking ruff_notebook v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling libcst_derive v1.8.5
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking annotate-snippets v0.11.5
[INFO] [stderr]     Checking path-dedot v3.1.1
[INFO] [stderr]     Checking is-docker v0.2.0
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]    Compiling ty_python_semantic v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]     Checking colored v3.0.0
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking path-absolutize v3.1.1
[INFO] [stderr]     Checking is-wsl v0.4.0
[INFO] [stderr]    Compiling cc v1.2.44
[INFO] [stderr]     Checking imperative v1.0.6
[INFO] [stderr]     Checking pyproject-toml v0.13.7
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking libcst v1.8.5
[INFO] [stderr]     Checking test-case v3.3.1
[INFO] [stderr]     Checking fern v0.7.1
[INFO] [stderr]     Checking natord v1.0.9
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]    Compiling schemars_derive v1.0.4
[INFO] [stderr]     Checking jiff v0.2.1
[INFO] [stderr]     Checking ruff_python_ast v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking ruff_index v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling tikv-jemalloc-sys v0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking ruff_formatter v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]    Compiling terminfo v0.9.0
[INFO] [stderr]     Checking schemars v1.0.4
[INFO] [stderr]    Compiling pyo3-ffi v0.27.1
[INFO] [stderr]    Compiling pyo3-macros-backend v0.27.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking countme v3.0.1
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking shellexpand v3.1.1
[INFO] [stderr]     Checking clap_complete v4.5.60
[INFO] [stderr]     Checking ruff_options_metadata v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking env_home v0.1.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking lsp-types v0.95.1 (https://github.com/astral-sh/lsp-types.git?rev=3512a9f#3512a9f3)
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]     Checking which v8.0.0
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]     Checking clap_complete_nushell v4.5.10
[INFO] [stderr]     Checking ruff_python_parser v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking ruff_python_literal v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking lsp-server v0.7.9
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]    Compiling pyo3 v0.27.1
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking ruff_db v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking ruff_python_codegen v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking ruff_python_index v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking ruff_python_semantic v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking ruff_python_importer v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking os_str_bytes v7.1.1
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking notify-types v2.0.0
[INFO] [stderr]     Checking jod-thread v1.0.0
[INFO] [stderr]    Compiling ruff v0.14.3 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking argfile v0.2.1
[INFO] [stderr]     Checking notify v8.2.0
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking clearscreen v4.0.2
[INFO] [stderr]     Checking clap_complete_command v0.6.1
[INFO] [stderr]     Checking cachedir v0.3.1
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking unindent v0.2.4
[INFO] [stderr]     Checking wild v2.2.1
[INFO] [stderr]     Checking ruff_linter v0.14.3 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]     Checking ruff_python_formatter v0.0.0 (https://github.com/astral-sh/ruff.git?tag=0.14.3#8737a2d5)
[INFO] [stderr]    Compiling pyo3-macros v0.27.1
[INFO] [stderr] error: could not compile `lsp-types` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name lsp_types --edition=2018 /opt/rustwide/cargo-home/git/checkouts/lsp-types-00f0b207d7d3b3d9/3512a9f/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 --cfg 'feature="default"' --cfg 'feature="proposed"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proposed"))' -C metadata=da6606ecdec332eb -C extra-filename=-abe0e0125ef01e96 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-6dcfbc6bad33d8b2.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-bfa781a7b200fcb8.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-dfc20190569eee86.rmeta --extern serde_repr=/opt/rustwide/target/debug/deps/libserde_repr-33d99b3a52df0d1e.so --extern url=/opt/rustwide/target/debug/deps/liburl-bbcb62838894e925.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ty_python_semantic` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name ty_python_semantic --edition=2024 /opt/rustwide/cargo-home/git/checkouts/ruff-b18f69e2b025fac7/8737a2d/crates/ty_python_semantic/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars", "serde", "testing"))' -C metadata=35745f0d9bb8447c -C extra-filename=-8bbc2c20b075683e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-5d92c26bf78dd907.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-c85988d0561b2741.rmeta --extern bitvec=/opt/rustwide/target/debug/deps/libbitvec-849dd0021eecd1cb.rmeta --extern camino=/opt/rustwide/target/debug/deps/libcamino-3c2da70eaf2c15eb.rmeta --extern colored=/opt/rustwide/target/debug/deps/libcolored-9f883aca25bb3b22.rmeta --extern compact_str=/opt/rustwide/target/debug/deps/libcompact_str-7493b23953cf4726.rmeta --extern drop_bomb=/opt/rustwide/target/debug/deps/libdrop_bomb-cc5f5d03e57a8b98.rmeta --extern get_size2=/opt/rustwide/target/debug/deps/libget_size2-da625e9c98f36996.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-42bfcd2e49498e5b.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-b7fc74f7cf1c7a44.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-813c4cbc7f81f23b.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-a8313380c25031b5.rmeta --extern ordermap=/opt/rustwide/target/debug/deps/libordermap-b2b22654affb673b.rmeta --extern ruff_annotate_snippets=/opt/rustwide/target/debug/deps/libruff_annotate_snippets-b9a587dc58ce3e35.rmeta --extern ruff_db=/opt/rustwide/target/debug/deps/libruff_db-40fe802fbf3e09f5.rmeta --extern ruff_index=/opt/rustwide/target/debug/deps/libruff_index-366e21345f6d7901.rmeta --extern ruff_macros=/opt/rustwide/target/debug/deps/libruff_macros-9976b622deb0ad60.so --extern ruff_memory_usage=/opt/rustwide/target/debug/deps/libruff_memory_usage-fa958dbbc6ba4517.rmeta --extern ruff_python_ast=/opt/rustwide/target/debug/deps/libruff_python_ast-fa7cf396eff14d40.rmeta --extern ruff_python_literal=/opt/rustwide/target/debug/deps/libruff_python_literal-46db90aa494560c5.rmeta --extern ruff_python_parser=/opt/rustwide/target/debug/deps/libruff_python_parser-0040c8274ff419f1.rmeta --extern ruff_python_stdlib=/opt/rustwide/target/debug/deps/libruff_python_stdlib-e340412682220895.rmeta --extern ruff_python_trivia=/opt/rustwide/target/debug/deps/libruff_python_trivia-03bd10d2d0765971.rmeta --extern ruff_source_file=/opt/rustwide/target/debug/deps/libruff_source_file-bb8e8ddf652d2df9.rmeta --extern ruff_text_size=/opt/rustwide/target/debug/deps/libruff_text_size-dbafcd7f175fb45a.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-0bb3a5e14e8504c6.rmeta --extern salsa=/opt/rustwide/target/debug/deps/libsalsa-77a1ef62b619d28c.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-8a844c6b28342856.rmeta --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-f2154b0bf273423d.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-a1f0dce47f9b6856.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-5a5e568d7bf2adf9.rmeta --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-a20b22c82d0a3aba.so --extern test_case=/opt/rustwide/target/debug/deps/libtest_case-286bd1de9fca1215.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-498d9349b2a54cd6.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-e16b29d79f863f88.rmeta --extern ty_static=/opt/rustwide/target/debug/deps/libty_static-205dc739667f672a.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "2a3498e489c3cddec6ef22de94d2f611b7c00f52bf191c1632c5481c1e230050", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a3498e489c3cddec6ef22de94d2f611b7c00f52bf191c1632c5481c1e230050", kill_on_drop: false }`
[INFO] [stdout] 2a3498e489c3cddec6ef22de94d2f611b7c00f52bf191c1632c5481c1e230050
