[INFO] fetching crate tree-sitter-plum 0.1.0... [INFO] testing tree-sitter-plum-0.1.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate tree-sitter-plum 0.1.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate tree-sitter-plum 0.1.0 [INFO] finished tweaking crates.io crate tree-sitter-plum 0.1.0 [INFO] tweaked toml for crates.io crate tree-sitter-plum 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tree-sitter-plum 0.1.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 11 packages to latest compatible versions [INFO] [stderr] Adding tree-sitter v0.24.7 (available: v0.25.10) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 615b987f013590fe6b0670a0222c5b283e82f6f13cd24ef570a568f0b8a100ae [INFO] running `Command { std: "docker" "start" "-a" "615b987f013590fe6b0670a0222c5b283e82f6f13cd24ef570a568f0b8a100ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "615b987f013590fe6b0670a0222c5b283e82f6f13cd24ef570a568f0b8a100ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "615b987f013590fe6b0670a0222c5b283e82f6f13cd24ef570a568f0b8a100ae", kill_on_drop: false }` [INFO] [stdout] 615b987f013590fe6b0670a0222c5b283e82f6f13cd24ef570a568f0b8a100ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f6c61bf22894c37e1e7ecf65fc4116d2fd52790f62ab7e4156050c339b658fad [INFO] running `Command { std: "docker" "start" "-a" "f6c61bf22894c37e1e7ecf65fc4116d2fd52790f62ab7e4156050c339b658fad", kill_on_drop: false }` [INFO] [stderr] Compiling tree-sitter-language v0.1.5 [INFO] [stderr] Compiling tree-sitter-plum v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: tree-sitter-plum@0.1.0: In file included from src/scanner.c:1: [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/scanner.c: In function 'tree_sitter_plum_external_scanner_scan': [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/scanner.c:178:33: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 178 | array_pop(&scanner->delimiters); [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ^~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/scanner.c:196:21: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 196 | array_pop(&scanner->delimiters); [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ^~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/scanner.c:289:17: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 289 | array_pop(&scanner->indents); [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ^~~~~~~~~ [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s [INFO] running `Command { std: "docker" "inspect" "f6c61bf22894c37e1e7ecf65fc4116d2fd52790f62ab7e4156050c339b658fad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6c61bf22894c37e1e7ecf65fc4116d2fd52790f62ab7e4156050c339b658fad", kill_on_drop: false }` [INFO] [stdout] f6c61bf22894c37e1e7ecf65fc4116d2fd52790f62ab7e4156050c339b658fad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 28b122875a2fb83457e204299362e7feec9a1980fad02ffc7ac0058e42f695ea [INFO] running `Command { std: "docker" "start" "-a" "28b122875a2fb83457e204299362e7feec9a1980fad02ffc7ac0058e42f695ea", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling streaming-iterator v0.1.9 [INFO] [stderr] Compiling tree-sitter v0.24.7 [INFO] [stderr] warning: tree-sitter-plum@0.1.0: In file included from src/scanner.c:1: [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/scanner.c: In function 'tree_sitter_plum_external_scanner_scan': [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/scanner.c:178:33: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 178 | array_pop(&scanner->delimiters); [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ^~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/scanner.c:196:21: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 196 | array_pop(&scanner->delimiters); [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ^~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/scanner.c:289:17: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 289 | array_pop(&scanner->indents); [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ^~~~~~~~~ [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling tree-sitter-plum v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.58s [INFO] running `Command { std: "docker" "inspect" "28b122875a2fb83457e204299362e7feec9a1980fad02ffc7ac0058e42f695ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28b122875a2fb83457e204299362e7feec9a1980fad02ffc7ac0058e42f695ea", kill_on_drop: false }` [INFO] [stdout] 28b122875a2fb83457e204299362e7feec9a1980fad02ffc7ac0058e42f695ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 239beb1686db6d5cda85202ae18bfae6a1ab1d6678b68d80b06713e96f2d6fb9 [INFO] running `Command { std: "docker" "start" "-a" "239beb1686db6d5cda85202ae18bfae6a1ab1d6678b68d80b06713e96f2d6fb9", kill_on_drop: false }` [INFO] [stderr] warning: tree-sitter-plum@0.1.0: In file included from src/scanner.c:1: [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/scanner.c: In function 'tree_sitter_plum_external_scanner_scan': [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/scanner.c:178:33: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 178 | array_pop(&scanner->delimiters); [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ^~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/scanner.c:196:21: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 196 | array_pop(&scanner->delimiters); [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ^~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tree-sitter-plum@0.1.0: src/scanner.c:289:17: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-plum@0.1.0: 289 | array_pop(&scanner->indents); [INFO] [stderr] warning: tree-sitter-plum@0.1.0: | ^~~~~~~~~ [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests bindings/rust/lib.rs (/opt/rustwide/target/debug/deps/tree_sitter_plum-49861296a5d6009c) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_can_load_grammar ... ok [INFO] [stderr] Doc-tests tree_sitter_plum [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test bindings/rust/lib.rs - (line 6) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "239beb1686db6d5cda85202ae18bfae6a1ab1d6678b68d80b06713e96f2d6fb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "239beb1686db6d5cda85202ae18bfae6a1ab1d6678b68d80b06713e96f2d6fb9", kill_on_drop: false }` [INFO] [stdout] 239beb1686db6d5cda85202ae18bfae6a1ab1d6678b68d80b06713e96f2d6fb9