[INFO] cloning repository https://github.com/EmreErinc/envforge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EmreErinc/envforge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmreErinc%2Fenvforge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmreErinc%2Fenvforge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3820478afecb9360d1b2c948942d0beaab000a9f
[INFO] checking EmreErinc/envforge against e3d12f3322cb00126b2208c6b9df3ac4467951f5 for pr-159706
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmreErinc%2Fenvforge" "/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/EmreErinc/envforge
[INFO] finished tweaking git repo https://github.com/EmreErinc/envforge
[INFO] tweaked toml for git repo https://github.com/EmreErinc/envforge written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EmreErinc/envforge on toolchain e3d12f3322cb00126b2208c6b9df3ac4467951f5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3d12f3322cb00126b2208c6b9df3ac4467951f5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/EmreErinc/envforge 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" "+e3d12f3322cb00126b2208c6b9df3ac4467951f5" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5d601567466ae4ab5c8fc40f7692bf1a4c4f16350db02d2a28eca8b348e0547f
[INFO] running `Command { std: "docker" "start" "5d601567466ae4ab5c8fc40f7692bf1a4c4f16350db02d2a28eca8b348e0547f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d601567466ae4ab5c8fc40f7692bf1a4c4f16350db02d2a28eca8b348e0547f", 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" "5d601567466ae4ab5c8fc40f7692bf1a4c4f16350db02d2a28eca8b348e0547f" "/opt/rustwide/cargo-home/bin/cargo" "+e3d12f3322cb00126b2208c6b9df3ac4467951f5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d601567466ae4ab5c8fc40f7692bf1a4c4f16350db02d2a28eca8b348e0547f", 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" "5d601567466ae4ab5c8fc40f7692bf1a4c4f16350db02d2a28eca8b348e0547f" "/opt/rustwide/cargo-home/bin/cargo" "+e3d12f3322cb00126b2208c6b9df3ac4467951f5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling type-map v0.5.1
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking unic-langid-impl v0.9.6
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking unic-langid v0.9.6
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]     Checking clap_builder v4.6.2
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking lru v0.18.0
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking intl-memoizer v0.5.3
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking fluent-langneg v0.13.1
[INFO] [stderr]     Checking intl_pluralrules v7.0.2
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking hybrid-array v0.4.11
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking num-conv v0.2.1
[INFO] [stderr]     Checking pem-rfc7468 v1.0.0
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling rust-embed v8.11.0
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]     Checking line-clipping v0.3.7
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling der_derive v0.8.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking pxfm v0.1.30
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking keccak v0.1.6
[INFO] [stderr]     Checking winnow v1.0.2
[INFO] [stderr]     Checking flagset v0.4.7
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking sha3 v0.10.9
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking hpke v0.12.0
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]     Checking thiserror v2.0.19
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]     Checking fluent-syntax v0.12.0
[INFO] [stderr]     Checking ratatui-core v0.1.2
[INFO] [stderr]     Checking clap v4.6.4
[INFO] [stderr]     Checking clap_complete v4.6.7
[INFO] [stderr]     Checking cookie-factory v0.3.3
[INFO] [stderr]     Checking fluent-bundle v0.16.0
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking der v0.8.1
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking hybrid-array v0.2.3
[INFO] [stderr]     Checking kem v0.3.0-pre.0
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking fluent v0.17.0
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking libyaml-rs v0.3.0
[INFO] [stderr]     Checking io_tee v0.1.1
[INFO] [stderr]     Checking bech32 v0.11.1
[INFO] [stderr]    Compiling rustls v0.23.42
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking toml v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking ratatui-widgets v0.3.2
[INFO] [stderr]     Checking ratatui-crossterm v0.1.2
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking digest v0.11.2
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking spki v0.8.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking ml-kem v0.2.3
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]     Checking rtoolbox v0.0.5
[INFO] [stderr]    Compiling tower-lsp-macros v0.9.0
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]     Checking unsafe-libyaml-norway v0.2.15
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]     Checking ratatui-macros v0.7.2
[INFO] [stderr]     Checking dialoguer v0.12.0
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rpassword v7.5.4
[INFO] [stderr]     Checking ratatui v0.30.2
[INFO] [stderr]     Checking x509-cert v0.3.0
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking yaml_serde v0.10.4
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking serde_norway v0.9.42
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking lsp-types v0.94.1
[INFO] [stderr]     Checking carapace_spec_clap v1.2.1
[INFO] [stderr]     Checking age-core v0.12.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking clap_complete_fig v4.5.2
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]     Checking webpki-roots v1.0.9
[INFO] [stderr]     Checking uuid v1.24.0
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking base64 v0.23.0
[INFO] [stderr]     Checking criterion-plot v0.8.2
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]    Compiling i18n-config v0.4.8
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]    Compiling serial_test_derive v3.5.0
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking trybuild v1.0.118
[INFO] [stderr]     Checking cron v0.17.0
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking insta v1.48.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking serial_test v3.5.0
[INFO] [stderr]    Compiling i18n-embed-impl v0.8.4
[INFO] [stderr]    Compiling i18n-embed v0.16.0
[INFO] [stderr]     Checking criterion v0.8.2
[INFO] [stderr]    Compiling i18n-embed-fl v0.10.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking age v0.12.1
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking tower-lsp v0.20.0
[INFO] [stderr]     Checking env-forge-tui v1.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `env-forge-tui` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3d12f3322cb00126b2208c6b9df3ac4467951f5/bin/rustc --crate-name envforge --edition=2021 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 '--warn=clippy::pedantic' '--deny=clippy::all' '--allow=clippy::wildcard_imports' '--allow=clippy::used_underscore_binding' '--allow=clippy::unused_self' '--allow=clippy::unreadable_literal' '--allow=clippy::unnested_or_patterns' '--allow=clippy::unnecessary_wraps' '--allow=clippy::unnecessary_literal_bound' '--allow=clippy::uninlined_format_args' '--allow=clippy::too_many_lines' '--allow=clippy::struct_excessive_bools' '--allow=clippy::str_to_string' '--allow=clippy::single_match_else' '--allow=clippy::single_char_pattern' '--allow=clippy::similar_names' '--allow=clippy::semicolon_if_nothing_returned' '--allow=clippy::return_self_not_must_use' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--deny=clippy::redundant_clone' '--allow=clippy::option_option' '--allow=clippy::option_if_let_else' '--allow=clippy::needless_raw_string_hashes' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_lifetimes' '--deny=clippy::needless_collect' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::match_same_arms' '--allow=clippy::match_bool' '--allow=clippy::map_unwrap_or' '--allow=clippy::manual_string_new' '--allow=clippy::manual_let_else' '--allow=clippy::manual_is_variant_and' '--deny=clippy::large_enum_variant' '--allow=clippy::items_after_statements' '--allow=clippy::inefficient_to_string' '--allow=clippy::implicit_hasher' '--allow=clippy::implicit_clone' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_then_some_else_none' '--allow=clippy::if_not_else' --warn=future-incompatible '--allow=clippy::format_push_string' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::doc_markdown' '--allow=clippy::doc_link_with_quotes' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::case_sensitive_file_extension_comparisons' '--allow=clippy::bool_to_int_with_if' '--allow=clippy::assigning_clones' --deny=nonstandard_style --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous-execute-command", "mcp-server"))' -C metadata=ff594ef59659746e -C extra-filename=-6850df36952ee51d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern age=/opt/rustwide/target/debug/deps/libage-cb4edfd198783a79.rmeta --extern arboard=/opt/rustwide/target/debug/deps/libarboard-f9d9148c1cfb037b.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-eff64446d96f2d64.rmeta --extern carapace_spec_clap=/opt/rustwide/target/debug/deps/libcarapace_spec_clap-c54aeb390cf2fbe2.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-5928e6fb3e297d08.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-2f193696385b0cdc.rmeta --extern clap_complete=/opt/rustwide/target/debug/deps/libclap_complete-19bba816ac972ac2.rmeta --extern clap_complete_fig=/opt/rustwide/target/debug/deps/libclap_complete_fig-81ee56b32ea63e20.rmeta --extern cron=/opt/rustwide/target/debug/deps/libcron-f080c056c0551e2e.rmeta --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-7b2298c8699795fa.rmeta --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-3cb52728fc9e634e.rmeta --extern dialoguer=/opt/rustwide/target/debug/deps/libdialoguer-dc5acfcac0d03350.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs-263f6f2d39824a56.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-2200cc6b0f774166.rmeta --extern fuzzy_matcher=/opt/rustwide/target/debug/deps/libfuzzy_matcher-a8737738f9857dea.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-4852862d92867e36.rmeta --extern hostname=/opt/rustwide/target/debug/deps/libhostname-fbfbeb7589a4e3c7.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-5b122225efee376b.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-88d33b7e65e7d5e3.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-ee531e4ac746e72b.rmeta --extern ratatui=/opt/rustwide/target/debug/deps/libratatui-81efe3a6a1d98fd7.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-62cba159807ca759.rmeta --extern rpassword=/opt/rustwide/target/debug/deps/librpassword-50638eb210c8ce5c.rmeta --extern rustls=/opt/rustwide/target/debug/deps/librustls-b2c9bc7d742e5e33.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-f65e52af34e11096.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-7cf5ac8ac24f12a2.rmeta --extern serde_norway=/opt/rustwide/target/debug/deps/libserde_norway-4fcfa9754ca16857.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-939f035f313ceae3.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-d1e3162ee33d3256.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-fa567e1922d61dee.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-607c2e22e325970f.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-1f99191cf79f4bf1.rmeta --extern tower_lsp=/opt/rustwide/target/debug/deps/libtower_lsp-58fdd77466ed2517.rmeta --extern unicode_normalization=/opt/rustwide/target/debug/deps/libunicode_normalization-c0bb8dcd5375649b.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-556cfdd0b833fcc9.rmeta --extern webpki_roots=/opt/rustwide/target/debug/deps/libwebpki_roots-06a0cef2b8315904.rmeta --extern x509_cert=/opt/rustwide/target/debug/deps/libx509_cert-43aa4605173ba314.rmeta --extern zeroize=/opt/rustwide/target/debug/deps/libzeroize-f2c6caac105e80b5.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-3be1b3c2093f7e1b/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5d601567466ae4ab5c8fc40f7692bf1a4c4f16350db02d2a28eca8b348e0547f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d601567466ae4ab5c8fc40f7692bf1a4c4f16350db02d2a28eca8b348e0547f", kill_on_drop: false }`
[INFO] [stdout] 5d601567466ae4ab5c8fc40f7692bf1a4c4f16350db02d2a28eca8b348e0547f
