[INFO] fetching crate tree-sitter-latex 0.1.0...
[INFO] testing tree-sitter-latex-0.1.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate tree-sitter-latex 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate tree-sitter-latex 0.1.0
[INFO] finished tweaking crates.io crate tree-sitter-latex 0.1.0
[INFO] tweaked toml for crates.io crate tree-sitter-latex 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tree-sitter-latex 0.1.0 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 crates.io crate tree-sitter-latex 0.1.0 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] ad1520a8ae587279b2a101bd530600edb247b4fc5a5c38a4d4bf1867abff21d3
[INFO] running `Command { std: "docker" "start" "-a" "ad1520a8ae587279b2a101bd530600edb247b4fc5a5c38a4d4bf1867abff21d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad1520a8ae587279b2a101bd530600edb247b4fc5a5c38a4d4bf1867abff21d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad1520a8ae587279b2a101bd530600edb247b4fc5a5c38a4d4bf1867abff21d3", kill_on_drop: false }`
[INFO] [stdout] ad1520a8ae587279b2a101bd530600edb247b4fc5a5c38a4d4bf1867abff21d3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 1e6a7fb80fc4df4d7b82728d5a5e3090dcbbfbe4e675a4eca5d7af1cc0412030
[INFO] running `Command { std: "docker" "start" "-a" "1e6a7fb80fc4df4d7b82728d5a5e3090dcbbfbe4e675a4eca5d7af1cc0412030", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.13
[INFO] [stderr]    Compiling tree-sitter-language v0.1.4
[INFO] [stderr]    Compiling tree-sitter-latex v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: In file included from src/parser.c:3:
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/parser.c: In function 'ts_lex_keywords':
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/tree_sitter/parser.h:190:3: warning: label 'next_state' defined but not used [-Wunused-label]
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:   190 |   next_state:                   \
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:       |   ^~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/parser.c:22541:3: note: in expansion of macro 'START_LEXER'
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: 22541 |   START_LEXER();
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:       |   ^~~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/tree_sitter/parser.h:188:11: warning: variable 'lookahead' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:   188 |   int32_t lookahead;            \
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:       |           ^~~~~~~~~
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/parser.c:22541:3: note: in expansion of macro 'START_LEXER'
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: 22541 |   START_LEXER();
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:       |   ^~~~~~~~~~~
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.03s
[INFO] running `Command { std: "docker" "inspect" "1e6a7fb80fc4df4d7b82728d5a5e3090dcbbfbe4e675a4eca5d7af1cc0412030", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e6a7fb80fc4df4d7b82728d5a5e3090dcbbfbe4e675a4eca5d7af1cc0412030", kill_on_drop: false }`
[INFO] [stdout] 1e6a7fb80fc4df4d7b82728d5a5e3090dcbbfbe4e675a4eca5d7af1cc0412030
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 7e9f20a04d0a44ee13b0ce98e4c6cddf933edf93b5afd10d917a8baf63679f3e
[INFO] running `Command { std: "docker" "start" "-a" "7e9f20a04d0a44ee13b0ce98e4c6cddf933edf93b5afd10d917a8baf63679f3e", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.138
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling ryu v1.0.19
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling streaming-iterator v0.1.9
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: In file included from src/parser.c:3:
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/parser.c: In function 'ts_lex_keywords':
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/tree_sitter/parser.h:190:3: warning: label 'next_state' defined but not used [-Wunused-label]
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:   190 |   next_state:                   \
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:       |   ^~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/parser.c:22541:3: note: in expansion of macro 'START_LEXER'
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: 22541 |   START_LEXER();
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:       |   ^~~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/tree_sitter/parser.h:188:11: warning: variable 'lookahead' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:   188 |   int32_t lookahead;            \
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:       |           ^~~~~~~~~
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/parser.c:22541:3: note: in expansion of macro 'START_LEXER'
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: 22541 |   START_LEXER();
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:       |   ^~~~~~~~~~~
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling tree-sitter v0.25.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tree-sitter-latex v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcxIyBXx/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "-ltree-sitter-latex" "/opt/rustwide/target/debug/deps/{libtree_sitter-599260172d76691a,libregex-a4edbcc83de47c82,libregex_automata-5ce98cb4860905fb,libaho_corasick-f4defb05e6621c87,libmemchr-583048cc8df6a3f8,libregex_syntax-a5bad9d6a4c1166d,libstreaming_iterator-5bdb3e8e15969997}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/libtree_sitter_language-78b925a0c3640a39.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcxIyBXx/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/tree-sitter-latex-172687f9b5159642/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-c4b9b5fd900739a3/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/tree_sitter_latex-c344e45ad77ef0c5" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: tree_sitter_latex_external_scanner_create
[INFO] [stdout]           >>> referenced by parser.c
[INFO] [stdout]           >>>               ea708c7824d36062-parser.o:(language.0) in archive /opt/rustwide/target/debug/build/tree-sitter-latex-172687f9b5159642/out/libtree-sitter-latex.a
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: tree_sitter_latex_external_scanner_destroy
[INFO] [stdout]           >>> referenced by parser.c
[INFO] [stdout]           >>>               ea708c7824d36062-parser.o:(language.0) in archive /opt/rustwide/target/debug/build/tree-sitter-latex-172687f9b5159642/out/libtree-sitter-latex.a
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: tree_sitter_latex_external_scanner_scan
[INFO] [stdout]           >>> referenced by parser.c
[INFO] [stdout]           >>>               ea708c7824d36062-parser.o:(language.0) in archive /opt/rustwide/target/debug/build/tree-sitter-latex-172687f9b5159642/out/libtree-sitter-latex.a
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: tree_sitter_latex_external_scanner_serialize
[INFO] [stdout]           >>> referenced by parser.c
[INFO] [stdout]           >>>               ea708c7824d36062-parser.o:(language.0) in archive /opt/rustwide/target/debug/build/tree-sitter-latex-172687f9b5159642/out/libtree-sitter-latex.a
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: tree_sitter_latex_external_scanner_deserialize
[INFO] [stdout]           >>> referenced by parser.c
[INFO] [stdout]           >>>               ea708c7824d36062-parser.o:(language.0) in archive /opt/rustwide/target/debug/build/tree-sitter-latex-172687f9b5159642/out/libtree-sitter-latex.a
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: In file included from src/parser.c:3:
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/parser.c: In function 'ts_lex_keywords':
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/tree_sitter/parser.h:190:3: warning: label 'next_state' defined but not used [-Wunused-label]
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:   190 |   next_state:                   \
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:       |   ^~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/parser.c:22541:3: note: in expansion of macro 'START_LEXER'
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: 22541 |   START_LEXER();
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:       |   ^~~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/tree_sitter/parser.h:188:11: warning: variable 'lookahead' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:   188 |   int32_t lookahead;            \
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:       |           ^~~~~~~~~
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: src/parser.c:22541:3: note: in expansion of macro 'START_LEXER'
[INFO] [stderr] warning: tree-sitter-latex@0.1.0: 22541 |   START_LEXER();
[INFO] [stderr] warning: tree-sitter-latex@0.1.0:       |   ^~~~~~~~~~~
[INFO] [stderr] error: could not compile `tree-sitter-latex` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "7e9f20a04d0a44ee13b0ce98e4c6cddf933edf93b5afd10d917a8baf63679f3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7e9f20a04d0a44ee13b0ce98e4c6cddf933edf93b5afd10d917a8baf63679f3e", kill_on_drop: false }`
[INFO] [stdout] 7e9f20a04d0a44ee13b0ce98e4c6cddf933edf93b5afd10d917a8baf63679f3e
