[INFO] cloning repository https://github.com/ScottyLabs/kennel [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ScottyLabs/kennel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FScottyLabs%2Fkennel", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FScottyLabs%2Fkennel'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 69ae7f91eddc0480e565f4daf6ee13109fa055b4 [INFO] testing ScottyLabs/kennel against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FScottyLabs%2Fkennel" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ScottyLabs/kennel [INFO] finished tweaking git repo https://github.com/ScottyLabs/kennel [INFO] tweaked toml for git repo https://github.com/ScottyLabs/kennel written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ScottyLabs/kennel on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ScottyLabs/kennel 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c0713735236e29b2b27b3b7a9e17becbd3159054a2ccd19f6142f250057b756 [INFO] running `Command { std: "docker" "start" "-a" "9c0713735236e29b2b27b3b7a9e17becbd3159054a2ccd19f6142f250057b756", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c0713735236e29b2b27b3b7a9e17becbd3159054a2ccd19f6142f250057b756", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c0713735236e29b2b27b3b7a9e17becbd3159054a2ccd19f6142f250057b756", kill_on_drop: false }` [INFO] [stdout] 9c0713735236e29b2b27b3b7a9e17becbd3159054a2ccd19f6142f250057b756 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34dc3d8ceff520962567578e0a330d159d0a6640bd2e76618e65f37de1e84855 [INFO] running `Command { std: "docker" "start" "-a" "34dc3d8ceff520962567578e0a330d159d0a6640bd2e76618e65f37de1e84855", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling value-bag v1.12.0 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling litemap v0.8.1 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Compiling aws-lc-rs v1.16.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling socket2 v0.6.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling getrandom v0.4.1 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Compiling aws-lc-sys v0.37.1 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling zerocopy v0.8.39 [INFO] [stderr] Compiling bytemuck v1.25.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling atomic v0.6.1 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling regex-syntax v0.8.9 [INFO] [stderr] Compiling uuid v1.23.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tokio-macros v2.6.0 [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] Compiling zeroize_derive v1.4.3 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling webpki-roots v1.0.6 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling bigdecimal v0.4.10 [INFO] [stderr] Compiling rust_decimal v1.40.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling crc v3.4.0 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling unicode-properties v0.1.4 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling whoami v1.6.1 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Compiling inherent v1.0.13 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling sea-query-derive v0.4.3 [INFO] [stderr] Compiling ordered-float v4.6.0 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling openssl-probe v0.2.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling sea-query v0.32.7 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling derive_more v2.1.1 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling ouroboros_macro v0.18.5 [INFO] [stderr] Compiling sea-bae v0.2.1 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling aliasable v0.1.3 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling sea-orm-macros v1.1.19 [INFO] [stderr] Compiling ouroboros v0.18.5 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling http-range-header v0.4.2 [INFO] [stderr] Compiling iri-string v0.7.10 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling gimli v0.32.3 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling futures-lite v2.6.1 [INFO] [stderr] Compiling utoipa-gen v5.4.0 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling rustc-demangle v0.1.27 [INFO] [stderr] Compiling owo-colors v4.3.0 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling addr2line v0.25.1 [INFO] [stderr] Compiling async-io v2.6.0 [INFO] [stderr] Compiling async-task v4.7.1 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling is_ci v1.2.0 [INFO] [stderr] Compiling supports-color v3.0.2 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling backtrace v0.3.76 [INFO] [stderr] Compiling async-channel v2.5.0 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Compiling terminal_size v0.4.3 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling polling v3.11.0 [INFO] [stderr] Compiling backtrace-ext v0.2.1 [INFO] [stderr] Compiling piper v0.2.4 [INFO] [stderr] Compiling miette-derive v7.6.0 [INFO] [stderr] Compiling typeid_suffix v1.3.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling supports-unicode v3.0.0 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling supports-hyperlinks v3.2.0 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling miette v7.6.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling blocking v1.6.2 [INFO] [stderr] Compiling nix v0.31.2 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling clap_lex v1.0.0 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling clap_builder v4.5.60 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling const-random v0.1.18 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling darling_core v0.21.3 [INFO] [stderr] Compiling utoipa v5.4.0 [INFO] [stderr] Compiling rustls-native-certs v0.8.3 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling toml_parser v1.0.9+spec-1.1.0 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling libdbus-sys v0.2.7 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling serde_spanned v1.0.4 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling toml_writer v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling clap v4.5.60 [INFO] [stderr] Compiling rusticata-macros v4.1.0 [INFO] [stderr] Compiling watchexec-signals v5.0.1 [INFO] [stderr] Compiling dlv-list v0.5.2 [INFO] [stderr] Compiling darling_macro v0.21.3 [INFO] [stderr] Compiling asn1-rs-derive v0.5.1 [INFO] [stderr] Compiling asn1-rs-impl v0.2.0 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling bumpalo v3.20.2 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling zlib-rs v0.6.2 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling zopfli v0.8.3 [INFO] [stderr] Compiling process-wrap v9.1.0 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling ordered-multimap v0.7.3 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling asn1-rs v0.6.2 [INFO] [stderr] Compiling darling v0.21.3 [INFO] [stderr] Compiling watchexec-events v6.1.0 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling toml_datetime v1.0.0+spec-1.1.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling fs-err v3.3.0 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling oid-registry v0.7.1 [INFO] [stderr] Compiling linkme-impl v0.3.35 [INFO] [stderr] Compiling data-encoding v2.10.0 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling toml v1.0.3+spec-1.1.0 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling dbus v0.9.10 [INFO] [stderr] Compiling watchexec-supervisor v5.2.0 [INFO] [stderr] Compiling serde_with_macros v3.17.0 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling rust-embed-utils v8.11.0 [INFO] [stderr] Compiling rust-ini v0.21.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling zip v3.0.0 [INFO] [stderr] Compiling async-executor v1.14.0 [INFO] [stderr] Compiling async-lock v3.4.2 [INFO] [stderr] Compiling sea-schema-derive v0.3.0 [INFO] [stderr] Compiling quick-xml v0.38.4 [INFO] [stderr] Compiling caps v0.5.6 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling utoipa-swagger-ui-vendored v0.1.2 [INFO] [stderr] Compiling linkme v0.3.35 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling utoipa-swagger-ui v9.0.2 [INFO] [stderr] Compiling dbus-secret-service v4.1.0 [INFO] [stderr] Compiling async-global-executor v2.4.1 [INFO] [stderr] Compiling sea-orm-cli v1.1.19 [INFO] [stderr] Compiling arc-swap v1.8.0 [INFO] [stderr] Compiling rust-embed-impl v8.11.0 [INFO] [stderr] Compiling serde_with v3.17.0 [INFO] [stderr] Compiling kennel-config v0.1.0 (/opt/rustwide/workdir/crates/kennel-config) [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling der-parser v9.0.0 [INFO] [stderr] Compiling async-net v2.0.0 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling async-http-codec v0.8.0 [INFO] [stderr] Compiling envy v0.4.2 [INFO] [stderr] Compiling aws-region v0.28.1 [INFO] [stderr] Compiling yasna v0.5.2 [INFO] [stderr] Compiling maybe-async v0.2.10 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Compiling headers-core v0.3.0 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling sysinfo v0.37.2 [INFO] [stderr] Compiling pem v3.0.6 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling md5 v0.8.0 [INFO] [stderr] Compiling inquire v0.9.4 [INFO] [stderr] Compiling headers v0.4.1 [INFO] [stderr] Compiling rcgen v0.13.2 [INFO] [stderr] Compiling async-std v1.13.2 [INFO] [stderr] Compiling toml v0.9.12+spec-1.1.0 [INFO] [stderr] Compiling serde-envfile v0.3.0 [INFO] [stderr] Compiling rust-embed v8.11.0 [INFO] [stderr] Compiling x509-parser v0.16.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling keyring v3.6.3 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling secrecy v0.10.3 [INFO] [stderr] Compiling whoami v2.1.1 [INFO] [stderr] Compiling etcetera v0.11.0 [INFO] [stderr] Compiling colored v3.1.1 [INFO] [stderr] Compiling utoipa-axum v0.2.0 [INFO] [stderr] Compiling axum-extra v0.12.5 [INFO] [stderr] Compiling sd-notify v0.5.0 [INFO] [stderr] Compiling rustls-webpki v0.103.9 [INFO] [stderr] Compiling sqlx-core v0.8.6 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling rustls-platform-verifier v0.6.2 [INFO] [stderr] Compiling attohttpc v0.30.1 [INFO] [stderr] Compiling futures-rustls v0.26.0 [INFO] [stderr] Compiling async-web-client v0.6.2 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling axum-server v0.8.0 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling reqwest v0.13.2 [INFO] [stderr] Compiling aws-creds v0.39.1 [INFO] [stderr] Compiling rustls-acme v0.15.1 [INFO] [stderr] Compiling kennel-supervisor v0.1.0 (/opt/rustwide/workdir/crates/kennel-supervisor) [INFO] [stderr] Compiling sqlx-postgres v0.8.6 [INFO] [stderr] Compiling rust-s3 v0.37.1 [INFO] [stderr] Compiling cloudflare v0.14.0 [INFO] [stderr] Compiling secretspec v0.8.0 [INFO] [stdout] warning: method `add_pid` is never used [INFO] [stdout] --> crates/kennel-supervisor/src/cgroup.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 21 | impl CgroupWrapper { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 63 | pub fn add_pid(&self, pid: u32) -> crate::Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `socket_path` is never used [INFO] [stdout] --> crates/kennel-supervisor/src/notify.rs:51:8 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn socket_path(process_name: &str) -> PathBuf { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `address` is never read [INFO] [stdout] --> crates/kennel-supervisor/src/socket.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct BoundSocket { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 7 | pub fd: RawFd, [INFO] [stdout] 8 | pub address: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sqlx v0.8.6 [INFO] [stderr] Compiling sea-query-binder v0.7.0 [INFO] [stderr] Compiling sea-orm v1.1.19 [INFO] [stderr] Compiling sea-schema v0.16.2 [INFO] [stderr] Compiling entity v0.1.0 (/opt/rustwide/workdir/crates/entity) [INFO] [stderr] Compiling sea-orm-migration v1.1.19 [INFO] [stderr] Compiling kennel-provision v0.1.0 (/opt/rustwide/workdir/crates/kennel-provision) [INFO] [stderr] Compiling kennel-store v0.1.0 (/opt/rustwide/workdir/crates/kennel-store) [INFO] [stderr] Compiling migration v0.1.0 (/opt/rustwide/workdir/crates/migration) [INFO] [stderr] Compiling kennel-dns v0.1.0 (/opt/rustwide/workdir/crates/kennel-dns) [INFO] [stderr] Compiling kennel-builder v0.1.0 (/opt/rustwide/workdir/crates/kennel-builder) [INFO] [stderr] Compiling kennel-router v0.1.0 (/opt/rustwide/workdir/crates/kennel-router) [INFO] [stderr] Compiling kennel-webhook v0.1.0 (/opt/rustwide/workdir/crates/kennel-webhook) [INFO] [stderr] Compiling kennel-api v0.1.0 (/opt/rustwide/workdir/crates/kennel-api) [INFO] [stderr] Compiling kennel-deployer v0.1.0 (/opt/rustwide/workdir/crates/kennel-deployer) [INFO] [stderr] Compiling kennel v0.1.0 (/opt/rustwide/workdir/crates/kennel) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 27s [INFO] running `Command { std: "docker" "inspect" "34dc3d8ceff520962567578e0a330d159d0a6640bd2e76618e65f37de1e84855", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34dc3d8ceff520962567578e0a330d159d0a6640bd2e76618e65f37de1e84855", kill_on_drop: false }` [INFO] [stdout] 34dc3d8ceff520962567578e0a330d159d0a6640bd2e76618e65f37de1e84855 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f501afd564a70d8f6059fe78c3869cf42ceb746301b779d218d88d8cce4a9ce6 [INFO] running `Command { std: "docker" "start" "-a" "f501afd564a70d8f6059fe78c3869cf42ceb746301b779d218d88d8cce4a9ce6", kill_on_drop: false }` [INFO] [stdout] warning: method `add_pid` is never used [INFO] [stdout] --> crates/kennel-supervisor/src/cgroup.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 21 | impl CgroupWrapper { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 63 | pub fn add_pid(&self, pid: u32) -> crate::Result<()> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `socket_path` is never used [INFO] [stdout] --> crates/kennel-supervisor/src/notify.rs:51:8 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn socket_path(process_name: &str) -> PathBuf { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `address` is never read [INFO] [stdout] --> crates/kennel-supervisor/src/socket.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct BoundSocket { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 7 | pub fd: RawFd, [INFO] [stdout] 8 | pub address: Option, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling kennel-api v0.1.0 (/opt/rustwide/workdir/crates/kennel-api) [INFO] [stderr] Compiling kennel-deployer v0.1.0 (/opt/rustwide/workdir/crates/kennel-deployer) [INFO] [stderr] Compiling kennel-router v0.1.0 (/opt/rustwide/workdir/crates/kennel-router) [INFO] [stderr] Compiling migration v0.1.0 (/opt/rustwide/workdir/crates/migration) [INFO] [stderr] Compiling kennel v0.1.0 (/opt/rustwide/workdir/crates/kennel) [INFO] [stderr] Compiling kennel-provision v0.1.0 (/opt/rustwide/workdir/crates/kennel-provision) [INFO] [stderr] Compiling kennel-dns v0.1.0 (/opt/rustwide/workdir/crates/kennel-dns) [INFO] [stderr] Compiling kennel-supervisor v0.1.0 (/opt/rustwide/workdir/crates/kennel-supervisor) [INFO] [stderr] Compiling kennel-builder v0.1.0 (/opt/rustwide/workdir/crates/kennel-builder) [INFO] [stderr] Compiling kennel-webhook v0.1.0 (/opt/rustwide/workdir/crates/kennel-webhook) [INFO] [stderr] Compiling kennel-config v0.1.0 (/opt/rustwide/workdir/crates/kennel-config) [INFO] [stdout] warning: function `socket_path` is never used [INFO] [stdout] --> crates/kennel-supervisor/src/notify.rs:51:8 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn socket_path(process_name: &str) -> PathBuf { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling kennel-store v0.1.0 (/opt/rustwide/workdir/crates/kennel-store) [INFO] [stderr] Compiling entity v0.1.0 (/opt/rustwide/workdir/crates/entity) [INFO] [stderr] error: could not compile `kennel-router` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/dec9417b8611e34e787a3e4c37686b5131f9e5c5/bin/rustc --crate-name kennel_router --edition=2024 crates/kennel-router/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9b4a2db4a42f583 -C extra-filename=-46c9609b3b22ba89 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-d0824aa9c7568042.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-4ba831a72c8e4f7d.rlib --extern axum_extra=/opt/rustwide/target/debug/deps/libaxum_extra-c11e3db0a29d9279.rlib --extern axum_server=/opt/rustwide/target/debug/deps/libaxum_server-82159c2d4e04fa16.rlib --extern entity=/opt/rustwide/target/debug/deps/libentity-3c4240ee53bb6692.rlib --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-669bb0f90030570f.rlib --extern kennel_config=/opt/rustwide/target/debug/deps/libkennel_config-161b481df91b711f.rlib --extern kennel_store=/opt/rustwide/target/debug/deps/libkennel_store-0d4b1aad9abd165e.rlib --extern kennel_supervisor=/opt/rustwide/target/debug/deps/libkennel_supervisor-dcd64ac5f7f35060.rlib --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-0274a1a829a6a5ea.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-21dbe50217355ceb.rlib --extern rustls=/opt/rustwide/target/debug/deps/librustls-73c18cef2fb8ae8c.rlib --extern rustls_acme=/opt/rustwide/target/debug/deps/librustls_acme-8228db84cb92458b.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-66ec817f585f7beb.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-8fb2c68c44f62155.rlib --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-a238d96536370e0c.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-f819ac888947214b.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-e7dc6b8738e67da0.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-512f11367fd9323f.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-d7acb3d0b6990a53.rlib --extern webpki_roots=/opt/rustwide/target/debug/deps/libwebpki_roots-b9f0d261fae5ea3e.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/aws-lc-sys-ff59b1e9642e812a/out -L native=/opt/rustwide/target/debug/build/ring-1b178c60421d37e6/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc4qOal5/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsd_notify-e194a92113b7a8aa,libkennel_api-b4bcdc40d8d1be1a,libutoipa_swagger_ui-65a3896b353b31cd,librust_embed-0603747250aeb1d0,librust_embed_utils-45a4d6d7e4127c31,libwalkdir-a3e1a79fd47b5b12,libsame_file-1ceb7b6153588b15,libutoipa_axum-489ab7febde9988f,libkennel_webhook-765b7f9f61624a68,libkennel_builder-ab2a521997d3c27d,libkennel_deployer-9780b83d71c04ec1,libkennel_provision-bfbe3c96fdc8d68f,libs3-719377a6bb79fd5a,libsysinfo-88298cb7de006a7f,libawsregion-2640582c88276168,libawscreds-cddfdb884b3be22e,libquick_xml-691b29d88dbe2bdf,libattohttpc-b2da79a152047a3b,libini-3672713497affc11,libordered_multimap-a2216a2c776bba8e,libhashbrown-c66a0cd602652163,libdlv_list-c6f4f8abef21be73,libmd5-e27d536735f70a97,libsecretspec-a21e7642146e95bb,libwhoami-c4ac693a7c028591,libserde_envfile-24f1948a6b457517,libenvy-6bdc0e60ba274a08,libtoml-74dc2ab6425df985,libtoml_datetime-a89e3be2c80b44c1,liblinkme-0d26104ab6ea277d,libinquire-b7f0dbca0f1573f7,libcrossterm-9084d743db78ba4d,libsignal_hook_mio-d4df8a3b4f781be5,libsignal_hook-a06be69463138017,libfuzzy_matcher-cfea13565ea05009,libunicode_segmentation-ff3f1aa3aad6e639,libdyn_clone-1c1b05e4f4a02cac,libkeyring-e70bb5fd37e9eb47,libdbus_secret_service-821c657d0e6ba8dc,libdbus-27dd9601ebc18385,liblibdbus_sys-e83a071e78d866a9,libtempfile-f9f97e0f06a0f187,libcolored-a8d8c5091cb24ddd,librand-5c4f34a46a0f2fab,librand_chacha-92f76dede24de7f7,librand_core-46e274bca9f1e468,libgetrandom-e847d851321c7f63,libetcetera-09b3f3975896a1b0,libsecrecy-afac24a4e7171ab4,libkennel_dns-cb7127fc074eae0d,libcloudflare-b779155919ec6d40,libreqwest-ee0ed54cb43f0489,libhyper_tls-17c24cf809f555ae,libtokio_native_tls-d28abcf518f8ab7b,libnative_tls-e25c60986d9830bd,libopenssl-e934564660197602,libforeign_types-5fe497e04623184e,libforeign_types_shared-1d09a6084921ca40,libopenssl_sys-a1b1adf95aedf9ae,liburlencoding-2e57689ab08a86e0,libserde_with-16cdeba857e90441,libkennel_router-14192b71d7f7fa52,libaxum_extra-c11e3db0a29d9279,libheaders-5cbee1236f922943,libsha1-472f8d904dca6d47,libheaders_core-e9be8c17264f3b77,libaxum-4ba831a72c8e4f7d,libserde_path_to_error-f82a59413c0cf13c,libserde_urlencoded-542eeb3ac42ea857,libryu-ace37e26d8308611,libmatchit-9957f6fb3fe31ab2,libaxum_core-98194ad9268ad0de,libtokio_stream-a238d96536370e0c,librustls_acme-8228db84cb92458b,libaxum_server-82159c2d4e04fa16,libfs_err-0dcbe4c6af978170,libarc_swap-669a571db91aa903,libx509_parser-5ace572045ba387b,libdata_encoding-9925c048f12d655c,liboid_registry-08c958a5e4c3de8b,libder_parser-09e4ddcc0b108453,libasn1_rs-d994555dedf6aa07,librusticata_macros-112b91f37c2790e8,libnom-434bb3290c16ee0b,libasync_web_client-7a6b896a3072fb11,libasync_net-2e7fb6d8a04e43e0,libasync_io-8139a6323712aecd,libpolling-81ab7db30d9600ab,libasync_http_codec-f3e42f61ec99684c,libthiserror-eba59e12b46788a9,libblocking-5b186a1aad489635,libpiper-848c49dec35db589,libfutures_lite-ecb25672d8255d40,libfastrand-503f12a96d791409,libasync_task-65820d26b839a505,libasync_channel-198c4ae4778f37b5,libevent_listener_strategy-0b9227973d12e93a,libconcurrent_queue-9d09538c2054fa2a,librcgen-d00470702e9635c3,libpem-d607f251a0d98a82,libyasna-ffa017ea2bcf540a,libfutures_rustls-8ae980cc3881116a}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libmigration-5642a5b63a9a035c,libsea_orm_migration-e9efb5fde6f51507,libsea_schema-f72edf982b32f4a6,libsea_orm_cli-ab68b517be6868b2,libglob-8ca68987fb4fe516,libregex-227237831b49aae3,libtracing_subscriber-db13b052bb542a5b,libtracing_serde-74ca470234f95a87,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libmatchers-a3de18a143b50ae1,libregex_automata-df8e98ac2f4e58dd,libaho_corasick-911505ac5b3ee82d,libregex_syntax-4c74db8415f6ed3c,libnu_ansi_term-397b1770c3b67a2d,libthread_local-930fa34297cc73a9,libtracing_log-aec6eb4064e27ac7,libdotenvy-c158e10653a35757,libclap-017278d4f42356b3,libclap_builder-2eb3f45fe6b7a550,libstrsim-24acdad2526b95b7,libanstream-1b5b996d5ee65254,libanstyle_query-7d642b7421150d4a,libis_terminal_polyfill-21bbb5fdce9e5cde,libcolorchoice-3cdad4dd466782b4,libanstyle_parse-51df2b3336db7fd2,libutf8parse-8828ddbb63eb8bad,libclap_lex-d7bba69169775434,libanstyle-8f9813155d5c1cf2,libkennel_supervisor-dcd64ac5f7f35060,libcaps-d0c6b6e89c7733d7,libreqwest-21dbe50217355ceb,librustls_platform_verifier-fc0ccc43c846ebb9,librustls_native_certs-fccaf1650bc04646,libopenssl_probe-2e4370df64ac645e,libhyper_rustls-81123af030cd0ed2,libtokio_rustls-08f6b233d3724d25,libencoding_rs-f47fb1c01542042e,libtower_http-e7dc6b8738e67da0,libmime_guess-0274a1a829a6a5ea,libunicase-003160ffa59356bd,libmime-4b44681fdb2c65f7,libhttp_range_header-4ae42ae54e280e27,libiri_string-d8b08e8827a09725,libtower-59a9f9312ffa2bcf,libtower_layer-d70c7e404336389b,libhyper_util-ee62691d6d70c41d,libipnet-9aae67a4e846df6d,libtower_service-0d7df29686b13872,libhyper-18e76ec8f0b1a9eb,libwant-7ab32758a94a943e,libtry_lock-aabba5e3d97e6b57,libhttparse-4b1ed73b760072b9,libh2-b31853f7077f55d7,libfnv-2d77ec4f6f971b24,libtokio_util-f819ac888947214b,libpin_utils-9a5791cba021167a,libatomic_waker-001109810bdecbaa,libhttpdate-9f9d2502c6a38412,libhttp_body_util-669bb0f90030570f,libhttp_body-c1839cc45fdc82ab,libhttp-2b4f0b9284ae8d87,libsync_wrapper-48a86ae4bb41793c,libanyhow-d0824aa9c7568042,libwatchexec_supervisor-5cde28beb58b54a6,libprocess_wrap-c330df9bbba19a4e,libfutures-dae3e1d549261126,libfutures_executor-3f87be3c5d1a4efb,libwatchexec_events-660d925d48c7ada5,libwatchexec_signals-0955e4659b2f7113,libmiette-92a3170929e715fd,libbacktrace_ext-21df97beff7a41ff,libsupports_unicode-88c05a35c2063733,libsupports_color-1a23d355255ac8eb,libis_ci-e3b8d61645aa7a46,libsupports_hyperlinks-dd6b2306a859de1e,libterminal_size-596d7cd5fb13700b,librustix-972408f569de9fdc,liblinux_raw_sys-1db184ed86b9e0a5,libtextwrap-d2a16fd3693bb334,libunicode_linebreak-e2d4f4a68c1e757f,libunicode_width-11318280e9097d13,libbacktrace-21c620c6cc69cf9f,libminiz_oxide-200153ee43866327,libadler2-6c84652b4f76062c,libobject-c7c2100912c0c2db,libaddr2line-3417bf5ab7e9d508,libgimli-3f9d212b917c832b,librustc_demangle-38aff716f5dc6a1c,libunicode_width-08b963676a6677c5,libowo_colors-d59f603b3c4469c7,libnix-070f81437293be27,libnix-031783ba9331c0ff,libkennel_store-0d4b1aad9abd165e,libentity-3c4240ee53bb6692,libutoipa-022d5da7fd2709df,libsea_orm-a22c1f498cbd2636,libderive_more-698d7d3bc7b73671,libouroboros-db873325f232d571,libstatic_assertions-d53a9977dc6e27e5,libaliasable-a847abc25fa8841c,libasync_stream-b21e5e00e1fb77fc,libstrum-d34fc9d52101e73c,libsea_query_binder-a7a9d21b6f2d77e7,libsea_query-720d1b52034044e6,libordered_float-364f95a0074c907e,libsqlx-890d044d2fbd6fa2,libsqlx_postgres-5c3d8893ddf86a37,libhex-28742b4ca144387c,libwhoami-85fda6cef6337ed0,libhome-bdf87ef1480967f0,libbitflags-a4a524fc7b7b1962,libbyteorder-1e924d369e48dcfe,libatoi-f0f1db917f91c1cb,libstringprep-fb1a8b8aeb704118,libunicode_properties-acf832153453926a,libunicode_normalization-51ea083ac55613a7,libtinyvec-5904eadb2731a928,libtinyvec_macros-1c14e8980bff1229,libunicode_bidi-e61eae15e30d3a28,librand-265843112e8b3c0a,librand_chacha-af7697c1fc2dc963,libppv_lite86-7e18c5ecbabbe7da,libzerocopy-7b8e2db7912d95c2,librand_core-a2d3d229fc9a4b1e,libhkdf-b091740f458038e4,libhmac-e308d36d93a4efee,libsqlx_core-1140a9a28893e12d,libwebpki_roots-632799403d0ec2c0,libwebpki_roots-b9f0d261fae5ea3e,libindexmap-6ec564bfba72d4e1,libhashbrown-00f937fe1169347c,libbase64-2a03de3babadded3,libsha2-e2046601720ef5ea,libcpufeatures-471354fefbcaf2d8,librustls-73c18cef2fb8ae8c,libwebpki-102a5bdb780675cc,libaws_lc_rs-f7b980727d6d9963,libaws_lc_sys-893399597527cadb,libring-6cb4fc0b3d315dd3,libgetrandom-010db997d864b44a,libuntrusted-3420b86308bec153,librustls_pki_types-4bb097bb49f07e95,libzeroize-96f4d2874cad526b,libhashlink-a200ded97f2f80e8,libhashbrown-58a46c9697e58a2b,libfoldhash-a84df4cbe8daa3b8,libequivalent-7e0e8cbe6c474a67,liballocator_api2-3bc2480ae44878f3,librust_decimal-b28a03d87ecf4d91,libarrayvec-e69e5f78daccaf57,libbigdecimal-01cb83c902637ded,liblibm-6e8521081c3763a4,libnum_bigint-696238a1d63ef1dd,libnum_integer-8994f55b08cf2168,libtime-ab03cfcc31e9a91a,libtime_core-b0a5dd9c151b4fd3,libnum_conv-a6c1e03cf6174049,libderanged-155191164b5e0f26,libpowerfmt-a0c185df26c26a22,libchrono-2e8ace0c7d122f97,libiana_time_zone-e4284183d46316cc,libnum_traits-8434f84c7e6b85f7,libserde_json-39a20e0bb6b435a4,libitoa-ae20521aea192d35,libzmij-07c2bc01ed4c756c,liburl-73d3511a72f38fab,libidna-d1ec4827d48edfae,libutf8_iter-0d9be7b316c2b184,libidna_adapter-35b7b923952332b2,libicu_properties-138717b306ddd581,libicu_properties_data-8a58b99d72eea4b6,libicu_normalizer-057b4b1a668710a3,libicu_normalizer_data-088c419f54c50650,libicu_collections-a9d068a5ff91bea4,libpotential_utf-58f9abbdab67c264,libicu_provider-6c85fa2abf55d4c1,libicu_locale_core-0fc2da3592c3b144,libtinystr-f75eebeb650822b6,liblitemap-25fe1ff30044fa90,libwriteable-8a34c6e0a2a8ded3,libzerovec-2ada63c779cc3b4c,libzerotrie-cfb24636c5d7b9dc,libyoke-a589e16a0df95003,libstable_deref_trait-704f67c99a4c5f65,libzerofrom-cfe09911ec5f7323,libform_urlencoded-b57e943dc1db8475,libpercent_encoding-c53c37e60dd2727e,libtracing-512f11367fd9323f,libtracing_core-fc2d38f4334e7941,libonce_cell-0ba6aecba7086d38,libcrossbeam_queue-f068d10e96971ec0,libcrossbeam_utils-bddddcad4a4551ea,libeither-49c3d1665d4bd6dc,libevent_listener-1694ad92c8ffece8,libparking-49fcf10303d3525f,libfutures_util-ea512df9ec2ce6fa,libmemchr-9b3f20cfb3ebd3b2,libfutures_io-61a3721ad1bcbdb7,libslab-e253d0c0a7952806,libfutures_channel-269d605913ea0ccb,libfutures_sink-97e10fe82c3fc434,libfutures_task-eafdccc31efa9d5a,libfutures_core-f0387e1e69ce8814,libkennel_config-161b481df91b711f,libtypeid_suffix-dffaed514a0e637c,libuuid-d7acb3d0b6990a53,libgetrandom-a57f68e22ac901a4,libsha1_smol-4fed1055ba2d5f30,libmd5-aea56d2645a7f2a4,libdigest-a6ee5651393adfd1,libsubtle-ca7024fc66e4388f,libblock_buffer-89561fdedc720992,libcrypto_common-761e7d9b21004ed9,libgeneric_array-c18ca592204e9758,libtypenum-0e02f3386ab040bb,libatomic-629da5a11ab42993,libbytemuck-225736d622151e28,libtoml-134521a867817475,libtoml_writer-bf70c2c27ae66cf4,libtoml_parser-5cbdd123426c9474,libwinnow-7de383b939800a88,libserde_spanned-3caa3bef3d31c5d0,libtoml_datetime-d4f688a8698f393a,libtokio-8fb2c68c44f62155,libsignal_hook_registry-76a9ccad38dd79b9,liberrno-c4bc712c008dffe3,libsocket2-961cb437a57ff786,libbytes-ff5aca13e3e348ea,libmio-9042c0f7a0ebdc16,liblog-b7ca5e45393ff418,libvalue_bag-755e223a2bdf5f42,libparking_lot-d67047e969272fab,libparking_lot_core-57a8de2ce9dc45c0,liblibc-e0c2caade0d97aa4,libcfg_if-5af52f617df93f8f,libsmallvec-3b0717aa5e864ac5,liblock_api-ec1e77aca18a533b,libscopeguard-d52bd00767847e44,libpin_project_lite-bedc6e0acd72ff2a,libthiserror-66ec817f585f7beb,libserde-4c4fed4c54006991,libserde_core-41b4206248df10fd}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-ldbus-1" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustc4qOal5/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/aws-lc-sys-ff59b1e9642e812a/out" "-L" "/opt/rustwide/target/debug/build/ring-1b178c60421d37e6/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/kennel-c25426312348dc9e" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `kennel` (bin "kennel" test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "f501afd564a70d8f6059fe78c3869cf42ceb746301b779d218d88d8cce4a9ce6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f501afd564a70d8f6059fe78c3869cf42ceb746301b779d218d88d8cce4a9ce6", kill_on_drop: false }` [INFO] [stdout] f501afd564a70d8f6059fe78c3869cf42ceb746301b779d218d88d8cce4a9ce6