[INFO] cloning repository https://github.com/danhansen/wordpipe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danhansen/wordpipe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanhansen%2Fwordpipe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanhansen%2Fwordpipe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3001f24ca429b4e84d710607841c204986c0ffe7
[INFO] checking danhansen/wordpipe against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-27
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanhansen%2Fwordpipe" "/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/danhansen/wordpipe
[INFO] finished tweaking git repo https://github.com/danhansen/wordpipe
[INFO] tweaked toml for git repo https://github.com/danhansen/wordpipe written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/danhansen/wordpipe 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/danhansen/wordpipe 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] 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:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b5a881add9eb7ce71816114278164b741a6282a9076b95a83b334b564921c8b9
[INFO] running `Command { std: "docker" "start" "b5a881add9eb7ce71816114278164b741a6282a9076b95a83b334b564921c8b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5a881add9eb7ce71816114278164b741a6282a9076b95a83b334b564921c8b9", 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" "b5a881add9eb7ce71816114278164b741a6282a9076b95a83b334b564921c8b9" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5a881add9eb7ce71816114278164b741a6282a9076b95a83b334b564921c8b9", 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" "b5a881add9eb7ce71816114278164b741a6282a9076b95a83b334b564921c8b9" "/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 winnow v1.0.3
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]    Compiling esaxx-rs v0.1.10
[INFO] [stderr]    Compiling ort-sys v2.0.0-rc.12
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking syn v2.0.118
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking primal-check v0.3.4
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling macro_rules_attribute-proc_macro v0.2.2
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking rustfft v6.4.1
[INFO] [stderr]     Checking ndarray v0.17.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking macro_rules_attribute v0.2.2
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling onig_sys v69.9.3
[INFO] [stderr]     Checking unicode-normalization-alignments v0.1.12
[INFO] [stderr]     Checking libloading v0.9.0
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]    Compiling cpal v0.16.0
[INFO] [stderr]     Checking unicode_categories v0.1.1
[INFO] [stderr]     Checking daachorse v1.0.1
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking hound v3.5.1
[INFO] [stderr]     Checking cpal v0.15.3
[INFO] [stderr]     Checking wordpipe-protocol v0.1.0 (/opt/rustwide/workdir/crates/wordpipe-protocol)
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking rayon-cond v0.4.0
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking realfft v3.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling monostate-impl v0.1.18
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking onig v6.5.3
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking ort v2.0.0-rc.12
[INFO] [stderr]     Checking monostate v0.1.18
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking zvariant_utils v3.4.0
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking dary_heap v0.3.9
[INFO] [stderr]     Checking spm_precompiled v0.1.4
[INFO] [stderr]    Compiling zvariant_derive v5.12.0
[INFO] [stderr]     Checking tokenizers v0.23.1
[INFO] [stderr]    Compiling zvariant v5.12.0
[INFO] [stderr]     Checking zbus_names v4.3.2
[INFO] [stderr]    Compiling zbus_macros v5.16.0
[INFO] [stderr]     Checking parakeet-rs v0.3.6 (https://github.com/danhansen/parakeet-rs?rev=8519e2754733affff76e749b5a78d0e642248241#8519e275)
[INFO] [stderr]     Checking wordpipe-parakeet-worker v0.1.0 (/opt/rustwide/workdir/crates/wordpipe-parakeet-worker)
[INFO] [stderr]     Checking zbus v5.16.0
[INFO] [stderr]     Checking wordpipe-service v0.1.0 (/opt/rustwide/workdir/crates/wordpipe-service)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] running `Command { std: "docker" "inspect" "b5a881add9eb7ce71816114278164b741a6282a9076b95a83b334b564921c8b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5a881add9eb7ce71816114278164b741a6282a9076b95a83b334b564921c8b9", kill_on_drop: false }`
[INFO] [stdout] b5a881add9eb7ce71816114278164b741a6282a9076b95a83b334b564921c8b9
