[INFO] cloning repository https://github.com/illumination-k/agent-lens
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/illumination-k/agent-lens" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillumination-k%2Fagent-lens", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillumination-k%2Fagent-lens'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ba8cb58bc6c081366496b62f93687e22e9ab7092
[INFO] checking illumination-k/agent-lens against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fillumination-k%2Fagent-lens" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/illumination-k/agent-lens
[INFO] finished tweaking git repo https://github.com/illumination-k/agent-lens
[INFO] tweaked toml for git repo https://github.com/illumination-k/agent-lens written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/illumination-k/agent-lens 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/illumination-k/agent-lens 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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c59edb53dc390a739dbd9329abcaeabf9befb02bc8c799b9eaa9d6a107ce49e3
[INFO] running `Command { std: "docker" "start" "c59edb53dc390a739dbd9329abcaeabf9befb02bc8c799b9eaa9d6a107ce49e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c59edb53dc390a739dbd9329abcaeabf9befb02bc8c799b9eaa9d6a107ce49e3", 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" "c59edb53dc390a739dbd9329abcaeabf9befb02bc8c799b9eaa9d6a107ce49e3" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c59edb53dc390a739dbd9329abcaeabf9befb02bc8c799b9eaa9d6a107ce49e3", 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" "c59edb53dc390a739dbd9329abcaeabf9befb02bc8c799b9eaa9d6a107ce49e3" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking rustc-hash v2.1.3
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling phf_shared v0.14.0
[INFO] [stderr]    Compiling zerocopy v0.8.53
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling cc v1.2.66
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking smawk v0.3.3
[INFO] [stderr]    Compiling collection_literals v1.0.3
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]     Checking oxc_data_structures v0.140.0
[INFO] [stderr]    Compiling phf_generator v0.14.0
[INFO] [stderr]    Compiling phf v0.14.0
[INFO] [stderr]     Checking oxc_estree v0.140.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking cow-utils v0.1.3
[INFO] [stderr]    Compiling dragonbox_ecma v0.1.12
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking unicode-id-start v1.4.0
[INFO] [stderr]     Checking thin-vec v0.2.18
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]    Compiling tree-sitter-language v0.1.7
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking oxc_allocator v0.140.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]     Checking num-bigint v0.5.1
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking oxc_str v0.140.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]    Compiling tree-sitter-go v0.25.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking ordermap v1.2.0
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]     Checking clap_builder v4.6.2
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking toml v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking bstr v1.12.3
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking globset v0.4.19
[INFO] [stderr]     Checking ignore v0.4.31
[INFO] [stderr]     Checking criterion-plot v0.8.2
[INFO] [stderr]    Compiling tree-sitter v0.26.11
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling quote-use-macros v0.8.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerocopy-derive v0.8.53
[INFO] [stderr]    Compiling oxc-miette-derive v3.0.1
[INFO] [stderr]    Compiling derive-where v1.6.1
[INFO] [stderr]    Compiling oxc_ast_macros v0.140.0
[INFO] [stderr]    Compiling phf_macros v0.14.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling is-macro v0.3.7
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling quote-use v0.8.4
[INFO] [stderr]    Compiling attribute-derive-macro v0.10.5
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling attribute-derive v0.10.5
[INFO] [stderr]     Checking oxc-miette v3.0.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking lens-domain v0.1.0 (/opt/rustwide/workdir/crates/lens-domain)
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling get-size-derive2 v0.10.1
[INFO] [stderr]    Compiling unicode_names2_generator v1.3.0
[INFO] [stderr]     Checking oxc_span v0.140.0
[INFO] [stderr]     Checking oxc_diagnostics v0.140.0
[INFO] [stderr]     Checking clap v4.6.4
[INFO] [stderr]     Checking oxc_regular_expression v0.140.0
[INFO] [stderr]     Checking lens-golang v0.1.0 (/opt/rustwide/workdir/crates/lens-golang)
[INFO] [stderr]     Checking lens-rust v0.1.0 (/opt/rustwide/workdir/crates/lens-rust)
[INFO] [stderr]    Compiling unicode_names2 v1.3.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking oxc_index v5.0.0
[INFO] [stderr]     Checking agent-hooks v0.1.0 (/opt/rustwide/workdir/crates/agent-hooks)
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking get-size2 v0.10.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking ruff_text_size v0.0.0 (https://github.com/astral-sh/ruff?tag=0.15.18#6686f634)
[INFO] [stderr]     Checking oxc_syntax v0.140.0
[INFO] [stderr]     Checking ruff_source_file v0.0.0 (https://github.com/astral-sh/ruff?tag=0.15.18#6686f634)
[INFO] [stderr]     Checking ruff_python_trivia v0.0.0 (https://github.com/astral-sh/ruff?tag=0.15.18#6686f634)
[INFO] [stderr]     Checking rstest v0.26.1
[INFO] [stderr]     Checking ruff_python_ast v0.0.0 (https://github.com/astral-sh/ruff?tag=0.15.18#6686f634)
[INFO] [stderr]     Checking oxc_ast v0.140.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking criterion v0.8.2
[INFO] [stderr]     Checking ruff_python_parser v0.0.0 (https://github.com/astral-sh/ruff?tag=0.15.18#6686f634)
[INFO] [stderr]     Checking lens-py v0.1.0 (/opt/rustwide/workdir/crates/lens-py)
[INFO] [stderr]     Checking oxc_ecmascript v0.140.0
[INFO] [stderr]     Checking oxc_ast_visit v0.140.0
[INFO] [stderr]     Checking oxc_parser v0.140.0
[INFO] [stderr]     Checking lens-ts v0.1.0 (/opt/rustwide/workdir/crates/lens-ts)
[INFO] [stderr]     Checking agent-lens v0.1.0 (/opt/rustwide/workdir/crates/agent-lens)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: attribute-derive-macro v0.10.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "c59edb53dc390a739dbd9329abcaeabf9befb02bc8c799b9eaa9d6a107ce49e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c59edb53dc390a739dbd9329abcaeabf9befb02bc8c799b9eaa9d6a107ce49e3", kill_on_drop: false }`
[INFO] [stdout] c59edb53dc390a739dbd9329abcaeabf9befb02bc8c799b9eaa9d6a107ce49e3
