[INFO] fetching crate tree-sitter-toon 0.1.3... [INFO] testing tree-sitter-toon-0.1.3 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-2 [INFO] extracting crate tree-sitter-toon 0.1.3 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate tree-sitter-toon 0.1.3 [INFO] finished tweaking crates.io crate tree-sitter-toon 0.1.3 [INFO] tweaked toml for crates.io crate tree-sitter-toon 0.1.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tree-sitter-toon 0.1.3 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate tree-sitter-toon 0.1.3 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7cc296c93c64d292e06c1b641ef938be81a8820d8a729a2ba8d70b5110974eaa [INFO] running `Command { std: "docker" "start" "-a" "7cc296c93c64d292e06c1b641ef938be81a8820d8a729a2ba8d70b5110974eaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7cc296c93c64d292e06c1b641ef938be81a8820d8a729a2ba8d70b5110974eaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7cc296c93c64d292e06c1b641ef938be81a8820d8a729a2ba8d70b5110974eaa", kill_on_drop: false }` [INFO] [stdout] 7cc296c93c64d292e06c1b641ef938be81a8820d8a729a2ba8d70b5110974eaa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 635c4eecbf3a03e8051674928bcdae609f97dbaa8f1db5f6aaab3f82b2e47b9b [INFO] running `Command { std: "docker" "start" "-a" "635c4eecbf3a03e8051674928bcdae609f97dbaa8f1db5f6aaab3f82b2e47b9b", kill_on_drop: false }` [INFO] [stderr] Compiling tree-sitter-language v0.1.6 [INFO] [stderr] Compiling find-msvc-tools v0.1.8 [INFO] [stderr] Compiling cc v1.2.53 [INFO] [stderr] Compiling tree-sitter-toon v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: tree-sitter-toon@0.1.3: In file included from src/scanner.c:2: [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c: In function 'tree_sitter_toon_external_scanner_scan': [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c:141:9: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 141 | array_pop(&scanner->indents); [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ^~~~~~~~~ [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c:181:7: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 181 | array_pop(&scanner->indents); [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ^~~~~~~~~ [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c:167:12: warning: variable 'found' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 167 | bool found = false; [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ^~~~~ [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c: At top level: [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c:69:13: warning: 'scan_whitespace' defined but not used [-Wunused-function] [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 69 | static bool scan_whitespace(TSLexer *lexer, uint32_t *indent_length) { [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ^~~~~~~~~~~~~~~ [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s [INFO] running `Command { std: "docker" "inspect" "635c4eecbf3a03e8051674928bcdae609f97dbaa8f1db5f6aaab3f82b2e47b9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "635c4eecbf3a03e8051674928bcdae609f97dbaa8f1db5f6aaab3f82b2e47b9b", kill_on_drop: false }` [INFO] [stdout] 635c4eecbf3a03e8051674928bcdae609f97dbaa8f1db5f6aaab3f82b2e47b9b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] acaf04eba34751a6cf5e31025c798b89974cf01ea0a5ab820cef54e60f9bfae6 [INFO] running `Command { std: "docker" "start" "-a" "acaf04eba34751a6cf5e31025c798b89974cf01ea0a5ab820cef54e60f9bfae6", kill_on_drop: false }` [INFO] [stderr] Compiling zmij v1.0.14 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling itoa v1.0.17 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling streaming-iterator v0.1.9 [INFO] [stderr] warning: tree-sitter-toon@0.1.3: In file included from src/scanner.c:2: [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c: In function 'tree_sitter_toon_external_scanner_scan': [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c:141:9: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 141 | array_pop(&scanner->indents); [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ^~~~~~~~~ [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c:181:7: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 181 | array_pop(&scanner->indents); [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ^~~~~~~~~ [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c:167:12: warning: variable 'found' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 167 | bool found = false; [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ^~~~~ [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c: At top level: [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c:69:13: warning: 'scan_whitespace' defined but not used [-Wunused-function] [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 69 | static bool scan_whitespace(TSLexer *lexer, uint32_t *indent_length) { [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ^~~~~~~~~~~~~~~ [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling tree-sitter v0.25.10 [INFO] [stderr] Compiling tree-sitter-toon v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.26s [INFO] running `Command { std: "docker" "inspect" "acaf04eba34751a6cf5e31025c798b89974cf01ea0a5ab820cef54e60f9bfae6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acaf04eba34751a6cf5e31025c798b89974cf01ea0a5ab820cef54e60f9bfae6", kill_on_drop: false }` [INFO] [stdout] acaf04eba34751a6cf5e31025c798b89974cf01ea0a5ab820cef54e60f9bfae6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 50d6e40ef67ddd684d546bcc4de99c0abcc9ddc9ba72b793e888c95a7c3c2978 [INFO] running `Command { std: "docker" "start" "-a" "50d6e40ef67ddd684d546bcc4de99c0abcc9ddc9ba72b793e888c95a7c3c2978", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: tree-sitter-toon@0.1.3: In file included from src/scanner.c:2: [INFO] [stdout] running 1 test [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c: In function 'tree_sitter_toon_external_scanner_scan': [INFO] [stdout] test tests::test_can_load_grammar ... ok [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stdout] [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c:141:9: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 141 | array_pop(&scanner->indents); [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ^~~~~~~~~ [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value] [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 107 | #define array_pop(self) ((self)->contents[--(self)->size]) [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c:181:7: note: in expansion of macro 'array_pop' [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 181 | array_pop(&scanner->indents); [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ^~~~~~~~~ [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c:167:12: warning: variable 'found' set but not used [-Wunused-but-set-variable] [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 167 | bool found = false; [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ^~~~~ [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c: At top level: [INFO] [stderr] warning: tree-sitter-toon@0.1.3: src/scanner.c:69:13: warning: 'scan_whitespace' defined but not used [-Wunused-function] [INFO] [stderr] warning: tree-sitter-toon@0.1.3: 69 | static bool scan_whitespace(TSLexer *lexer, uint32_t *indent_length) { [INFO] [stderr] warning: tree-sitter-toon@0.1.3: | ^~~~~~~~~~~~~~~ [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_toon-1f9ef6ad01f754e6) [INFO] [stderr] Doc-tests tree_sitter_toon [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.42s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "50d6e40ef67ddd684d546bcc4de99c0abcc9ddc9ba72b793e888c95a7c3c2978", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50d6e40ef67ddd684d546bcc4de99c0abcc9ddc9ba72b793e888c95a7c3c2978", kill_on_drop: false }` [INFO] [stdout] 50d6e40ef67ddd684d546bcc4de99c0abcc9ddc9ba72b793e888c95a7c3c2978