[INFO] cloning repository https://github.com/kingwingfly/speech2text
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kingwingfly/speech2text" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkingwingfly%2Fspeech2text", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkingwingfly%2Fspeech2text'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 73f9e55956a7773e7e48fe9277106bd207a48f5a
[INFO] checking kingwingfly/speech2text against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkingwingfly%2Fspeech2text" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kingwingfly/speech2text
[INFO] finished tweaking git repo https://github.com/kingwingfly/speech2text
[INFO] tweaked toml for git repo https://github.com/kingwingfly/speech2text written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kingwingfly/speech2text on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kingwingfly/speech2text 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c24367e7f4eb6ec76efd96d7c32c1fc1dc1bc37a0d01016523a5f913fcb81b44
[INFO] running `Command { std: "docker" "start" "c24367e7f4eb6ec76efd96d7c32c1fc1dc1bc37a0d01016523a5f913fcb81b44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c24367e7f4eb6ec76efd96d7c32c1fc1dc1bc37a0d01016523a5f913fcb81b44", 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" "c24367e7f4eb6ec76efd96d7c32c1fc1dc1bc37a0d01016523a5f913fcb81b44" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c24367e7f4eb6ec76efd96d7c32c1fc1dc1bc37a0d01016523a5f913fcb81b44", 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" "c24367e7f4eb6ec76efd96d7c32c1fc1dc1bc37a0d01016523a5f913fcb81b44" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.126
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling wasm-bindgen v0.2.126
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking http-body v1.1.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking or_poisoned v0.1.0
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]     Checking throw_error v0.3.1
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling konst_macro_rules v0.2.19
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling reactive_graph v0.2.14
[INFO] [stderr]    Compiling server_fn_macro v0.8.10
[INFO] [stderr]     Checking send_wrapper v0.6.0
[INFO] [stderr]    Compiling camino v1.2.4
[INFO] [stderr]    Compiling konst v0.2.20
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking http-body-util v0.1.4
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling convert_case v0.11.0
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking guardian v1.3.0
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.16
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling tachys v0.2.18
[INFO] [stderr]     Checking spin v0.9.9
[INFO] [stderr]     Checking winnow v1.0.4
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking either_of v0.1.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling server_fn v0.8.13
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]     Checking syn v2.0.118
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]     Checking drain_filter_polyfill v0.1.3
[INFO] [stderr]     Checking erased v0.1.2
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]     Checking html-escape v0.2.14
[INFO] [stderr]     Checking const_str_slice_concat v0.1.0
[INFO] [stderr]     Checking next_tuple v0.1.0
[INFO] [stderr]    Compiling collection_literals v1.0.3
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]    Compiling const_format v0.2.36
[INFO] [stderr]    Compiling leptos_macro v0.8.17
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]     Checking sha1 v0.10.7
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling base16 v0.2.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking const-str v1.1.0
[INFO] [stderr]    Compiling uuid v1.23.5
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling convert_case_extras v0.2.0
[INFO] [stderr]    Compiling pem-rfc7468 v1.0.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling leptos v0.8.20
[INFO] [stderr]     Checking async-once-cell v0.5.4
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling bindgen v0.69.5
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling socks v0.3.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking config v0.15.25
[INFO] [stderr]    Compiling webpki-root-certs v1.0.8
[INFO] [stderr]    Compiling der v0.8.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling leptos_router v0.8.14
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling lzma-rust2 v0.15.8
[INFO] [stderr]    Compiling hmac-sha256 v1.1.14
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]     Checking webpki-roots v1.0.8
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]    Compiling ffmpeg-next v8.1.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]     Checking indicatif v0.18.4
[INFO] [stderr]     Checking ndarray v0.17.2
[INFO] [stderr]     Checking ndarray v0.16.1
[INFO] [stderr]     Checking libloading v0.9.0
[INFO] [stderr]     Checking hound v3.5.1
[INFO] [stderr]     Checking rustls v0.23.41
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.126
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling derive-where v1.6.1
[INFO] [stderr]    Compiling syn_derive v0.2.0
[INFO] [stderr]    Compiling reactive_stores_macro v0.4.3
[INFO] [stderr]    Compiling quote-use-macros v0.8.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling quote-use v0.8.4
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling attribute-derive-macro v0.10.5
[INFO] [stderr]    Compiling typed-builder-macro v0.23.2
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling server_fn_macro_default v0.8.5
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tungstenite v0.29.0
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking rstml v0.12.1
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling wasm_split_macros v0.2.2
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling leptos_router_macro v0.8.6
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr] error: could not compile `bindgen` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name bindgen --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.72.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static"))' -C metadata=7a5162944a4e5852 -C extra-filename=-b694043cb470ac97 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-55249c3eaa54b7c1.rmeta --extern cexpr=/opt/rustwide/target/debug/deps/libcexpr-ba9e5004cb559f31.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-3d514666f79d4538.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-16fc2744a373f3da.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-8e6bf518c39a29cf.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-bf7c0dffff840dc8.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-1147efd24a356521.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-417d1844ec2127b9.rmeta --extern shlex=/opt/rustwide/target/debug/deps/libshlex-258c8bec04b9d869.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-e792ae2c2aebd35e.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c24367e7f4eb6ec76efd96d7c32c1fc1dc1bc37a0d01016523a5f913fcb81b44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c24367e7f4eb6ec76efd96d7c32c1fc1dc1bc37a0d01016523a5f913fcb81b44", kill_on_drop: false }`
[INFO] [stdout] c24367e7f4eb6ec76efd96d7c32c1fc1dc1bc37a0d01016523a5f913fcb81b44
