[INFO] fetching crate coro-core 0.0.3... [INFO] checking coro-core-0.0.3 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate coro-core 0.0.3 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate coro-core 0.0.3 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate coro-core 0.0.3 [INFO] tweaked toml for crates.io crate coro-core 0.0.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate coro-core 0.0.3 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate coro-core 0.0.3 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num-order v1.2.0 [INFO] [stderr] Downloaded jsonpath-rust v0.7.5 [INFO] [stderr] Downloaded config v0.15.14 [INFO] [stderr] Downloaded num-modular v0.6.1 [INFO] [stderr] Downloaded url v2.5.6 [INFO] [stderr] Downloaded async-openai v0.29.1 [INFO] [stderr] Downloaded handlebars v6.3.2 [INFO] [stderr] Downloaded tree-sitter-rust v0.23.3 [INFO] [stderr] Downloaded tree-sitter-typescript v0.23.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 481c8f6149963351c25671ed00b88b4b6fb579e4689127924a2b41f66e4a512e [INFO] running `Command { std: "docker" "start" "-a" "481c8f6149963351c25671ed00b88b4b6fb579e4689127924a2b41f66e4a512e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "481c8f6149963351c25671ed00b88b4b6fb579e4689127924a2b41f66e4a512e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "481c8f6149963351c25671ed00b88b4b6fb579e4689127924a2b41f66e4a512e", kill_on_drop: false }` [INFO] [stdout] 481c8f6149963351c25671ed00b88b4b6fb579e4689127924a2b41f66e4a512e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1efce255c213391bd0e44e99a2532c61231c30a0b9c5fd7ce88eefb6204b801b [INFO] running `Command { std: "docker" "start" "-a" "1efce255c213391bd0e44e99a2532c61231c30a0b9c5fd7ce88eefb6204b801b", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.33 [INFO] [stderr] Checking parking_lot_core v0.9.11 [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Checking hashbrown v0.15.5 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking potential_utf v0.1.2 [INFO] [stderr] Checking tree-sitter-language v0.1.5 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking indexmap v2.10.0 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling pest v2.8.1 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling pest_meta v2.8.1 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking bitflags v2.9.2 [INFO] [stderr] Checking serde_json v1.0.143 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Compiling pest_generator v2.8.1 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Compiling pest_derive v2.8.1 [INFO] [stderr] Checking h2 v0.4.12 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Checking url v2.5.6 [INFO] [stderr] Checking tower-http v0.6.6 [INFO] [stderr] Checking dlv-list v0.5.2 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Checking winnow v0.7.12 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking ordered-multimap v0.7.3 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rustls-webpki v0.103.4 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Checking erased-serde v0.4.6 [INFO] [stderr] Checking derive_builder v0.20.2 [INFO] [stderr] Checking eventsource-stream v0.2.3 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking serde_spanned v1.0.0 [INFO] [stderr] Checking toml_datetime v0.7.0 [INFO] [stderr] Compiling tree-sitter-typescript v0.23.2 [INFO] [stderr] Compiling tree-sitter-c v0.23.4 [INFO] [stderr] Compiling tree-sitter-cpp v0.23.4 [INFO] [stderr] Compiling tree-sitter-javascript v0.23.1 [INFO] [stderr] Compiling tree-sitter-go v0.23.4 [INFO] [stderr] Compiling tree-sitter v0.24.7 [INFO] [stderr] Compiling tree-sitter-rust v0.23.3 [INFO] [stderr] Compiling tree-sitter-python v0.23.6 [INFO] [stderr] Compiling tree-sitter-java v0.23.5 [INFO] [stderr] Checking hashlink v0.10.0 [INFO] [stderr] Checking bstr v1.12.0 [INFO] [stderr] Checking num-modular v0.6.1 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Checking hyper v1.7.0 [INFO] [stderr] Checking rust-ini v0.21.1 [INFO] [stderr] Checking toml_parser v1.0.2 [INFO] [stderr] Checking yaml-rust2 v0.10.3 [INFO] [stderr] Checking globset v0.4.16 [INFO] [stderr] Checking toml v0.9.5 [INFO] [stderr] Checking num-order v1.2.0 [INFO] [stderr] Checking ron v0.8.1 [INFO] [stderr] Checking backoff v0.4.0 [INFO] [stderr] Checking hyper-util v0.1.16 [INFO] [stderr] Checking serde-untagged v0.1.8 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking dirs v6.0.0 [INFO] [stderr] Checking json5 v0.4.1 [INFO] [stderr] Checking hashlink v0.9.1 [INFO] [stderr] Checking secrecy v0.10.3 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling async-openai-macros v0.1.0 [INFO] [stderr] Checking streaming-iterator v0.1.9 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking fallible-iterator v0.3.0 [INFO] [stderr] Checking tokio-rustls v0.26.2 [INFO] [stderr] Checking config v0.15.14 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Checking hyper-rustls v0.27.7 [INFO] [stderr] Checking tempfile v3.21.0 [INFO] [stderr] Checking which v8.0.0 [INFO] [stderr] Checking reqwest v0.12.23 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking tracing-subscriber v0.3.19 [INFO] [stderr] Checking shellexpand v3.1.1 [INFO] [stderr] Checking ignore v0.4.23 [INFO] [stderr] Checking handlebars v6.3.2 [INFO] [stderr] Checking jsonpath-rust v0.7.5 [INFO] [stderr] Checking reqwest-eventsource v0.6.0 [INFO] [stderr] Checking uuid v1.18.0 [INFO] [stderr] Checking tokio-test v0.4.4 [INFO] [stderr] Checking async-openai v0.29.1 [INFO] [stderr] Checking rusqlite v0.32.1 [INFO] [stderr] Checking coro-core v0.0.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s [INFO] running `Command { std: "docker" "inspect" "1efce255c213391bd0e44e99a2532c61231c30a0b9c5fd7ce88eefb6204b801b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1efce255c213391bd0e44e99a2532c61231c30a0b9c5fd7ce88eefb6204b801b", kill_on_drop: false }` [INFO] [stdout] 1efce255c213391bd0e44e99a2532c61231c30a0b9c5fd7ce88eefb6204b801b