[INFO] cloning repository https://github.com/pocketcereal/agent-operator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pocketcereal/agent-operator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpocketcereal%2Fagent-operator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpocketcereal%2Fagent-operator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8b6e7ca64e5ca8008842438172c2ce1de1b0723d
[INFO] checking pocketcereal/agent-operator against try#6713fa75964eb229409a9c6f6f5c418423e313ff for pr-133502-22
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpocketcereal%2Fagent-operator" "/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/pocketcereal/agent-operator
[INFO] finished tweaking git repo https://github.com/pocketcereal/agent-operator
[INFO] tweaked toml for git repo https://github.com/pocketcereal/agent-operator written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pocketcereal/agent-operator on toolchain 6713fa75964eb229409a9c6f6f5c418423e313ff
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pocketcereal/agent-operator 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" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "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" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ab79fd1de16cf6ae80adda3d45afdfddb63aae0a608b566f09540319cfc69a80
[INFO] running `Command { std: "docker" "start" "-a" "ab79fd1de16cf6ae80adda3d45afdfddb63aae0a608b566f09540319cfc69a80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab79fd1de16cf6ae80adda3d45afdfddb63aae0a608b566f09540319cfc69a80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab79fd1de16cf6ae80adda3d45afdfddb63aae0a608b566f09540319cfc69a80", kill_on_drop: false }`
[INFO] [stdout] ab79fd1de16cf6ae80adda3d45afdfddb63aae0a608b566f09540319cfc69a80
[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=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" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f6991e73d892557ba243a146bd7098f3a9d8aa7c7c034960675840fc6e549302
[INFO] running `Command { std: "docker" "start" "-a" "f6991e73d892557ba243a146bd7098f3a9d8aa7c7c034960675840fc6e549302", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking indexmap v2.13.1
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling k8s-openapi v0.27.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking fastrand v2.4.0
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]     Checking bytestring v1.5.0
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking impl-more v0.1.9
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling actix-router v0.5.4
[INFO] [stderr]     Checking brotli v8.0.2
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking tokio v1.51.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking jiff v0.2.23
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking jsonptr v0.7.1
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking jsonpath-rust v1.0.4
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking json-patch v4.1.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking actix-rt v2.11.0
[INFO] [stderr]     Checking backon v1.6.0
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking actix-server v2.6.0
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking tokio-test v0.4.5
[INFO] [stderr]     Checking tower-test v0.4.0
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking actix-http v3.12.0
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking actix-web v4.13.0
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking kube-core v3.1.0
[INFO] [stderr]     Checking kube-client v3.1.0
[INFO] [stderr]     Checking kube-runtime v3.1.0
[INFO] [stderr] error: could not compile `kube-runtime` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6713fa75964eb229409a9c6f6f5c418423e313ff/bin/rustc --crate-name kube_runtime --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/kube-runtime-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --forbid=unsafe_code --deny=missing_docs --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("unstable-runtime", "unstable-runtime-reconcile-on", "unstable-runtime-stream-control", "unstable-runtime-subscribe"))' -C metadata=07ea0d3c59d163ab -C extra-filename=-80feb58b30b0cb40 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-95ec7ed6c9460282.rmeta --extern async_broadcast=/opt/rustwide/target/debug/deps/libasync_broadcast-7f3cd218153024b6.rmeta --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-77a5205725b0a454.rmeta --extern backon=/opt/rustwide/target/debug/deps/libbackon-b9523b56e0787190.rmeta --extern educe=/opt/rustwide/target/debug/deps/libeduce-aee7a58828955648.so --extern futures=/opt/rustwide/target/debug/deps/libfutures-488548fea94ed2cd.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-2f272b1410e1a439.rmeta --extern hostname=/opt/rustwide/target/debug/deps/libhostname-a682add5e2e8134b.rmeta --extern json_patch=/opt/rustwide/target/debug/deps/libjson_patch-58b71b94fcd5e3f8.rmeta --extern k8s_openapi=/opt/rustwide/target/debug/deps/libk8s_openapi-a4dcf0ede20ba300.rmeta --extern kube_client=/opt/rustwide/target/debug/deps/libkube_client-85f69ceaa246e4e0.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-6993bdfd9f0f3264.rmeta --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-6cde4778d1e37776.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-5fae70d64d8d4a17.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-7802044e531de2f2.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-a8a04cf2e5ad1c0d.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2e5b0c42a46c02a6.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-dd367df8bced4601.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-1ff6d93a3db9bb94.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-ccccddaae59de2a9/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "f6991e73d892557ba243a146bd7098f3a9d8aa7c7c034960675840fc6e549302", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6991e73d892557ba243a146bd7098f3a9d8aa7c7c034960675840fc6e549302", kill_on_drop: false }`
[INFO] [stdout] f6991e73d892557ba243a146bd7098f3a9d8aa7c7c034960675840fc6e549302
