[INFO] cloning repository https://github.com/SneaksAndData/boxer-core
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SneaksAndData/boxer-core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSneaksAndData%2Fboxer-core", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSneaksAndData%2Fboxer-core'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2da10d990a79bf89c7dd867021541f649753e4d7
[INFO] checking SneaksAndData/boxer-core against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSneaksAndData%2Fboxer-core" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SneaksAndData/boxer-core
[INFO] finished tweaking git repo https://github.com/SneaksAndData/boxer-core
[INFO] tweaked toml for git repo https://github.com/SneaksAndData/boxer-core written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SneaksAndData/boxer-core on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SneaksAndData/boxer-core 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a6300a3f201b79682feb244210874bd46c1b87f8ab08e270f4a3e6fba3108a22
[INFO] running `Command { std: "docker" "start" "a6300a3f201b79682feb244210874bd46c1b87f8ab08e270f4a3e6fba3108a22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a6300a3f201b79682feb244210874bd46c1b87f8ab08e270f4a3e6fba3108a22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a6300a3f201b79682feb244210874bd46c1b87f8ab08e270f4a3e6fba3108a22" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a6300a3f201b79682feb244210874bd46c1b87f8ab08e270f4a3e6fba3108a22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a6300a3f201b79682feb244210874bd46c1b87f8ab08e270f4a3e6fba3108a22" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling rustls v0.23.29
[INFO] [stderr]    Compiling term v1.1.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling ascii-canvas v4.0.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]    Compiling logos-codegen v0.15.0
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]     Checking pem v3.0.5
[INFO] [stderr]    Compiling k8s-openapi v0.24.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]     Checking tinyvec v1.9.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking unicode-script v0.5.7
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]     Checking rustc_lexer v0.1.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking unicode-security v0.1.2
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling bytestring v1.4.0
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]     Checking pretty v0.12.4
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking brotli v8.0.1
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]     Checking hostname v0.4.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]    Compiling cedar-policy v4.5.0
[INFO] [stderr]     Checking cookie v0.16.2
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]     Checking unsafe-libyaml-norway v0.2.15
[INFO] [stderr]     Checking impl-more v0.1.9
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking collection_macros v0.2.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking md5 v0.8.0
[INFO] [stderr]     Checking fragile v2.0.1
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking lalrpop-util v0.22.2
[INFO] [stderr]    Compiling lalrpop v0.22.2
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling enum-ordinalize v4.3.0
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]     Checking pest v2.8.1
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking ref-cast v1.0.24
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]    Compiling logos-derive v0.15.0
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking logos v0.15.0
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling test-context-macros v0.4.1
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr] error: could not compile `lalrpop` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name lalrpop --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.22.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "unicode"))' -C metadata=f0fc01b674f2e7b2 -C extra-filename=-2e4e8aef36f7eaf9 --out-dir /opt/rustwide/target/debug/build/lalrpop/2e4e8aef36f7eaf9/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/964098ca32d5d66b/out -L dependency=/opt/rustwide/target/debug/build/bit-vec/906b85093e4fe890/out -L dependency=/opt/rustwide/target/debug/build/block-buffer/fa78e6b26116328e/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/0cd556e75694e1fa/out -L dependency=/opt/rustwide/target/debug/build/crypto-common/8dcab6f20117bbe5/out -L dependency=/opt/rustwide/target/debug/build/digest/090cfac7c5857d7f/out -L dependency=/opt/rustwide/target/debug/build/either/e67190205648abee/out -L dependency=/opt/rustwide/target/debug/build/equivalent/1cd2a250f2449a60/out -L dependency=/opt/rustwide/target/debug/build/fixedbitset/e79283b3e498961f/out -L dependency=/opt/rustwide/target/debug/build/generic-array/91078d87d721ec6f/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/e6a297648138f250/out -L dependency=/opt/rustwide/target/debug/build/indexmap/4fb158964f0af1f0/out -L dependency=/opt/rustwide/target/debug/build/keccak/645fd233b0e0252c/out -L dependency=/opt/rustwide/target/debug/build/libc/d6ee29590563fcea/out -L dependency=/opt/rustwide/target/debug/build/lock_api/d69d1eaa22d23d87/out -L dependency=/opt/rustwide/target/debug/build/log/24496e9eafb97b0f/out -L dependency=/opt/rustwide/target/debug/build/memchr/b685279e46bbd109/out -L dependency=/opt/rustwide/target/debug/build/new_debug_unreachable/ded5321d275224be/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/4305343c90755a4b/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/36fa47a326f323ad/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/d278dc1fb9608ab1/out -L dependency=/opt/rustwide/target/debug/build/precomputed-hash/537e948e8edfb962/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/17020b2cdbf0477d/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/a51f3b0cccc0511b/out -L dependency=/opt/rustwide/target/debug/build/rustversion/cb4e75b57012a62a/out -L dependency=/opt/rustwide/target/debug/build/same-file/d0318c27bac25c56/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/22e389c5edc90715/out -L dependency=/opt/rustwide/target/debug/build/siphasher/c32df049166171e5/out -L dependency=/opt/rustwide/target/debug/build/smallvec/ec46f0f688645315/out -L dependency=/opt/rustwide/target/debug/build/term/aa8d7efec7f7b67f/out -L dependency=/opt/rustwide/target/debug/build/typenum/1bded92092901d6e/out --extern ascii_canvas=/opt/rustwide/target/debug/build/ascii-canvas/93c9fcb876df4044/out/libascii_canvas-93c9fcb876df4044.rmeta --extern bit_set=/opt/rustwide/target/debug/build/bit-set/87e7eaf3abf9d97f/out/libbit_set-87e7eaf3abf9d97f.rmeta --extern ena=/opt/rustwide/target/debug/build/ena/e7032a02d422013b/out/libena-e7032a02d422013b.rmeta --extern itertools=/opt/rustwide/target/debug/build/itertools/c310e7fe26b8e768/out/libitertools-c310e7fe26b8e768.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/build/lalrpop-util/af4e2dd07de30b16/out/liblalrpop_util-af4e2dd07de30b16.rmeta --extern petgraph=/opt/rustwide/target/debug/build/petgraph/f802357f9b016140/out/libpetgraph-f802357f9b016140.rmeta --extern pico_args=/opt/rustwide/target/debug/build/pico-args/4c3eb399ae5c4147/out/libpico_args-4c3eb399ae5c4147.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/59b1a4b166e924ce/out/libregex-59b1a4b166e924ce.rmeta --extern regex_syntax=/opt/rustwide/target/debug/build/regex-syntax/a51f3b0cccc0511b/out/libregex_syntax-a51f3b0cccc0511b.rmeta --extern sha3=/opt/rustwide/target/debug/build/sha3/2d6fdf1c4079b72c/out/libsha3-2d6fdf1c4079b72c.rmeta --extern string_cache=/opt/rustwide/target/debug/build/string_cache/ab27b8e2b8f48b05/out/libstring_cache-ab27b8e2b8f48b05.rmeta --extern term=/opt/rustwide/target/debug/build/term/aa8d7efec7f7b67f/out/libterm-aa8d7efec7f7b67f.rmeta --extern unicode_xid=/opt/rustwide/target/debug/build/unicode-xid/4dfc1b165cf6adea/out/libunicode_xid-4dfc1b165cf6adea.rmeta --extern walkdir=/opt/rustwide/target/debug/build/walkdir/a30c0625979b09c8/out/libwalkdir-a30c0625979b09c8.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a6300a3f201b79682feb244210874bd46c1b87f8ab08e270f4a3e6fba3108a22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a6300a3f201b79682feb244210874bd46c1b87f8ab08e270f4a3e6fba3108a22", kill_on_drop: false }`
[INFO] [stdout] a6300a3f201b79682feb244210874bd46c1b87f8ab08e270f4a3e6fba3108a22
