[INFO] cloning repository https://github.com/Howards254/MarisJS
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Howards254/MarisJS" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHowards254%2FMarisJS", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHowards254%2FMarisJS'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4898449435ed72e17fcdd849d13eb8836172ed7b
[INFO] checking Howards254/MarisJS against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHowards254%2FMarisJS" "/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/Howards254/MarisJS
[INFO] finished tweaking git repo https://github.com/Howards254/MarisJS
[INFO] tweaked toml for git repo https://github.com/Howards254/MarisJS written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Howards254/MarisJS on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Howards254/MarisJS 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ef3eb8cba0fb0ab1ec5e3c274b48f53eace836f2b32558b10e8726f59ad1963e
[INFO] running `Command { std: "docker" "start" "ef3eb8cba0fb0ab1ec5e3c274b48f53eace836f2b32558b10e8726f59ad1963e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ef3eb8cba0fb0ab1ec5e3c274b48f53eace836f2b32558b10e8726f59ad1963e", 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" "ef3eb8cba0fb0ab1ec5e3c274b48f53eace836f2b32558b10e8726f59ad1963e" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ef3eb8cba0fb0ab1ec5e3c274b48f53eace836f2b32558b10e8726f59ad1963e", 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" "ef3eb8cba0fb0ab1ec5e3c274b48f53eace836f2b32558b10e8726f59ad1963e" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling serde v1.0.199
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.199
[INFO] [stderr]    Compiling swc_macros_common v0.3.14
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking phf_shared v0.11.3
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]    Compiling rand v0.8.7
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]     Checking better_scoped_tls v0.1.2
[INFO] [stderr]    Compiling swc_eq_ignore_macros v0.1.4
[INFO] [stderr]    Compiling is-macro v0.3.7
[INFO] [stderr]    Compiling stacker v0.1.24
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]     Checking unicode-id-start v1.4.0
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling inotify-sys v0.1.8
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling ref-cast v1.0.26
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]    Compiling ast_node v0.9.9
[INFO] [stderr]    Compiling from_variant v0.1.9
[INFO] [stderr]    Compiling string_enum v0.4.4
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]    Compiling serde_derive_internals v0.30.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.26
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]     Checking clap_builder v4.6.2
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]    Compiling rmcp v3.0.0-beta.2
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]    Compiling schemars_derive v1.2.2
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling regex-automata v0.4.16
[INFO] [stderr]     Checking uuid v1.24.0
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking clap v4.6.4
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking futures-executor v0.3.33
[INFO] [stderr]     Checking futures v0.3.33
[INFO] [stderr]    Compiling rmcp-macros v3.0.0-beta.2
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking tokio-stream v0.1.19
[INFO] [stderr]     Checking triomphe v0.1.16
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]    Compiling ar_archive_writer v0.5.2
[INFO] [stderr]     Checking hstr v0.2.17
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]     Checking swc_atoms v0.6.7
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling swc_visit_macros v0.5.13
[INFO] [stderr]    Compiling psm v0.1.31
[INFO] [stderr]     Checking schemars v1.2.2
[INFO] [stderr]     Checking swc_visit v0.5.14
[INFO] [stderr]     Checking swc_common v0.33.26
[INFO] [stderr]     Checking swc_ecma_ast v0.112.8
[INFO] [stderr]     Checking swc_ecma_visit v0.98.7
[INFO] [stderr]     Checking swc_ecma_parser v0.143.16
[INFO] [stderr]     Checking parser v0.1.8 (/opt/rustwide/workdir/crates/parser)
[INFO] [stderr]     Checking validator v0.1.8 (/opt/rustwide/workdir/crates/validator)
[INFO] [stdout] warning: unused imports: `JsxAttrValue`, `JsxAttr`, and `JsxNode`
[INFO] [stdout]     --> crates/validator/src/lib.rs:1103:60
[INFO] [stdout]      |
[INFO] [stdout] 1103 |         ComponentFile, ExportInfo, ExportKind, ImportInfo, JsxAttr, JsxAttrValue, JsxExprInfo,
[INFO] [stdout]      |                                                            ^^^^^^^  ^^^^^^^^^^^^
[INFO] [stdout] 1104 |         JsxExpression, JsxNode, PropsInfo, RunsOn, SignalDecl, SignalKind, TopLevelBinding,
[INFO] [stdout]      |                        ^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `has_signal` is assigned to, but never used
[INFO] [stdout]    --> crates/validator/src/lib.rs:613:9
[INFO] [stdout]     |
[INFO] [stdout] 613 |     let mut has_signal = false;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_has_signal` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `has_signal` is never read
[INFO] [stdout]    --> crates/validator/src/lib.rs:690:17
[INFO] [stdout]     |
[INFO] [stdout] 690 |                 has_signal = true;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking codegen v0.1.8 (/opt/rustwide/workdir/crates/codegen)
[INFO] [stderr]     Checking mcp-server v0.1.8 (/opt/rustwide/workdir/crates/mcp-server)
[INFO] [stdout] warning: variable `has_signal` is assigned to, but never used
[INFO] [stdout]    --> crates/validator/src/lib.rs:613:9
[INFO] [stdout]     |
[INFO] [stdout] 613 |     let mut has_signal = false;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_has_signal` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `has_signal` is never read
[INFO] [stdout]    --> crates/validator/src/lib.rs:690:17
[INFO] [stdout]     |
[INFO] [stdout] 690 |                 has_signal = true;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> crates/validator/src/lib.rs:1680:17
[INFO] [stdout]      |
[INFO] [stdout] 1680 |             let mut file = ComponentFile {
[INFO] [stdout]      |                 ----^^^^
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dispatch` is never used
[INFO] [stdout]    --> crates/mcp-server/src/main.rs:132:4
[INFO] [stdout]     |
[INFO] [stdout] 132 | fn dispatch(input: ValidateInput) -> ValidateResult {
[INFO] [stdout]     |    ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cli v0.1.8 (/opt/rustwide/workdir/crates/cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.08s
[INFO] running `Command { std: "docker" "inspect" "ef3eb8cba0fb0ab1ec5e3c274b48f53eace836f2b32558b10e8726f59ad1963e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef3eb8cba0fb0ab1ec5e3c274b48f53eace836f2b32558b10e8726f59ad1963e", kill_on_drop: false }`
[INFO] [stdout] ef3eb8cba0fb0ab1ec5e3c274b48f53eace836f2b32558b10e8726f59ad1963e
