[INFO] cloning repository https://github.com/shiguredo/audio-device-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shiguredo/audio-device-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshiguredo%2Faudio-device-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshiguredo%2Faudio-device-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 31672f4293b6f89e6ac6145222cf174ad1f20272
[INFO] checking shiguredo/audio-device-rs against e5e97e3ef0ee95d34bea49cdac051ed1bbac01df for pr-158759-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshiguredo%2Faudio-device-rs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/shiguredo/audio-device-rs
[INFO] finished tweaking git repo https://github.com/shiguredo/audio-device-rs
[INFO] tweaked toml for git repo https://github.com/shiguredo/audio-device-rs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shiguredo/audio-device-rs on toolchain e5e97e3ef0ee95d34bea49cdac051ed1bbac01df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/shiguredo/audio-device-rs 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" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8e3b62118d4a6aba8ef980c8dfa97820e0e194e6680f5c00a1fce6567d6f79b6
[INFO] running `Command { std: "docker" "start" "8e3b62118d4a6aba8ef980c8dfa97820e0e194e6680f5c00a1fce6567d6f79b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e3b62118d4a6aba8ef980c8dfa97820e0e194e6680f5c00a1fce6567d6f79b6", 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" "8e3b62118d4a6aba8ef980c8dfa97820e0e194e6680f5c00a1fce6567d6f79b6" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e3b62118d4a6aba8ef980c8dfa97820e0e194e6680f5c00a1fce6567d6f79b6", 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" "8e3b62118d4a6aba8ef980c8dfa97820e0e194e6680f5c00a1fce6567d6f79b6" "/opt/rustwide/cargo-home/bin/cargo" "+e5e97e3ef0ee95d34bea49cdac051ed1bbac01df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling rustc-hash v2.1.3
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking nojson v0.3.12
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]    Compiling regex-automata v0.4.15
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]    Compiling libfuzzer-sys v0.4.13
[INFO] [stderr]    Compiling regex v1.13.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]    Compiling derive_arbitrary v1.4.2
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]    Compiling shiguredo_audio_device v2026.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking pbt v0.0.0 (/opt/rustwide/workdir/pbt)
[INFO] [stderr]     Checking shiguredo_audio_device-fuzz v0.0.0 (/opt/rustwide/workdir/fuzz)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.05s
[INFO] running `Command { std: "docker" "inspect" "8e3b62118d4a6aba8ef980c8dfa97820e0e194e6680f5c00a1fce6567d6f79b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e3b62118d4a6aba8ef980c8dfa97820e0e194e6680f5c00a1fce6567d6f79b6", kill_on_drop: false }`
[INFO] [stdout] 8e3b62118d4a6aba8ef980c8dfa97820e0e194e6680f5c00a1fce6567d6f79b6
