[INFO] cloning repository https://github.com/luxas/kubernetes-cedar-authorizer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luxas/kubernetes-cedar-authorizer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluxas%2Fkubernetes-cedar-authorizer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluxas%2Fkubernetes-cedar-authorizer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c1ce0f60ea3656989adb64a3f57475fe7d131fff
[INFO] testing luxas/kubernetes-cedar-authorizer against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluxas%2Fkubernetes-cedar-authorizer" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/luxas/kubernetes-cedar-authorizer
[INFO] finished tweaking git repo https://github.com/luxas/kubernetes-cedar-authorizer
[INFO] tweaked toml for git repo https://github.com/luxas/kubernetes-cedar-authorizer written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/luxas/kubernetes-cedar-authorizer on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/luxas/kubernetes-cedar-authorizer 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e3b0679446730337ebfd1c7a0c0bb452dfa95df5d9c706dd4c94fd3162863715
[INFO] running `Command { std: "docker" "start" "-a" "e3b0679446730337ebfd1c7a0c0bb452dfa95df5d9c706dd4c94fd3162863715", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3b0679446730337ebfd1c7a0c0bb452dfa95df5d9c706dd4c94fd3162863715", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3b0679446730337ebfd1c7a0c0bb452dfa95df5d9c706dd4c94fd3162863715", kill_on_drop: false }`
[INFO] [stdout] e3b0679446730337ebfd1c7a0c0bb452dfa95df5d9c706dd4c94fd3162863715
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06921576b1dff6287296e2027800b2e1813aa17b6c62c2971df5eea2be5c97be
[INFO] running `Command { std: "docker" "start" "-a" "06921576b1dff6287296e2027800b2e1813aa17b6c62c2971df5eea2be5c97be", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling aws-lc-rs v1.13.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling term v1.1.0
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling ena v0.14.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling ascii-canvas v4.0.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling logos-codegen v0.15.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling bitflags v2.9.2
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling k8s-openapi v0.25.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling ref-cast v1.0.24
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling unicode-script v0.5.7
[INFO] [stderr]    Compiling rustls-native-certs v0.8.1
[INFO] [stderr]    Compiling rustc_lexer v0.1.0
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling cc v1.2.33
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling pretty v0.12.4
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling secrecy v0.10.3
[INFO] [stderr]    Compiling pem v3.0.5
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling fs-err v3.1.1
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling cedar-policy v4.5.1 (https://github.com/luxas/cedar.git?rev=792e6d246440433f2d2a6a6adeadc910859919fc#792e6d24)
[INFO] [stderr]    Compiling async-broadcast v0.7.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling hostname v0.4.1
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling unicode-security v0.1.2
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling uuid v1.18.0
[INFO] [stderr]    Compiling aws-lc-sys v0.30.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]    Compiling lalrpop-util v0.22.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling lalrpop v0.22.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling enum-ordinalize v4.3.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.24
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling pest v2.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling opentelemetry v0.30.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling logos-derive v0.15.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling prost-derive v0.13.5
[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/beta-2026-04-21-x86_64-unknown-linux-gnu/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 --crate-type lib --emit=dep-info,metadata,link -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=d1e4042d26992f3b -C extra-filename=-1b8ff78314513afa --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ascii_canvas=/opt/rustwide/target/debug/deps/libascii_canvas-8a297bf339a197ef.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-5ac9e88bb2ff1cf3.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-fb3427890860322b.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-15b024754d2b32a1.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-f4fca4131bfd959c.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-cd41be8e34938961.rmeta --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-f510e81e1f8d61f0.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-eafae0d4fdfc69c3.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-ec3324d7c59077ca.rmeta --extern sha3=/opt/rustwide/target/debug/deps/libsha3-b66a0a7aed3f44f8.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-32da243b5e47f585.rmeta --extern term=/opt/rustwide/target/debug/deps/libterm-4b6e3de84c097f10.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-05bf906d391ba71f.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-59e0e51b55f3a638.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "06921576b1dff6287296e2027800b2e1813aa17b6c62c2971df5eea2be5c97be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06921576b1dff6287296e2027800b2e1813aa17b6c62c2971df5eea2be5c97be", kill_on_drop: false }`
[INFO] [stdout] 06921576b1dff6287296e2027800b2e1813aa17b6c62c2971df5eea2be5c97be
