[INFO] cloning repository https://github.com/dgunzy/flux9s [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dgunzy/flux9s" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdgunzy%2Fflux9s", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdgunzy%2Fflux9s'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0e991cfde8281334e1f55fca29646f8734424b8f [INFO] checking dgunzy/flux9s against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdgunzy%2Fflux9s" "/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/dgunzy/flux9s [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/dgunzy/flux9s [INFO] tweaked toml for git repo https://github.com/dgunzy/flux9s written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/dgunzy/flux9s on toolchain d0ab665d12770dbaae620b539ee4319b83445f45 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/dgunzy/flux9s 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" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 735ce27121d62b6f09ee6d8b4dad4fc5c7e0b815d01080010ca79fee77ebb0a3 [INFO] running `Command { std: "docker" "start" "735ce27121d62b6f09ee6d8b4dad4fc5c7e0b815d01080010ca79fee77ebb0a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "735ce27121d62b6f09ee6d8b4dad4fc5c7e0b815d01080010ca79fee77ebb0a3", 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" "735ce27121d62b6f09ee6d8b4dad4fc5c7e0b815d01080010ca79fee77ebb0a3" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "735ce27121d62b6f09ee6d8b4dad4fc5c7e0b815d01080010ca79fee77ebb0a3", 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" "735ce27121d62b6f09ee6d8b4dad4fc5c7e0b815d01080010ca79fee77ebb0a3" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.65 [INFO] [stderr] Checking bytes v1.12.0 [INFO] [stderr] Compiling serde_json v1.0.150 [INFO] [stderr] Compiling libm v0.2.16 [INFO] [stderr] Compiling syn v2.0.118 [INFO] [stderr] Checking mio v1.2.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling memchr v2.8.2 [INFO] [stderr] Checking either v1.16.0 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling openssl v0.10.81 [INFO] [stderr] Compiling k8s-openapi v0.28.0 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Checking zerocopy v0.8.52 [INFO] [stderr] Checking jiff v0.2.28 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking arraydeque v0.5.1 [INFO] [stderr] Compiling hyper-openssl v0.10.2 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling siphasher v1.0.3 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking pest v2.8.6 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Checking granit-parser v0.0.3 [INFO] [stderr] Compiling phf_shared v0.13.1 [INFO] [stderr] Checking encoding_rs_io v0.1.7 [INFO] [stderr] Checking linked_hash_set v0.1.6 [INFO] [stderr] Checking regex v1.12.4 [INFO] [stderr] Checking annotate-snippets v0.12.16 [INFO] [stderr] Compiling rustls v0.23.40 [INFO] [stderr] Checking http v1.4.2 [INFO] [stderr] Compiling fastrand v2.4.1 [INFO] [stderr] Compiling getrandom v0.4.3 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling phf_generator v0.13.1 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking secrecy v0.10.3 [INFO] [stderr] Checking pem v3.0.6 [INFO] [stderr] Checking clap_builder v4.6.2 [INFO] [stderr] Checking async-broadcast v0.7.2 [INFO] [stderr] Checking webpki-roots v1.0.8 [INFO] [stderr] Checking hostname v0.4.2 [INFO] [stderr] Checking home v0.5.12 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking etcetera v0.10.0 [INFO] [stderr] Compiling anyhow v1.0.103 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking indexmap v2.14.0 [INFO] [stderr] Compiling mockall_derive v0.15.0 [INFO] [stderr] Checking directories v6.0.0 [INFO] [stderr] Compiling mockall v0.15.0 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking ureq-proto v0.6.0 [INFO] [stderr] Checking predicates v3.1.4 [INFO] [stderr] Checking fragile v2.1.0 [INFO] [stderr] Checking downcast v0.11.0 [INFO] [stderr] Compiling openssl-sys v0.9.117 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking unicode-truncate v2.0.1 [INFO] [stderr] Compiling pest_meta v2.8.6 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Checking insta v1.48.0 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking rustls-webpki v0.103.13 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling pest_generator v2.8.6 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling displaydoc v0.2.6 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling pin-project-internal v1.1.13 [INFO] [stderr] Compiling strum_macros v0.28.0 [INFO] [stderr] Checking ref-cast v1.0.25 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling schemars_derive v1.2.1 [INFO] [stderr] Compiling pest_derive v2.8.6 [INFO] [stderr] Checking tokio v1.53.0 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling enum-ordinalize-derive v4.3.2 [INFO] [stderr] Checking pin-project v1.1.13 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling clap_derive v4.6.1 [INFO] [stderr] Compiling phf_macros v0.13.1 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking derive_more v2.1.1 [INFO] [stderr] Compiling enum-ordinalize v4.3.2 [INFO] [stderr] Checking crossterm v0.29.0 [INFO] [stderr] Compiling educe v0.6.0 [INFO] [stderr] Checking thiserror v2.0.18 [INFO] [stderr] Checking kasuari v0.4.12 [INFO] [stderr] Checking zerofrom v0.1.8 [INFO] [stderr] Checking yoke v0.8.3 [INFO] [stderr] Checking jsonpath-rust v1.0.4 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking zerovec v0.11.6 [INFO] [stderr] Checking zerotrie v0.2.4 [INFO] [stderr] Checking phf v0.13.1 [INFO] [stderr] Checking csscolorparser v0.8.3 [INFO] [stderr] Checking strum v0.28.0 [INFO] [stderr] Checking ratatui-core v0.1.2 [INFO] [stderr] Checking tinystr v0.8.3 [INFO] [stderr] Checking potential_utf v0.1.5 [INFO] [stderr] Checking icu_collections v2.2.0 [INFO] [stderr] Checking icu_locale_core v2.2.0 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Checking clap v4.6.2 [INFO] [stderr] Checking clap_complete v4.6.7 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling instability v0.3.12 [INFO] [stderr] Checking icu_provider v2.2.0 [INFO] [stderr] Checking ratatui-widgets v0.3.2 [INFO] [stderr] Checking ratatui-crossterm v0.1.2 [INFO] [stderr] Checking icu_properties v2.2.0 [INFO] [stderr] Checking icu_normalizer v2.2.0 [INFO] [stderr] Checking jsonptr v0.7.1 [INFO] [stderr] Checking serde-value v0.7.0 [INFO] [stderr] Checking schemars v1.2.1 [INFO] [stderr] Checking serde-saphyr v0.0.27 [INFO] [stderr] Checking ureq v3.3.0 [INFO] [stderr] Checking chrono v0.4.45 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Compiling kube-derive v4.0.0 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Checking json-patch v4.2.0 [INFO] [stderr] Checking hyper v1.10.1 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Checking backon v1.6.0 [INFO] [stderr] Checking ratatui v0.30.2 [INFO] [stderr] Checking update-informer v1.3.0 [INFO] [stderr] Checking tower v0.5.3 [INFO] [stderr] Checking idna_adapter v1.2.2 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking hyper-util v0.1.20 [INFO] [stderr] Checking tower-http v0.6.11 [INFO] [stderr] Checking hyper-timeout v0.5.2 [INFO] [stderr] Checking kube-core v4.0.0 [INFO] [stderr] Checking kube-client v4.0.0 [INFO] [stderr] Checking kube-runtime v4.0.0 [INFO] [stderr] Checking kube v4.0.0 [INFO] [stderr] Checking flux9s v0.12.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `flux9s` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d0ab665d12770dbaae620b539ee4319b83445f45/bin/rustc --crate-name flux9s --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="tui"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "openssl", "tui", "vendored-openssl"))' -C metadata=f43f568ad6b90e12 -C extra-filename=-5429bc7dc5a1d34b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-c1f5c88c1afdfac1.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-19b522d5828db022.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-c111072735f5f191.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-6f8dd36af263b7dd.rmeta --extern clap_complete=/opt/rustwide/target/debug/deps/libclap_complete-dbf105835a416c7e.rmeta --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-314f8c5e456e2ecb.rmeta --extern csscolorparser=/opt/rustwide/target/debug/deps/libcsscolorparser-2a29f2d9092b1b0e.rmeta --extern directories=/opt/rustwide/target/debug/deps/libdirectories-d5700f9ca9290c33.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-8f7dd38580e70830.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-ac758f68a0510bb2.rmeta --extern insta=/opt/rustwide/target/debug/deps/libinsta-cc543d28816f6a27.rmeta --extern k8s_openapi=/opt/rustwide/target/debug/deps/libk8s_openapi-e1ec7c5105b64d08.rmeta --extern kube=/opt/rustwide/target/debug/deps/libkube-e3085eaa501e8ae2.rmeta --extern mockall=/opt/rustwide/target/debug/deps/libmockall-b191c3e9ec6f1f6a.rmeta --extern ratatui=/opt/rustwide/target/debug/deps/libratatui-4e457d99e551a63b.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-599600372fe1ed95.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-47e7ef46c518aead.rmeta --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-91ebb699e6edc6a0.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-b87cd8643ddaecd6.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-47e933ee69887e59.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-cd332a18965eeabe.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-2c7411c8e19649a1.rmeta --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-cf6679bfab6372a1.rmeta --extern update_informer=/opt/rustwide/target/debug/deps/libupdate_informer-effe08c2c4d8a87c.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-d92d9087149fa7af.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-4bce023649047d9c/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "735ce27121d62b6f09ee6d8b4dad4fc5c7e0b815d01080010ca79fee77ebb0a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "735ce27121d62b6f09ee6d8b4dad4fc5c7e0b815d01080010ca79fee77ebb0a3", kill_on_drop: false }` [INFO] [stdout] 735ce27121d62b6f09ee6d8b4dad4fc5c7e0b815d01080010ca79fee77ebb0a3