[INFO] cloning repository https://github.com/nauron-ai/labaclaw-worker-plane
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nauron-ai/labaclaw-worker-plane" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnauron-ai%2Flabaclaw-worker-plane", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnauron-ai%2Flabaclaw-worker-plane'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3665ce4af423a27c7de3768bace149b003608d94
[INFO] checking nauron-ai/labaclaw-worker-plane against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnauron-ai%2Flabaclaw-worker-plane" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nauron-ai/labaclaw-worker-plane
[INFO] finished tweaking git repo https://github.com/nauron-ai/labaclaw-worker-plane
[INFO] tweaked toml for git repo https://github.com/nauron-ai/labaclaw-worker-plane written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nauron-ai/labaclaw-worker-plane 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/nauron-ai/labaclaw-worker-plane 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-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] a4a2d61cdccd95a429507d943f994a626463e45aff121e9a1b7c4bdcf990b211
[INFO] running `Command { std: "docker" "start" "a4a2d61cdccd95a429507d943f994a626463e45aff121e9a1b7c4bdcf990b211", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a4a2d61cdccd95a429507d943f994a626463e45aff121e9a1b7c4bdcf990b211", 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" "a4a2d61cdccd95a429507d943f994a626463e45aff121e9a1b7c4bdcf990b211" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a4a2d61cdccd95a429507d943f994a626463e45aff121e9a1b7c4bdcf990b211", 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" "a4a2d61cdccd95a429507d943f994a626463e45aff121e9a1b7c4bdcf990b211" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]    Compiling libz-sys v1.1.25
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling k8s-openapi v0.24.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking ucd-trie v0.1.7
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rdkafka-sys v4.10.0+2.12.1
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking jsonpath-rust v0.7.5
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.5
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking num_enum v0.7.5
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tower-http v0.6.8
[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/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name k8s_openapi --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/k8s-openapi-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_30"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("earliest", "latest", "schemars", "v1_28", "v1_29", "v1_30", "v1_31", "v1_32"))' -C metadata=4c948e0f2c47b111 -C extra-filename=-231a1ba570468f83 --out-dir /opt/rustwide/target/debug/build/k8s-openapi/231a1ba570468f83/out -L dependency=/opt/rustwide/target/debug/build/iana-time-zone/4c741fc3ef3881f8/out -L dependency=/opt/rustwide/target/debug/build/itoa/6847572a153e76b0/out -L dependency=/opt/rustwide/target/debug/build/memchr/3d944e3b9ac373a3/out -L dependency=/opt/rustwide/target/debug/build/num-traits/1c82cdd41ab98e3a/out -L dependency=/opt/rustwide/target/debug/build/ordered-float/1c322bd0603f72c0/out -L dependency=/opt/rustwide/target/debug/build/serde/69181cb720c26d11/out -L dependency=/opt/rustwide/target/debug/build/serde_core/3c925aec2ec92997/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/0d175b916ca1f2fd/out -L dependency=/opt/rustwide/target/debug/build/zmij/7606d3367d7489bc/out --extern base64=/opt/rustwide/target/debug/build/base64/d8aec028dea2d277/out/libbase64-d8aec028dea2d277.rmeta --extern chrono=/opt/rustwide/target/debug/build/chrono/8a9fe43fe37c1a45/out/libchrono-8a9fe43fe37c1a45.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/69181cb720c26d11/out/libserde-69181cb720c26d11.rmeta --extern serde_value=/opt/rustwide/target/debug/build/serde-value/348661d4f9718208/out/libserde_value-348661d4f9718208.rmeta --extern serde_json=/opt/rustwide/target/debug/build/serde_json/9f10383fc154e997/out/libserde_json-9f10383fc154e997.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --cfg 'k8s_openapi_enabled_version="1.30"' --check-cfg 'cfg(k8s_openapi_enabled_version, values("1.28", "1.29", "1.30", "1.31", "1.32"))'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a4a2d61cdccd95a429507d943f994a626463e45aff121e9a1b7c4bdcf990b211", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4a2d61cdccd95a429507d943f994a626463e45aff121e9a1b7c4bdcf990b211", kill_on_drop: false }`
[INFO] [stdout] a4a2d61cdccd95a429507d943f994a626463e45aff121e9a1b7c4bdcf990b211
