[INFO] cloning repository https://github.com/damienpontifex/kube-rs-echo-operator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/damienpontifex/kube-rs-echo-operator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdamienpontifex%2Fkube-rs-echo-operator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdamienpontifex%2Fkube-rs-echo-operator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fa5f8c3b8483a197277f56931f81e0a2756b0360 [INFO] checking damienpontifex/kube-rs-echo-operator against master#d9563937fa3b030c5845811113505070109414d2 for pr-151830 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdamienpontifex%2Fkube-rs-echo-operator" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/damienpontifex/kube-rs-echo-operator [INFO] finished tweaking git repo https://github.com/damienpontifex/kube-rs-echo-operator [INFO] tweaked toml for git repo https://github.com/damienpontifex/kube-rs-echo-operator written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/damienpontifex/kube-rs-echo-operator on toolchain d9563937fa3b030c5845811113505070109414d2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d9563937fa3b030c5845811113505070109414d2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/damienpontifex/kube-rs-echo-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" "+d9563937fa3b030c5845811113505070109414d2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded jsonptr v0.7.1 [INFO] [stderr] Downloaded json-patch v4.1.0 [INFO] [stderr] Downloaded zmij v1.0.10 [INFO] [stderr] Downloaded backon v1.6.0 [INFO] [stderr] Downloaded kube-derive v3.0.0 [INFO] [stderr] Downloaded jsonpath-rust v1.0.4 [INFO] [stderr] Downloaded kube-core v3.0.0 [INFO] [stderr] Downloaded kube-runtime v3.0.0 [INFO] [stderr] Downloaded kube v3.0.0 [INFO] [stderr] Downloaded kube-client v3.0.0 [INFO] [stderr] Downloaded k8s-openapi v0.27.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+d9563937fa3b030c5845811113505070109414d2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a15e00730ff6fe16627a40298c88b7700acd206c2961a18f004d41c698ccc8d [INFO] running `Command { std: "docker" "start" "-a" "3a15e00730ff6fe16627a40298c88b7700acd206c2961a18f004d41c698ccc8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a15e00730ff6fe16627a40298c88b7700acd206c2961a18f004d41c698ccc8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a15e00730ff6fe16627a40298c88b7700acd206c2961a18f004d41c698ccc8d", kill_on_drop: false }` [INFO] [stdout] 3a15e00730ff6fe16627a40298c88b7700acd206c2961a18f004d41c698ccc8d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+d9563937fa3b030c5845811113505070109414d2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae9b132966528ba5170921d8158cbd39e7f13449476a43087728947176f7b556 [INFO] running `Command { std: "docker" "start" "-a" "ae9b132966528ba5170921d8158cbd39e7f13449476a43087728947176f7b556", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.179 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling zmij v1.0.10 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_json v1.0.148 [INFO] [stderr] Compiling syn v2.0.113 [INFO] [stderr] Compiling find-msvc-tools v0.1.6 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Compiling cc v1.2.51 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling pest v2.8.5 [INFO] [stderr] Compiling k8s-openapi v0.27.0 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling pest_meta v2.8.5 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking regex-syntax v0.8.8 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling ordered-float v2.10.1 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling pest_generator v2.8.5 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling schemars_derive v1.2.0 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling pest_derive v2.8.5 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling enum-ordinalize-derive v4.3.2 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling enum-ordinalize v4.3.2 [INFO] [stderr] Compiling educe v0.6.0 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling jiff v0.2.18 [INFO] [stderr] Compiling jsonptr v0.7.1 [INFO] [stderr] Compiling schemars v1.2.0 [INFO] [stderr] Compiling openssl-probe v0.2.0 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling rustls-native-certs v0.8.3 [INFO] [stderr] Compiling json-patch v4.1.0 [INFO] [stderr] Compiling kube-derive v3.0.0 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling derive_more v2.1.1 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling ryu v1.0.22 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling jsonpath-rust v1.0.4 [INFO] [stderr] Compiling hyper-timeout v0.5.2 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling pem v3.0.6 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling secrecy v0.10.3 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling backon v1.6.0 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling async-broadcast v0.7.2 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling hostname v0.4.2 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Checking clap_builder v4.5.54 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking tracing-subscriber v0.3.22 [INFO] [stderr] Checking clap v4.5.54 [INFO] [stderr] error: could not compile `k8s-openapi` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d9563937fa3b030c5845811113505070109414d2/bin/rustc --crate-name k8s_openapi --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/k8s-openapi-0.27.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 --cfg 'feature="default"' --cfg 'feature="latest"' --cfg 'feature="schemars"' --cfg 'feature="std"' --cfg 'feature="v1_35"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "earliest", "latest", "schemars", "std", "v1_31", "v1_32", "v1_33", "v1_34", "v1_35"))' -C metadata=69c4a41d4902b541 -C extra-filename=-e519b9d54032e47c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-c3f6fce0270f46f0.rmeta --extern jiff=/opt/rustwide/target/debug/deps/libjiff-8097747f08ea7bdc.rmeta --extern schemars=/opt/rustwide/target/debug/deps/libschemars-2c88e5bcab0170da.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-779d43e1f4bb4931.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-6bdd5e2ac7242724.rmeta --cap-lints allow --cap-lints=forbid --cfg 'k8s_openapi_enabled_version="1.35"' --check-cfg 'cfg(k8s_openapi_enabled_version, values("1.31", "1.32", "1.33", "1.34", "1.35"))'` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ae9b132966528ba5170921d8158cbd39e7f13449476a43087728947176f7b556", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae9b132966528ba5170921d8158cbd39e7f13449476a43087728947176f7b556", kill_on_drop: false }` [INFO] [stdout] ae9b132966528ba5170921d8158cbd39e7f13449476a43087728947176f7b556