[INFO] fetching crate tree-sitter-python-orchard 0.4.2...
[INFO] testing tree-sitter-python-orchard-0.4.2 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate tree-sitter-python-orchard 0.4.2 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate tree-sitter-python-orchard 0.4.2
[INFO] finished tweaking crates.io crate tree-sitter-python-orchard 0.4.2
[INFO] tweaked toml for crates.io crate tree-sitter-python-orchard 0.4.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tree-sitter-python-orchard 0.4.2 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate tree-sitter-python-orchard 0.4.2 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c3371ecb83327b145f7f5a7c6586fc19af52d1e35749edebf86f25f357005e0b
[INFO] running `Command { std: "docker" "start" "-a" "c3371ecb83327b145f7f5a7c6586fc19af52d1e35749edebf86f25f357005e0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c3371ecb83327b145f7f5a7c6586fc19af52d1e35749edebf86f25f357005e0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3371ecb83327b145f7f5a7c6586fc19af52d1e35749edebf86f25f357005e0b", kill_on_drop: false }`
[INFO] [stdout] c3371ecb83327b145f7f5a7c6586fc19af52d1e35749edebf86f25f357005e0b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb6c6ef4aa2e5e8b4847f396f60713fabb30f64baa0b8fd648de02d137da72cd
[INFO] running `Command { std: "docker" "start" "-a" "bb6c6ef4aa2e5e8b4847f396f60713fabb30f64baa0b8fd648de02d137da72cd", kill_on_drop: false }`
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling tree-sitter-language v0.1.5
[INFO] [stderr]    Compiling cc v1.2.46
[INFO] [stderr]    Compiling tree-sitter-python-orchard v0.4.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: In file included from src/scanner.c:1:
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/scanner.c: In function 'tree_sitter_python_orchard_external_scanner_scan':
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value]
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   107 | #define array_pop(self) ((self)->contents[--(self)->size])
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/scanner.c:183:33: note: in expansion of macro 'array_pop'
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   183 |                                 array_pop(&scanner->delimiters);
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                                 ^~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value]
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   107 | #define array_pop(self) ((self)->contents[--(self)->size])
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/scanner.c:201:21: note: in expansion of macro 'array_pop'
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   201 |                     array_pop(&scanner->delimiters);
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                     ^~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value]
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   107 | #define array_pop(self) ((self)->contents[--(self)->size])
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/scanner.c:294:17: note: in expansion of macro 'array_pop'
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   294 |                 array_pop(&scanner->indents);
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                 ^~~~~~~~~
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
[INFO] running `Command { std: "docker" "inspect" "bb6c6ef4aa2e5e8b4847f396f60713fabb30f64baa0b8fd648de02d137da72cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb6c6ef4aa2e5e8b4847f396f60713fabb30f64baa0b8fd648de02d137da72cd", kill_on_drop: false }`
[INFO] [stdout] bb6c6ef4aa2e5e8b4847f396f60713fabb30f64baa0b8fd648de02d137da72cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f1a585137e327fd7014c1c9832f27cfcb62ad3d3d3b8eba3634355ac6742cfb
[INFO] running `Command { std: "docker" "start" "-a" "0f1a585137e327fd7014c1c9832f27cfcb62ad3d3d3b8eba3634355ac6742cfb", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: In file included from src/scanner.c:1:
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/scanner.c: In function 'tree_sitter_python_orchard_external_scanner_scan':
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value]
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   107 | #define array_pop(self) ((self)->contents[--(self)->size])
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/scanner.c:183:33: note: in expansion of macro 'array_pop'
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   183 |                                 array_pop(&scanner->delimiters);
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                                 ^~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value]
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   107 | #define array_pop(self) ((self)->contents[--(self)->size])
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/scanner.c:201:21: note: in expansion of macro 'array_pop'
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   201 |                     array_pop(&scanner->delimiters);
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                     ^~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value]
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   107 | #define array_pop(self) ((self)->contents[--(self)->size])
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/scanner.c:294:17: note: in expansion of macro 'array_pop'
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   294 |                 array_pop(&scanner->indents);
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                 ^~~~~~~~~
[INFO] [stderr]    Compiling streaming-iterator v0.1.9
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling tree-sitter v0.25.10
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling tree-sitter-python-orchard v0.4.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 22.81s
[INFO] running `Command { std: "docker" "inspect" "0f1a585137e327fd7014c1c9832f27cfcb62ad3d3d3b8eba3634355ac6742cfb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f1a585137e327fd7014c1c9832f27cfcb62ad3d3d3b8eba3634355ac6742cfb", kill_on_drop: false }`
[INFO] [stdout] 0f1a585137e327fd7014c1c9832f27cfcb62ad3d3d3b8eba3634355ac6742cfb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a70b4ce155873b0f80377d1cfa11df6e95df008751f6f57c137a0e469906a18d
[INFO] running `Command { std: "docker" "start" "-a" "a70b4ce155873b0f80377d1cfa11df6e95df008751f6f57c137a0e469906a18d", kill_on_drop: false }`
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: In file included from src/scanner.c:1:
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/scanner.c: In function 'tree_sitter_python_orchard_external_scanner_scan':
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value]
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   107 | #define array_pop(self) ((self)->contents[--(self)->size])
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/scanner.c:183:33: note: in expansion of macro 'array_pop'
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   183 |                                 array_pop(&scanner->delimiters);
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                                 ^~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value]
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   107 | #define array_pop(self) ((self)->contents[--(self)->size])
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/scanner.c:201:21: note: in expansion of macro 'array_pop'
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   201 |                     array_pop(&scanner->delimiters);
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                     ^~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/tree_sitter/array.h:107:42: warning: value computed is not used [-Wunused-value]
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   107 | #define array_pop(self) ((self)->contents[--(self)->size])
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                         ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2: src/scanner.c:294:17: note: in expansion of macro 'array_pop'
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:   294 |                 array_pop(&scanner->indents);
[INFO] [stderr] warning: tree-sitter-python-orchard@0.4.2:       |                 ^~~~~~~~~
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests bindings/rust/lib.rs (/opt/rustwide/target/debug/deps/tree_sitter_python_orchard-ab8aa7cb64026de7)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::test_can_load_grammar ... ok
[INFO] [stderr]    Doc-tests tree_sitter_python_orchard
[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.56s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a70b4ce155873b0f80377d1cfa11df6e95df008751f6f57c137a0e469906a18d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a70b4ce155873b0f80377d1cfa11df6e95df008751f6f57c137a0e469906a18d", kill_on_drop: false }`
[INFO] [stdout] a70b4ce155873b0f80377d1cfa11df6e95df008751f6f57c137a0e469906a18d
