[INFO] cloning repository https://github.com/neizerth/voxdecoder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/neizerth/voxdecoder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneizerth%2Fvoxdecoder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneizerth%2Fvoxdecoder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cc173f355c1d21f2061c384c0b139048c923c5e1
[INFO] checking neizerth/voxdecoder against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneizerth%2Fvoxdecoder" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/neizerth/voxdecoder
[INFO] finished tweaking git repo https://github.com/neizerth/voxdecoder
[INFO] tweaked toml for git repo https://github.com/neizerth/voxdecoder written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/neizerth/voxdecoder on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/neizerth/voxdecoder 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 6d6c296dc630719299bc726f1776aed41dba30a6b2a83a3806b95a1dc6752893
[INFO] running `Command { std: "docker" "start" "6d6c296dc630719299bc726f1776aed41dba30a6b2a83a3806b95a1dc6752893", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d6c296dc630719299bc726f1776aed41dba30a6b2a83a3806b95a1dc6752893", 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" "6d6c296dc630719299bc726f1776aed41dba30a6b2a83a3806b95a1dc6752893" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d6c296dc630719299bc726f1776aed41dba30a6b2a83a3806b95a1dc6752893", 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" "6d6c296dc630719299bc726f1776aed41dba30a6b2a83a3806b95a1dc6752893" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]     Checking clap_builder v4.6.5
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]     Checking simd-adler32 v0.3.10
[INFO] [stderr]     Checking vd-output v0.1.0 (/opt/rustwide/workdir/src/crates/vd-output)
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking directories v6.0.0
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking tinyvec v1.12.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rustls v0.23.43
[INFO] [stderr]     Checking webpki-roots v1.0.9
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking ring v0.17.14
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking pom v1.1.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking bytecount v0.6.9
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking rangemap v1.7.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking type1-encoding-parser v0.1.1
[INFO] [stderr]     Checking adobe-cmap-parser v0.4.1
[INFO] [stderr]     Checking quick-xml v0.31.0
[INFO] [stderr]     Checking codepage v0.1.2
[INFO] [stderr]     Checking ecb v0.1.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]     Checking euclid v0.20.14
[INFO] [stderr]     Checking cff-parser v0.1.0
[INFO] [stderr]     Checking postscript v0.14.1
[INFO] [stderr]     Checking zip v2.4.2
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking quick-xml v0.37.5
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling either v1.17.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking futures-task v0.3.33
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking futures-sink v0.3.33
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]     Checking clap v4.6.5
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking nom_locate v5.0.0
[INFO] [stderr]     Checking calamine v0.26.1
[INFO] [stderr]     Checking vd-classify v0.1.0 (/opt/rustwide/workdir/src/crates/vd-classify)
[INFO] [stderr]     Checking vd-cli v0.1.0 (/opt/rustwide/workdir/src/crates/vd-cli)
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking http-body-util v0.1.4
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-aarch_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-x86_64 v3.2.0
[INFO] [stderr]     Checking vd-progress v0.1.0 (/opt/rustwide/workdir/src/crates/vd-progress)
[INFO] [stderr]     Checking vd-artifact v0.1.0 (/opt/rustwide/workdir/src/crates/vd-artifact)
[INFO] [stderr]    Compiling protoc-bin-vendored-win32 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-aarch_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-ppcle_64 v3.2.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-s390_64 v3.2.0
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking bstr v1.13.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_32 v3.2.0
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]    Compiling protoc-bin-vendored v3.2.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling pulp v0.22.3
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking vd-text v0.1.0 (/opt/rustwide/workdir/src/crates/vd-text)
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking reborrow v0.5.5
[INFO] [stderr]     Checking pulp-wasm-simd-flag v0.1.1
[INFO] [stderr]    Compiling dyn-stack-macros v0.1.3
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling onig_sys v69.9.3
[INFO] [stderr]    Compiling esaxx-rs v0.1.10
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]    Compiling macro_rules_attribute-proc_macro v0.2.3
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stdout] warning: field `operation` is never read
[INFO] [stdout]    --> src/crates/vd-text/src/linguistics.rs:137:5
[INFO] [stdout]     |
[INFO] [stdout] 136 | struct TokenizeResponse {
[INFO] [stdout]     |        ---------------- field in this struct
[INFO] [stdout] 137 |     operation: String,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TokenizeResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `operation` is never read
[INFO] [stdout]    --> src/crates/vd-text/src/linguistics.rs:211:5
[INFO] [stdout]     |
[INFO] [stdout] 210 | struct SentenceResponse {
[INFO] [stdout]     |        ---------------- field in this struct
[INFO] [stdout] 211 |     operation: String,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `SentenceResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `operation` is never read
[INFO] [stdout]    --> src/crates/vd-text/src/linguistics.rs:285:5
[INFO] [stdout]     |
[INFO] [stdout] 284 | struct MorphResponse {
[INFO] [stdout]     |        ------------- field in this struct
[INFO] [stdout] 285 |     operation: String,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `MorphResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking macro_rules_attribute v0.2.3
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking dary_heap v0.3.9
[INFO] [stderr]     Checking unicode-normalization-alignments v0.1.12
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking vd-pipeline v0.1.0 (/opt/rustwide/workdir/src/cli/process/vd-pipeline)
[INFO] [stderr] error: could not compile `syn` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.119/src/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=197bcc89ecb20593 -C extra-filename=-cf9a9978d9be874a --out-dir /opt/rustwide/target/debug/build/syn/cf9a9978d9be874a/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out -L dependency=/opt/rustwide/target/debug/build/quote/97307b84563a2c10/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out/libproc_macro2-ee684499ef27f3b8.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/97307b84563a2c10/out/libquote-97307b84563a2c10.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out/libunicode_ident-8c98a1a0e58216a9.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.53.1/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 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "schedule-latency", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=137213273cfcbe31 -C extra-filename=-812214399a7ed3ac --out-dir /opt/rustwide/target/debug/build/tokio/812214399a7ed3ac/out -L dependency=/opt/rustwide/target/debug/build/bytes/4fbd75942b1503ad/out -L dependency=/opt/rustwide/target/debug/build/libc/5b122225efee376b/out -L dependency=/opt/rustwide/target/debug/build/log/88d33b7e65e7d5e3/out -L dependency=/opt/rustwide/target/debug/build/mio/2eb3289708666baf/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out -L dependency=/opt/rustwide/target/debug/build/socket2/081bf329e7bc52a9/out -L dependency=/opt/rustwide/target/debug/build/tokio-macros/e0466a1c6de12fa5/out --extern bytes=/opt/rustwide/target/debug/build/bytes/4fbd75942b1503ad/out/libbytes-4fbd75942b1503ad.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/5b122225efee376b/out/liblibc-5b122225efee376b.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/2eb3289708666baf/out/libmio-2eb3289708666baf.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/081bf329e7bc52a9/out/libsocket2-081bf329e7bc52a9.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/e0466a1c6de12fa5/out/libtokio_macros-e0466a1c6de12fa5.so --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "6d6c296dc630719299bc726f1776aed41dba30a6b2a83a3806b95a1dc6752893", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d6c296dc630719299bc726f1776aed41dba30a6b2a83a3806b95a1dc6752893", kill_on_drop: false }`
[INFO] [stdout] 6d6c296dc630719299bc726f1776aed41dba30a6b2a83a3806b95a1dc6752893
