[INFO] cloning repository https://github.com/huff-language/huff2
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/huff-language/huff2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuff-language%2Fhuff2", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuff-language%2Fhuff2'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 56d66f5ad6f6c4fa9af73174b84a6ea7c3ed08af
[INFO] testing huff-language/huff2 against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuff-language%2Fhuff2" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/huff-language/huff2
[INFO] finished tweaking git repo https://github.com/huff-language/huff2
[INFO] tweaked toml for git repo https://github.com/huff-language/huff2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/huff-language/huff2 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/huff-language/huff2 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-04-21" "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-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3f28f5aace9692673c7bf72cf3d2fac23084069b1d05ccdbf979dcd904b14d11
[INFO] running `Command { std: "docker" "start" "-a" "3f28f5aace9692673c7bf72cf3d2fac23084069b1d05ccdbf979dcd904b14d11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3f28f5aace9692673c7bf72cf3d2fac23084069b1d05ccdbf979dcd904b14d11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f28f5aace9692673c7bf72cf3d2fac23084069b1d05ccdbf979dcd904b14d11", kill_on_drop: false }`
[INFO] [stdout] 3f28f5aace9692673c7bf72cf3d2fac23084069b1d05ccdbf979dcd904b14d11
[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-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 67d281103e6c7f32656f81e98cfb3245fde496f7cb1a7a76cc81a4680966e3d5
[INFO] running `Command { std: "docker" "start" "-a" "67d281103e6c7f32656f81e98cfb3245fde496f7cb1a7a76cc81a4680966e3d5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.88
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling libc v0.2.160
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]    Compiling cc v1.1.30
[INFO] [stderr]    Compiling const-hex v1.13.1
[INFO] [stderr]    Compiling hex-literal v0.4.1
[INFO] [stderr]    Compiling foldhash v0.1.3
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling chumsky v1.0.0-alpha.7 (https://github.com/zesterer/chumsky.git?rev=716bec8#716bec87)
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling concolor-query v0.3.3
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling evm-glue v0.1.0 (https://github.com/Philogy/evm-glue.git?rev=6be3e8c8#6be3e8c8)
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling clap_builder v4.5.20
[INFO] [stderr]    Compiling concolor v0.1.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling ariadne v0.4.1
[INFO] [stderr]    Compiling syn v2.0.79
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling psm v0.1.23
[INFO] [stderr]    Compiling stacker v0.1.17
[INFO] [stderr]    Compiling syn-solidity v0.8.8
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling clap v4.5.20
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]    Compiling alloy-sol-macro-input v0.8.8
[INFO] [stderr]    Compiling alloy-sol-macro-expander v0.8.8
[INFO] [stderr]    Compiling alloy-sol-macro v0.8.8
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling ruint v1.12.3
[INFO] [stderr]    Compiling alloy-sol-type-parser v0.8.8
[INFO] [stderr]    Compiling alloy-primitives v0.8.8
[INFO] [stderr]    Compiling alloy-sol-types v0.8.8
[INFO] [stderr]    Compiling alloy-json-abi v0.8.8
[INFO] [stderr]    Compiling alloy-dyn-abi v0.8.8
[INFO] [stderr]    Compiling huff-ast v0.0.1 (/opt/rustwide/workdir/crates/ast)
[INFO] [stderr]    Compiling huff-analysis v0.0.1 (/opt/rustwide/workdir/crates/analysis)
[INFO] [stderr]    Compiling huff-compilation v0.0.1 (/opt/rustwide/workdir/crates/compilation)
[INFO] [stderr]    Compiling huff-cli v0.0.1 (/opt/rustwide/workdir/crates/cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.93s
[INFO] running `Command { std: "docker" "inspect" "67d281103e6c7f32656f81e98cfb3245fde496f7cb1a7a76cc81a4680966e3d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67d281103e6c7f32656f81e98cfb3245fde496f7cb1a7a76cc81a4680966e3d5", kill_on_drop: false }`
[INFO] [stdout] 67d281103e6c7f32656f81e98cfb3245fde496f7cb1a7a76cc81a4680966e3d5
[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-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 09a40ffeedaa7a76ad41a44671ab1293f573b61a419a493d9244812373fe421b
[INFO] running `Command { std: "docker" "start" "-a" "09a40ffeedaa7a76ad41a44671ab1293f573b61a419a493d9244812373fe421b", kill_on_drop: false }`
[INFO] [stderr]    Compiling huff-ast v0.0.1 (/opt/rustwide/workdir/crates/ast)
[INFO] [stderr]    Compiling huff-analysis v0.0.1 (/opt/rustwide/workdir/crates/analysis)
[INFO] [stderr]    Compiling huff-compilation v0.0.1 (/opt/rustwide/workdir/crates/compilation)
[INFO] [stderr]    Compiling huff-cli v0.0.1 (/opt/rustwide/workdir/crates/cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.64s
[INFO] running `Command { std: "docker" "inspect" "09a40ffeedaa7a76ad41a44671ab1293f573b61a419a493d9244812373fe421b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09a40ffeedaa7a76ad41a44671ab1293f573b61a419a493d9244812373fe421b", kill_on_drop: false }`
[INFO] [stdout] 09a40ffeedaa7a76ad41a44671ab1293f573b61a419a493d9244812373fe421b
[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-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 500601e24e1abc4768bf41dbbbb1e78fdee83242a4d575fd194e0a444b07ca96
[INFO] running `Command { std: "docker" "start" "-a" "500601e24e1abc4768bf41dbbbb1e78fdee83242a4d575fd194e0a444b07ca96", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/huff_analysis-f6033829414a0fbf)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test::duplicate_macro_definition ... ok
[INFO] [stdout] test test::macro_not_found ... ok
[INFO] [stdout] test test::deep_recursive_macro_invoke ... ok
[INFO] [stdout] test test::more_than_two_deplicate_defs ... ok
[INFO] [stdout] test test::nested_label_ref_valid ... ok
[INFO] [stdout] test test::simple_recursive_macro_invoke ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/huff_ast-6e2a21128cba1a72)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test lexer::tests::lex_bin ... ok
[INFO] [stdout] test lexer::tests::lex_dec ... ok
[INFO] [stdout] test lexer::tests::lex_hex ... ok
[INFO] [stdout] test lexer::tests::lex_ident ... ok
[INFO] [stdout] test lexer::tests::lex_keyword ... ok
[INFO] [stdout] test parser::tests::parse_code ... ok
[INFO] [stdout] test lexer::tests::lex_string ... ok
[INFO] [stdout] test parser::tests::parse_constant_storage_pointer ... ok
[INFO] [stdout] test lexer::tests::lex_punct ... ok
[INFO] [stdout] test parser::tests::parse_constant_value ... ok
[INFO] [stdout] test parser::tests::parse_instruction ... ok
[INFO] [stdout] test parser::tests::parse_macro ... ok
[INFO] [stdout] test parser::tests::parse_root_section ... ok
[INFO] [stdout] test parser::tests::parse_macro_statement ... ok
[INFO] [stdout] test parser::tests::parse_sol_error ... ok
[INFO] [stdout] test parser::tests::parse_sol_event ... ok
[INFO] [stdout] test parser::tests::parse_sol_type_list ... ok
[INFO] [stdout] test parser::tests::parse_word ... ok
[INFO] [stdout] test parser::tests::parse_table ... ok
[INFO] [stdout] test util::tests::test_compute_selector ... ok
[INFO] [stdout] test parser::tests::parse_sol_function ... ok
[INFO] [stdout] test parser::tests::parse_sol_type ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/huff-cfd5067e0e6647e0)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/huff_compilation-55eefd63996ebdf6)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests huff_analysis
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests huff_ast
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests huff_compilation
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "500601e24e1abc4768bf41dbbbb1e78fdee83242a4d575fd194e0a444b07ca96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "500601e24e1abc4768bf41dbbbb1e78fdee83242a4d575fd194e0a444b07ca96", kill_on_drop: false }`
[INFO] [stdout] 500601e24e1abc4768bf41dbbbb1e78fdee83242a4d575fd194e0a444b07ca96
