[INFO] fetching crate doctrine 0.17.0...
[INFO] checking doctrine-0.17.0 against c397dae808f70caebab1fc4e11b3edf7e59f58c7 for pr-158759-1
[INFO] extracting crate doctrine 0.17.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate doctrine 0.17.0
[INFO] finished tweaking crates.io crate doctrine 0.17.0
[INFO] tweaked toml for crates.io crate doctrine 0.17.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate doctrine 0.17.0 on toolchain c397dae808f70caebab1fc4e11b3edf7e59f58c7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c397dae808f70caebab1fc4e11b3edf7e59f58c7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate doctrine 0.17.0 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" "+c397dae808f70caebab1fc4e11b3edf7e59f58c7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded uuid v1.23.2
[INFO] [stderr]   Downloaded env_home v0.1.0
[INFO] [stderr]   Downloaded which v7.0.3
[INFO] [stderr]   Downloaded crossterm_winapi v0.9.1
[INFO] [stderr]   Downloaded owo-colors v4.3.0
[INFO] [stderr]   Downloaded ignore v0.4.27
[INFO] [stderr]   Downloaded globset v0.4.18
[INFO] [stderr]   Downloaded console v0.16.3
[INFO] [stderr]   Downloaded ansitok v0.3.0
[INFO] [stderr]   Downloaded ansi-str v0.9.0
[INFO] [stderr]   Downloaded bm25 v2.3.2
[INFO] [stderr]   Downloaded regex-lite v0.1.9
[INFO] [stderr]   Downloaded comfy-table v7.2.2
[INFO] [stderr]   Downloaded encode_unicode v1.0.0
[INFO] [stderr]   Downloaded vte v0.14.1
[INFO] [stderr]   Downloaded winsafe v0.0.19
[INFO] [stderr]   Downloaded crossterm v0.29.0
[INFO] [stderr]   Downloaded unicode-width v0.2.2
[INFO] [stderr]   Downloaded cordage v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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] 507ab0c5ea7eb2082b8a160ab8e8d0dd0a1bb540d20b1e64b291f3b1f2adc192
[INFO] running `Command { std: "docker" "start" "507ab0c5ea7eb2082b8a160ab8e8d0dd0a1bb540d20b1e64b291f3b1f2adc192", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "507ab0c5ea7eb2082b8a160ab8e8d0dd0a1bb540d20b1e64b291f3b1f2adc192", 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" "507ab0c5ea7eb2082b8a160ab8e8d0dd0a1bb540d20b1e64b291f3b1f2adc192" "/opt/rustwide/cargo-home/bin/cargo" "+c397dae808f70caebab1fc4e11b3edf7e59f58c7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "507ab0c5ea7eb2082b8a160ab8e8d0dd0a1bb540d20b1e64b291f3b1f2adc192", 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" "507ab0c5ea7eb2082b8a160ab8e8d0dd0a1bb540d20b1e64b291f3b1f2adc192" "/opt/rustwide/cargo-home/bin/cargo" "+c397dae808f70caebab1fc4e11b3edf7e59f58c7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]     Checking log v0.4.30
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking http v1.4.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking vte v0.14.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking bstr v1.12.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking ansitok v0.3.0
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking rust-embed-utils v8.11.0
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking num-conv v0.2.2
[INFO] [stderr]     Checking bm25 v2.3.2
[INFO] [stderr]     Checking ansi-str v0.9.0
[INFO] [stderr]     Checking env_home v0.1.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking cordage v0.2.0
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking regex-lite v0.1.9
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking uuid v1.23.2
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking which v7.0.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking comfy-table v7.2.2
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking ignore v0.4.27
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking rust-embed v8.11.0
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking webbrowser v1.2.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking doctrine v0.17.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `doctrine` (bin "doctrine")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c397dae808f70caebab1fc4e11b3edf7e59f58c7/bin/rustc --crate-name doctrine --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 '--deny=clippy::pedantic' '--deny=clippy::cargo' '--deny=clippy::all' --deny=unused --warn=rust_2024_compatibility --warn=rust_2021_compatibility --deny=rust_2018_idioms '--deny=clippy::wildcard_imports' --deny=warnings '--deny=clippy::use_debug' '--deny=clippy::unwrap_used' '--deny=clippy::unwrap_in_result' --deny=unsafe_op_in_unsafe_fn --forbid=unsafe_code --deny=unreachable_pub '--deny=clippy::unreachable' '--deny=clippy::unimplemented' --deny=unexpected_cfgs '--allow=clippy::too_many_lines' '--deny=clippy::todo' '--deny=clippy::tests_outside_test_module' '--allow=clippy::struct_excessive_bools' '--allow=clippy::similar_names' '--deny=clippy::shadow_unrelated' '--deny=clippy::same_name_method' '--allow=clippy::return_self_not_must_use' '--deny=clippy::redundant_clone' '--deny=clippy::pub_use' '--deny=clippy::print_stdout' '--deny=clippy::print_stderr' '--deny=clippy::panic' '--deny=clippy::needless_pass_by_value' '--allow=clippy::must_use_candidate' '--allow=clippy::multiple_crate_versions' '--deny=clippy::module_name_repetitions' --deny=missing_debug_implementations '--allow=clippy::missing_const_for_fn' '--deny=clippy::map_err_ignore' '--deny=clippy::let_underscore_must_use' '--deny=clippy::let_underscore_future' '--deny=clippy::large_types_passed_by_value' '--deny=clippy::large_stack_arrays' '--deny=clippy::large_futures' '--deny=clippy::integer_division' '--deny=clippy::indexing_slicing' '--deny=clippy::implicit_clone' '--deny=clippy::future_not_send' --deny=explicit_outlives_requirements '--deny=clippy::expect_used' '--deny=clippy::enum_glob_use' --deny=elided_lifetimes_in_paths '--deny=clippy::disallowed_types' '--deny=clippy::disallowed_methods' '--deny=clippy::default_trait_access' '--deny=clippy::dbg_macro' '--deny=clippy::clone_on_ref_ptr' '--deny=clippy::checked_conversions' '--deny=clippy::cast_sign_loss' '--deny=clippy::cast_precision_loss' '--deny=clippy::cast_possible_wrap' '--deny=clippy::cast_possible_truncation' '--deny=clippy::await_holding_refcell_ref' '--deny=clippy::await_holding_lock' '--deny=clippy::async_yields_async' '--deny=clippy::as_conversions' '--deny=clippy::allow_attributes_without_reason' '--deny=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62386969db68d4d7 -C extra-filename=-bac3bb84cb865736 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-88b36daaacafc31f.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-5e6c8dc165503e7e.so --extern axum=/opt/rustwide/target/debug/deps/libaxum-e7ff6057ce9cc7bf.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-d8aec028dea2d277.rmeta --extern bm25=/opt/rustwide/target/debug/deps/libbm25-70497eedaf798ba5.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-ba07aed815ce4c31.rmeta --extern comfy_table=/opt/rustwide/target/debug/deps/libcomfy_table-0c634b2dff658b33.rmeta --extern cordage=/opt/rustwide/target/debug/deps/libcordage-14f21fbc0e8ec68f.rmeta --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-32f94afa22de83d4.rmeta --extern glob=/opt/rustwide/target/debug/deps/libglob-270b5e5f7376a525.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-4852862d92867e36.rmeta --extern ignore=/opt/rustwide/target/debug/deps/libignore-092b23365944b7dc.rmeta --extern owo_colors=/opt/rustwide/target/debug/deps/libowo_colors-ba7853ce18212443.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-c00cf226f025f99a.rmeta --extern regex_lite=/opt/rustwide/target/debug/deps/libregex_lite-27f80beb4de3aecf.rmeta --extern rust_embed=/opt/rustwide/target/debug/deps/librust_embed-f53fe2539f5b5232.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-6b79cc936cca709e.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-13e437fcb7ceacb5.rmeta --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-52eace2f88975639.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-e6ba27803e849420.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-06222b11579db239.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-ac0680fb5cb7b47b.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-ab05ec7989499058.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-71723c637d9ffa22.rmeta --extern toml_edit=/opt/rustwide/target/debug/deps/libtoml_edit-72ae7fa24a4c2aab.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-82933d954b0d329a.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-1278d11b181efceb.rmeta --extern webbrowser=/opt/rustwide/target/debug/deps/libwebbrowser-7538f36077a382b5.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "507ab0c5ea7eb2082b8a160ab8e8d0dd0a1bb540d20b1e64b291f3b1f2adc192", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "507ab0c5ea7eb2082b8a160ab8e8d0dd0a1bb540d20b1e64b291f3b1f2adc192", kill_on_drop: false }`
[INFO] [stdout] 507ab0c5ea7eb2082b8a160ab8e8d0dd0a1bb540d20b1e64b291f3b1f2adc192
