[INFO] fetching crate beancount-parser-lima-python 0.8.0...
[INFO] testing beancount-parser-lima-python-0.8.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate beancount-parser-lima-python 0.8.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate beancount-parser-lima-python 0.8.0
[INFO] finished tweaking crates.io crate beancount-parser-lima-python 0.8.0
[INFO] tweaked toml for crates.io crate beancount-parser-lima-python 0.8.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate beancount-parser-lima-python 0.8.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate beancount-parser-lima-python 0.8.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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cb3f44a7989bbe7290fc45e842a71ff6c446dac7a40bcaf5861187e4d7e64642
[INFO] running `Command { std: "docker" "start" "-a" "cb3f44a7989bbe7290fc45e842a71ff6c446dac7a40bcaf5861187e4d7e64642", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb3f44a7989bbe7290fc45e842a71ff6c446dac7a40bcaf5861187e4d7e64642", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb3f44a7989bbe7290fc45e842a71ff6c446dac7a40bcaf5861187e4d7e64642", kill_on_drop: false }`
[INFO] [stdout] cb3f44a7989bbe7290fc45e842a71ff6c446dac7a40bcaf5861187e4d7e64642
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3723a92dc67f87f8066d78850bdfa93303a8a01f66c9da39cd67dd0d8588556c
[INFO] running `Command { std: "docker" "start" "-a" "3723a92dc67f87f8066d78850bdfa93303a8a01f66c9da39cd67dd0d8588556c", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling once_cell v1.20.3
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling cc v1.2.14
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling protobuf v3.7.1
[INFO] [stderr]    Compiling anyhow v1.0.96
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling logos-codegen v0.15.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling pyo3-build-config v0.23.5
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling chumsky v1.0.0-alpha.8
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling smallvec v2.0.0-alpha.10
[INFO] [stderr]    Compiling strum v0.27.1
[INFO] [stderr]    Compiling unindent v0.2.3
[INFO] [stderr]    Compiling ariadne v0.5.0
[INFO] [stderr]    Compiling lazy_format v2.0.3
[INFO] [stderr]    Compiling psm v0.1.25
[INFO] [stderr]    Compiling stacker v0.1.18
[INFO] [stderr]    Compiling rust_decimal_macros v1.36.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex-automata v0.3.9
[INFO] [stderr]    Compiling tempfile v3.17.1
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling pyo3-ffi v0.23.5
[INFO] [stderr]    Compiling pyo3-macros-backend v0.23.5
[INFO] [stderr]    Compiling pyo3 v0.23.5
[INFO] [stderr]    Compiling string-interner v0.19.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling protobuf-support v3.7.1
[INFO] [stderr]    Compiling unescaper v0.1.5
[INFO] [stderr]    Compiling logos-derive v0.15.0
[INFO] [stderr]    Compiling logos v0.15.0
[INFO] [stderr]    Compiling pyo3-macros v0.23.5
[INFO] [stderr]    Compiling protobuf-parse v3.7.1
[INFO] [stderr]    Compiling protobuf-codegen v3.7.1
[INFO] [stderr]    Compiling beancount-parser-lima v0.8.0
[INFO] [stderr] error: could not compile `beancount-parser-lima` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name beancount_parser_lima --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/beancount-parser-lima-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3dae24a1b9485f5e -C extra-filename=-97529f624e7222d0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-360eac63b383e5fb.rmeta --extern ariadne=/opt/rustwide/target/debug/deps/libariadne-089615beeff7a27c.rmeta --extern chumsky=/opt/rustwide/target/debug/deps/libchumsky-0058e56c20a0724c.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-0d03427b61e42fdc.rmeta --extern lazy_format=/opt/rustwide/target/debug/deps/liblazy_format-ebbd1f26161db33b.rmeta --extern logos=/opt/rustwide/target/debug/deps/liblogos-8b60ed688642b295.rmeta --extern protobuf=/opt/rustwide/target/debug/deps/libprotobuf-f25ab5594abaa926.rmeta --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-39748488ad84c40b.rmeta --extern rust_decimal_macros=/opt/rustwide/target/debug/deps/librust_decimal_macros-c55b774b3e66efbb.so --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-1be73508cabfdd93.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-7f65ac2cd08d76f3.rmeta --extern strum_macros=/opt/rustwide/target/debug/deps/libstrum_macros-63e499172b1605c9.so --extern time=/opt/rustwide/target/debug/deps/libtime-f3008aa72f3bca46.rmeta --extern unescaper=/opt/rustwide/target/debug/deps/libunescaper-311582e4707fa23f.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-8b6cb6f7828aaeb1/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "3723a92dc67f87f8066d78850bdfa93303a8a01f66c9da39cd67dd0d8588556c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3723a92dc67f87f8066d78850bdfa93303a8a01f66c9da39cd67dd0d8588556c", kill_on_drop: false }`
[INFO] [stdout] 3723a92dc67f87f8066d78850bdfa93303a8a01f66c9da39cd67dd0d8588556c
