[INFO] cloning repository https://github.com/pleme-io/convergence-controller
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pleme-io/convergence-controller" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpleme-io%2Fconvergence-controller", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpleme-io%2Fconvergence-controller'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 718ad9a538865461044f09f28c49854f60ad9bea
[INFO] checking pleme-io/convergence-controller against 24e1a22664233bce1f9b5dc6eee7c1f74327e28c for pr-159343-retry
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpleme-io%2Fconvergence-controller" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pleme-io/convergence-controller
[INFO] finished tweaking git repo https://github.com/pleme-io/convergence-controller
[INFO] tweaked toml for git repo https://github.com/pleme-io/convergence-controller written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pleme-io/convergence-controller on toolchain 24e1a22664233bce1f9b5dc6eee7c1f74327e28c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pleme-io/convergence-controller 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" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ae66a575473236ed08b59485410d94677c9ea7cbc72e829cb0e69371f2c2fadf
[INFO] running `Command { std: "docker" "start" "ae66a575473236ed08b59485410d94677c9ea7cbc72e829cb0e69371f2c2fadf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ae66a575473236ed08b59485410d94677c9ea7cbc72e829cb0e69371f2c2fadf", 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" "ae66a575473236ed08b59485410d94677c9ea7cbc72e829cb0e69371f2c2fadf" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ae66a575473236ed08b59485410d94677c9ea7cbc72e829cb0e69371f2c2fadf", 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" "ae66a575473236ed08b59485410d94677c9ea7cbc72e829cb0e69371f2c2fadf" "/opt/rustwide/cargo-home/bin/cargo" "+24e1a22664233bce1f9b5dc6eee7c1f74327e28c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking outref v0.5.2
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling aws-types v1.3.14
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking bytes-utils v0.1.4
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]     Checking base64-simd v0.8.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling openssl v0.10.77
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling k8s-openapi v0.23.0
[INFO] [stderr]     Checking regex-lite v0.1.9
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking jsonptr v0.4.7
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking tokio v1.51.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking json-patch v2.0.0
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.2
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking xmlparser v0.13.6
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking aws-smithy-xml v0.60.15
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]    Compiling enum-ordinalize v4.3.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking backoff v0.4.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]    Compiling openssl-sys v0.9.113
[INFO] [stderr]    Compiling blake3 v1.8.4
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]    Compiling prometheus v0.13.4
[INFO] [stderr]    Compiling rmcp v0.15.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/24e1a22664233bce1f9b5dc6eee7c1f74327e28c/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.51.1/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 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=22b312ba6234462f -C extra-filename=-487dcf6719a911b7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-c3c82aecfaa31497.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-9f3ae8ae534eb9e7.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-914da79b07e9739e.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-e9b982574cf73e03.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-7a85484710c87805.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-86a24458c6682e00.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-08b96a339cb6ecf1.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/24e1a22664233bce1f9b5dc6eee7c1f74327e28c/bin/rustc --crate-name k8s_openapi --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/k8s-openapi-0.23.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 --cfg 'feature="v1_31"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("earliest", "latest", "schemars", "v1_26", "v1_27", "v1_28", "v1_29", "v1_30", "v1_31"))' -C metadata=55279cb477d52e85 -C extra-filename=-4f30891807b09d51 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-e2dba32b358803f2.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-58951b894840d848.rmeta --extern serde_value=/opt/rustwide/target/debug/deps/libserde_value-5d259971c7e59563.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-38588a78c05abce6.rmeta --cap-lints allow --cap-lints=forbid --cfg 'k8s_openapi_enabled_version="1.31"' --check-cfg 'cfg(k8s_openapi_enabled_version, values("1.26", "1.27", "1.28", "1.29", "1.30", "1.31"))'` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "ae66a575473236ed08b59485410d94677c9ea7cbc72e829cb0e69371f2c2fadf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae66a575473236ed08b59485410d94677c9ea7cbc72e829cb0e69371f2c2fadf", kill_on_drop: false }`
[INFO] [stdout] ae66a575473236ed08b59485410d94677c9ea7cbc72e829cb0e69371f2c2fadf
