[INFO] fetching crate tree-sitter-beancount 2.4.1... [INFO] testing tree-sitter-beancount-2.4.1 against 1.91.0 for beta-1.92-2 [INFO] extracting crate tree-sitter-beancount 2.4.1 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate tree-sitter-beancount 2.4.1 [INFO] finished tweaking crates.io crate tree-sitter-beancount 2.4.1 [INFO] tweaked toml for crates.io crate tree-sitter-beancount 2.4.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate tree-sitter-beancount 2.4.1 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tree-sitter-beancount 2.4.1 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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_json v1.0.141 [INFO] [stderr] Downloaded cc v1.2.30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 92d463352edf8715fd40b2465ef6c44f42a78db12c74fe381299f4431960c0e7 [INFO] running `Command { std: "docker" "start" "-a" "92d463352edf8715fd40b2465ef6c44f42a78db12c74fe381299f4431960c0e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "92d463352edf8715fd40b2465ef6c44f42a78db12c74fe381299f4431960c0e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92d463352edf8715fd40b2465ef6c44f42a78db12c74fe381299f4431960c0e7", kill_on_drop: false }` [INFO] [stdout] 92d463352edf8715fd40b2465ef6c44f42a78db12c74fe381299f4431960c0e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b22763b0076994b1b632f2e476986fe00561b11955fc81a83fb8a91b9df9a5f7 [INFO] running `Command { std: "docker" "start" "-a" "b22763b0076994b1b632f2e476986fe00561b11955fc81a83fb8a91b9df9a5f7", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling serde_json v1.0.141 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling cc v1.2.30 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling tree-sitter-beancount v2.4.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling tree-sitter v0.25.8 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: src/scanner.c: In function 'serialize': [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: src/scanner.c:159:17: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: 159 | for (; iter < scanner->indent_length_stack.length [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: | ^ [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: src/scanner.c:173:17: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: 173 | for (; iter < scanner->org_section_stack.length [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: | ^ [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.95s [INFO] running `Command { std: "docker" "inspect" "b22763b0076994b1b632f2e476986fe00561b11955fc81a83fb8a91b9df9a5f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b22763b0076994b1b632f2e476986fe00561b11955fc81a83fb8a91b9df9a5f7", kill_on_drop: false }` [INFO] [stdout] b22763b0076994b1b632f2e476986fe00561b11955fc81a83fb8a91b9df9a5f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 133af24f6039030a824afaa8c7a8c3edfc443c82a93e996fb757787dea41c400 [INFO] running `Command { std: "docker" "start" "-a" "133af24f6039030a824afaa8c7a8c3edfc443c82a93e996fb757787dea41c400", kill_on_drop: false }` [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: src/scanner.c: In function 'serialize': [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: src/scanner.c:159:17: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: 159 | for (; iter < scanner->indent_length_stack.length [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: | ^ [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: src/scanner.c:173:17: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: 173 | for (; iter < scanner->org_section_stack.length [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: | ^ [INFO] [stderr] Compiling tree-sitter-beancount v2.4.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.85s [INFO] running `Command { std: "docker" "inspect" "133af24f6039030a824afaa8c7a8c3edfc443c82a93e996fb757787dea41c400", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "133af24f6039030a824afaa8c7a8c3edfc443c82a93e996fb757787dea41c400", kill_on_drop: false }` [INFO] [stdout] 133af24f6039030a824afaa8c7a8c3edfc443c82a93e996fb757787dea41c400 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b83be47e63ce3d756293a7b608fe4a7abc345ebc4241dbbb7f97750422de8bf8 [INFO] running `Command { std: "docker" "start" "-a" "b83be47e63ce3d756293a7b608fe4a7abc345ebc4241dbbb7f97750422de8bf8", kill_on_drop: false }` [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: src/scanner.c: In function 'serialize': [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: src/scanner.c:159:17: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: 159 | for (; iter < scanner->indent_length_stack.length [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: | ^ [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: src/scanner.c:173:17: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: 173 | for (; iter < scanner->org_section_stack.length [INFO] [stderr] warning: tree-sitter-beancount@2.4.1: | ^ [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests bindings/rust/lib.rs (/opt/rustwide/target/debug/deps/tree_sitter_beancount-0c741d3425a9bcea) [INFO] [stdout] [INFO] [stderr] Doc-tests tree_sitter_beancount [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_can_load_grammar ... ok [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.47s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b83be47e63ce3d756293a7b608fe4a7abc345ebc4241dbbb7f97750422de8bf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b83be47e63ce3d756293a7b608fe4a7abc345ebc4241dbbb7f97750422de8bf8", kill_on_drop: false }` [INFO] [stdout] b83be47e63ce3d756293a7b608fe4a7abc345ebc4241dbbb7f97750422de8bf8